Selur's Little Message Board

Full Version: Crashed encoding to UT video using FFMPEG
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Crashed encoding to UT video using FFMPEG with use some deinterlacers
Something in your file name causes Hybrid to do some wrong replacements.
Code:
ffmpeg -y -threads 4 -r 25 -analyzeduration 200M -probesize 200M -i "H:\MTV Millennial Awards  (MIAW) 2017\Iggy Azalea_-_Mo Bounce_-_Switch [MTV Millennial Awards  (MIAW) 2017].ts" -map 0:0 -an -sn  -deinterlace -vsync 0 -pix_fmt yuv420p  -vcodec utvideo -pred left -slices 0 -pix_fmt yuv420p -colorspace bt709 "E:\Temp\Iggy Azalea_-_Mo Bounce_-_Switch [MTV Millennial Awards  (MIAW) 2017]_FFMPEG deint_22_31_09_6710_07.avi"
ends up as:
Code:
"C:\PROGRA~1\Hybrid\64bit\ffmpeg.exe" -y -threads 4 -r 25 -analyzeduration 200M -probesize 200M -i "H:\MTV Millennial Awards  (MIAW) 2017\Iggy Azalea_-_Mo Bounce_-_Switch [MTV Millennial Awards  (MIAW) 2017].ts" -map 0:0 -an -sn  -deinterlace -vsync 0 -pix_fmt yuv420p  -vcodec utvideo -pred left -slices 0 -pix_fmt yuv420p -colorspace bt709 "E:\Temp\Iggy Azalea_-_Mo Bounce_-_Switch [MTV Millennial Awards  (MIAW) 2017]_"C:\PROGRA~1\Hybrid\64bit\ffmpeg.exe" deint_22_31_09_6710_07.avi"
-> rename the file and it should work.
Very strange... With old name Hybrid encoded without errors Tdeint deinterlacer is set 25fps and crashed with set 50fps
With new name FFmpeg deinterlacer encoded without errors, Tdeint deinterlacer 50fps again crashed
Debug output doesn't show any of that,... it just shows you loading some settings,..
The new debug file.
Quote:2018.03.28 - 08:33:21_Windows 10-64bit_2018.03.20.1 - level 9: FFmpeg output: [avisynth @ 00dde680] TDeint:  number of frames in edeint clip doesn't match that of the input clip!
Ah, I see the problem, will fix ist later today or tomorrow. (Really busy the last few days,...)

Cu Selur
Again crashed...
Problem seems to be the TMM,..
-> will look into it