python-video-converter
python-video-converter copied to clipboard
Python Video Converter (ffmpeg wrapper)
Refactor Converter.__init__ and add Converter._init_codecs method to initialize the codecs
While it has always been implicit that python-video-converter is open source and available under a permissive license, it was recently noted that we don’t say it explicitly anywhere, ie. the...
Running on freebsd. Compiled ffmpeg from source. ``` root@cringe:/usr/local/share/python-video-converter # python setup.py test running test .E........ ====================================================================== ERROR: test_converter (__main__.TestFFMpeg) ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/local/share/python-video-converter/test/test.py", line 297,...
Is there any way of specifying custom options? Could not find something looking at the source. I need to add -movflags +faststart
I get the following error: ``` ``` Even though the conversion works fine, I don't get any errors when I run it from the command line either.
`close_fds = True` is not supported in Windows throws an error. Added a conditional so Windows will work.
Hi, When converting very small videos (for instance 2-3 seconds), the exception "Unknown ffmpeg error" is raised, because the yielded variable did not have the time to be set to...
Updated the modifications made in Sickbeard mp4 automator to the latest version of python-video-converter in such a way that they are backwards compatible with prior version unlike my last pull...
To improve the performance of video encoding, ffmpeg is able to use multiple cores of the processor (See http://ffmpeg.org/pipermail/ffmpeg-user/2011-July/001735.html) My pull request allows user to define the number of threads...
When video is recorded from iPhone, it has some metadata information of orientation. While creating the thumbnail from ffmpeg it doesn't take that into the consideration and creates thumbnail of...