question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Unrecognized option 'disposition:a:0'

See original GitHub issue

When 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:closed
  • Created 7 years ago
  • Comments:9 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
mdhigginscommented, Jul 14, 2016

Update your version of FFMPEG

On Thu, Jul 14, 2016 at 6:20 PM, Kocane notifications@github.com wrote:

When 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🅰️0 aac -map 0:1 -disposition🅰️0 default -ac🅰️0 1 -b🅰️0 128k -metadata:s🅰️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🅰️0’ Failed to set value ‘default’ for option 'disposition🅰️0


The code sure enough does have this "disposition" parameter, and if I remove it, it seems to work...?

What am I missing? FFMPEG version is 1.0.10. I'm on Debian Wheezy.

—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<https://github.com/mdhiggins/sickbeard_mp4_automator/issues/510>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ADcO6mC29H1OFeiig-Nz9NXwdDfPkidZks5qVrYXgaJpZM4JM5-i>
.

0reactions
mdhigginscommented, Apr 30, 2020

@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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found