mdhiggins / sickbeard_mp4_automator

Automatically convert video files to a standardized format with metadata tagging to create a beautiful and uniform media library
MIT License
1.51k stars 201 forks source link

ffmpeg conversion error #1115

Closed samcro1967 closed 4 years ago

samcro1967 commented 4 years ago

I am having issues with ffmpeg conversions failing using the sonarr-sma docker container. The roor from the log is below and the logs are also attached.

2020-01-16 21:39:16 - mkvtomp4 - ERROR - /usr/local/bin/ffmpeg/ffmpeg -fix_sub_duration -i /tv/Lincoln Rhyme- Hunt for the Bone Collector/Season 1/Lincoln Rhyme- Hunt for the Bone Collector - S01E01 - Pilot.mkv -i /tv/Lincoln Rhyme- Hunt for the Bone Collector/Season 1/Lincoln Rhyme- Hunt for the Bone Collector - S01E01 - Pilot.en.srt -vcodec copy -map 0:0 -c:a:0 aac -map 0:1 -disposition:a:0 default -ac:a:0 2 -b:a:0 256k -metadata:s:a:0 language=eng -strict experimental -c:a:1 ac3 -map 0:1 -disposition:a:1 none -ac:a:1 6 -b:a:1 1536k -metadata:s:a:1 language=eng -c:s:0 mov_text -map 0:2 -disposition:s:0 default -metadata:s:s:0 language=eng -c:s:1 mov_text -map 1:0 -disposition:s:1 none -metadata:s:s:1 language=eng -f mp4 -threads 3 -y /tv/Lincoln Rhyme- Hunt for the Bone Collector/Season 1/Lincoln Rhyme- Hunt for the Bone Collector - S01E01 - Pilot.m4v

sonarr-sma.log sonarr.txt

mdhiggins commented 4 years ago

Looks like the attempts to merge your external subtitle files into the media file aren't working and causing an FFMPEG error Not sure where you're getting those SRT files but the length is incorrect Usually the -fix_sub_duration flag will prevent this error but apparently not in this case

samcro1967 commented 4 years ago

I am not sure where the SRT files are coming from either. Guessing they are coming with the initial download. I don't remember anywhere in Sonarr to select download subtitles.

I am able to run the conversion manually.