GithubHelp home page GithubHelp logo

enoobis / short-video-creator Goto Github PK

View Code? Open in Web Editor NEW
24.0 1.0 7.0 14.49 MB

program that allows you to create short videos

Home Page: https://www.enoobis.tk

License: MIT License

Python 99.64% Batchfile 0.36%
shorts tiktok-video-generator video-creator video-generation video-generator youtube-shorts youtube-video

short-video-creator's Introduction

short-video-creator

This program creates short videos for YouTube , Instagram , Vk and so on

All you have to do is fill in the columns

  1. Column 1: Match the text you are writing in Column 2.
  2. Column 2: Fill this column with the desired text.
  3. Save: Save all the content written in the columns.
  4. Upload: Load the previously saved content from the columns.

Buttons

Buttons Exp
Save All Saves the image to the "images" folder, the text to the "text" folder, and the voices to the "voices" folder
Cut Images Cuts all images under the 1x1 format and saves them to the "images" folder
Correct Images Corrects all images based on the first image and saves them to the "images" folder
Add Borders Adds black borders to create a 9x16 format and saves them to the "images" folder
Add Text to Images Adds text to images and saves them to the "text-images" folder
Combine Img And Sound Connects the image in the "text-images" folder with the sound in the "voices" folder and saves it to the "pre-done" folder
Combine Videos Combines all videos into one video and saves it to the "video" folder
Add Music to Video Adds music from the "music" folder to videos from the "video" folder and saves them to the "video-music" folder
Delete All Deletes everything from folders

image

Result

output_with_music.mp4

short-video-creator's People

Contributors

enoobis avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

short-video-creator's Issues

Avoid wildcard imports for improved code readability and maintainability

Problem:

When using wildcard imports (from module import *) in the codebase, it introduces several issues that impact code readability and maintainability. The current code contains wildcard imports, which can lead to namespace pollution, hinder understanding of imported items' origins, and make the code more dependent on internal module implementations.

Task:

Refactor the codebase to replace wildcard imports with explicit imports. Identify the specific functions, classes, or variables needed from each module and import them explicitly using separate import statements.

Example

# Current code
from module_name import *

# Refactored code
from module_name import specific_function

Adding Numbered Counting Feature to Create Video

Problem:
Currently, our application lacks the ability to automatically add sequential counting numbers to facts displayed in videos. Users have to manually add these numbers, which is time-consuming and prone to human error.

Task:
Implement a feature that generates videos with numbered counting for each fact. When the user selects a set of facts, the application should automatically assign a counting number to each fact in sequential order and include them in the video generation process.

Adding YouTube API Integration to Enable Video Upload Functionality

Problem:
Currently, our application lacks the capability to directly upload videos to YouTube. Users have to manually navigate to YouTube and perform the upload process separately, which adds unnecessary steps and reduces the efficiency of our workflow.

Task:
Integrate the YouTube API into our application to enable video upload functionality. This would allow users to select a video within our application and initiate the upload process, eliminating the need for manual navigation to YouTube.

image

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.