You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
root@nas:/scripts/tools# python encode.test.py
Traceback (most recent call last):
File "encode.test.py", line 18, in <module>
for timecode in conv:
File "/usr/local/lib/python2.7/dist-packages/converter/__init__.py", line 184, in convert
timeout=timeout):
File "/usr/local/lib/python2.7/dist-packages/converter/ffmpeg.py", line 416, in convert
p = self._spawn(cmds)
File "/usr/local/lib/python2.7/dist-packages/converter/ffmpeg.py", line 334, in _spawn
logger.debug('Spawning ffmpeg with command: ' + ' '.join(cmds))
TypeError: sequence item 14: expected string, int found
root@nas:/scripts/tools#
And without quality option it works..
Please help me.
EDIT:
And I also debugged the _spawn method:
Spawning ffmpeg with command: /usr/bin/ffprobe -show_format -show_streams filename.mp4
How can I get the logger to work?
The text was updated successfully, but these errors were encountered:
Hey,
I am using this code:
And I get this error:
And without quality option it works..
Please help me.
EDIT:
And I also debugged the _spawn method:
Spawning ffmpeg with command: /usr/bin/ffprobe -show_format -show_streams filename.mp4
How can I get the logger to work?
The text was updated successfully, but these errors were encountered: