Code Monkey home page Code Monkey logo

beanonymous's Introduction

  • ๐Ÿ‘‹ Hi, Iโ€™m @MAMBACODES
  • ๐Ÿ‘€ Iโ€™m interested in Android Development
  • ๐ŸŒฑ Iโ€™m currently learning c++ , python , java , dart , flutter , react , rust , html , css , java script.
  • ๐Ÿ’ž๏ธ Iโ€™m looking to collaborate on Software Development Projects.
  • ๐Ÿ“ซ How to reach me ---> [email protected]/ ig:- meraman__gupta
  • Searching someone for Pair Programming , if interested do hit my gmail or insta.

beanonymous's People

Stargazers

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

Watchers

 avatar

beanonymous's Issues

Seeking Maintainers and Contributors for Repository

I've noticed that this repo has been gaining some traction recently. If you find this project interesting, please consider contributing to make it even better. Unfortunately, due to my busy schedule with university & stuff, I haven't been able to dedicate time to this project.

A Tragic Incident

As I was making the daring move to Linux, I accidentally hit the format button like it owed me money. So yeah, All my file system stuff vanished into thin air. The code that was supposed to be the superhero fixing major bugs and bringing you cool updates is
gone. It will take me some free time to rewrite it all. So, that's the reason for the lack of commits lately.

Does this runs on Linux?

Am I able to run this on my Arch Linux?
If not, please add support for it and add to the AUR. Thanks

Slow encoding of video

video_generator.py creates the video using write_videofile(), which requires re-encoding the entire video. Furthermore, I think this code is recursively concatenating the video clip one clip at a time, which is inefficient, to say the least.

#Generating Stock Video 
    if (stockclip.duration < final_audio.duration):
        while (stockclip.duration < final_audio.duration):
            stockclip=concatenate_videoclips([stockclip,stockclip])

Since the video files are merely concatenated, it would be much faster to stream copy the files. I don't know how to write the command using moviepy but I know the command for FFmpeg. The following command should work for videos without the introduction. The FFmpeg wiki has an excellent explanation of concatenation. (To make it easier to read, it is split across multiple lines, but it should all be on one line.)

ffmpeg
-hide_banner 
-loglevel quiet
-an -stream_loop -1 -t final_audio.duration -i "stockclip"
-i "final_audio"
-codec:video copy 
"FinalPath"

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.