Unrecognized option 'disposition:a:0'
See original GitHub issueWhen I am running the post process script on SABNZBD (and anywhere else, I guess) it fails with this:
2016-07-14 23:46:53 - mkvtomp4 - ERROR - Error converting file, FFMPEG error.
Traceback (most recent call last):
File "/opt/autoprocess/mkvtomp4.py", line 630, in convert
for timecode in conv:
File "/opt/autoprocess/converter/__init__.py", line 243, in convert
timeout=timeout, preopts=preopts, postopts=postopts):
File "/opt/autoprocess/converter/ffmpeg.py", line 548, in convert
total_output, pid=p.pid)
FFMpegConvertError: <FFMpegConvertError error="Exited with code 1", pid=23598, cmd="/usr/bin/ffmpeg -fix_sub_duration -i /storage/data/mediacenter/downloads/Just_Go_with_It_2011_1080p_Bluray_DTS_x264-SHiTSoNy.2/deranged-tajtmcotodin1945.1080p.mkv -vcodec copy -map 0:0 -c:a:0 aac -map 0:1 -disposition:a:0 default -ac:a:0 1 -b:a:0 128k -metadata:s:a:0 language=eng -strict experimental -f mp4 -threads auto -y /storage/data/mediacenter/downloads/Just_Go_with_It_2011_1080p_Bluray_DTS_x264-SHiTSoNy.2/deranged-tajtmcotodin1945.1080p.mp4">
(Disclaimer: That movie is only being used for testing, 'cause of DTS and low filesize 😉)
If I run the command manually, it says it fails with:
Unrecognized option 'disposition:a:0'
Failed to set value 'default' for option 'disposition:a:0
The code sure enough does have this “disposition” parameter, and if I remove it, it seems to work…?
What am I missing? Is this parameter nessesary? I only copied the ffmpeg command, pasted without the disposition parameter. I wouldn’t know how to actually remove it from the entire script, if nessesary. Naturally, I’d prefer if it was fixed.
FFMPEG version is 1.0.10. I’m on Debian Wheezy.
Issue Analytics
- State:
- Created 7 years ago
- Comments:9 (3 by maintainers)
Top Results From Across the Web
linux - Unrecognized option: - Could not create the Java virtual ...
When ran on Friday, this was working perfectly. However, today I am getting: Unrecognised option: - Could not create the Java virtual machine....
Read more >Cannot play Live camera feed from security CAM - Page 2
Unrecognized option 'print_graphs_file'. Error splitting the argument list: Option not found. So I removed that argument.
Read more >ffmpeg fails with unrecognized option 'cq:v' : r/Tdarr - Reddit
Hey everyone, trying to diagnose a problem here. I am using the Migz-Transcode Using Nvidia GPU & FFMPEG, however I get a weird...
Read more >Implications of Wildlife Trafficking on the Health and ...
caliper), or “unknown” if life stage could not be deter- mined. The illegal holder was asked how long they were in possession of...
Read more >Development and Validation of the Emotional Expressivity Scale
scales of unknown validity. Though not a pure measure of expressive- ... choice self-report measure that assesses the presence and severity of mo-....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Update your version of FFMPEG
On Thu, Jul 14, 2016 at 6:20 PM, Kocane notifications@github.com wrote:
@jatindersingh13 Your version of FFMPEG is really old 2.6.5 came out in 2015 and that’s the oldest release still listed on FFMPEG’s github, you need to update