python-video-converter
python-video-converter copied to clipboard
Python Video Converter (ffmpeg wrapper)
I'm trying to use the module on Windows 7 64bit with python 2.7 and get this error when trying to invoke the convert method of the Converter class - File...
Hi, I am running the python video converter library without multi threading inside Django. It's working fine. but while Enabling the multi threading It's giving error. ```bash ValueError: signal only...
There are small typos in: - converter/avcodecs.py - converter/ffmpeg.py Fixes: - Should read `thumbnail` rather than `thumbnal`. - Should read `necessary` rather than `neccessary`. Semi-automated pull request generated by https://github.com/timgates42/meticulous/blob/master/docs/NOTE.md
Output of ffmpeg 2.6 has changed and it no longer contains `\r` in output. (Failed build with ffmpeg 2.6: https://travis-ci.org/tahajahangir/python-video-converter/builds/54536175)
I am new to python and came across this repo while searching for a good ffmpeg wrapper in python. This one is better than all packages I found on pip....
The full traceback is... ``` Traceback (most recent call last): File "converter.py", line 2, in from converter import Converter File "/home/souza/Desktop/converter.py", line 2, in from converter import Converter ImportError: cannot...
I know you guys put those checks there to be safe, but the code seems to fail nicely enough if files don't exist without them =) I needed it just...
Can someone add motion vector extraction functionality (from hd264 videos) to this amazing utility?
Hi, I'm trying to probe video info through a web service, I have a webserver based on Flask + uwsgi where I upload a video and would like to return...