Selur's Little Message Board
Crashed encoding to UT video using FFMPEG - Printable Version

+- Selur's Little Message Board (https://forum.selur.net)
+-- Forum: Hybrid - Support (https://forum.selur.net/forum-1.html)
+--- Forum: Problems & Questions (https://forum.selur.net/forum-3.html)
+--- Thread: Crashed encoding to UT video using FFMPEG (/thread-347.html)



Crashed encoding to UT video using FFMPEG - kingcrimsonster - 27.03.2018

Crashed encoding to UT video using FFMPEG with use some deinterlacers


RE: Crashed encoding to UT video using FFMPEG - Selur - 27.03.2018

Something in your file name causes Hybrid to do some wrong replacements.
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:
"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.


RE: Crashed encoding to UT video using FFMPEG - kingcrimsonster - 27.03.2018

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


RE: Crashed encoding to UT video using FFMPEG - Selur - 28.03.2018

Debug output doesn't show any of that,... it just shows you loading some settings,..


RE: Crashed encoding to UT video using FFMPEG - kingcrimsonster - 28.03.2018

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!



RE: Crashed encoding to UT video using FFMPEG - Selur - 28.03.2018

Ah, I see the problem, will fix ist later today or tomorrow. (Really busy the last few days,...)

Cu Selur


RE: Crashed encoding to UT video using FFMPEG - kingcrimsonster - 28.03.2018

Again crashed...


RE: Crashed encoding to UT video using FFMPEG - Selur - 28.03.2018

Problem seems to be the TMM,..
-> will look into it