Selur's Little Message Board

Full Version: ffmpeg deinterlace syntax error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello here I found a syntax error on the FFmpeg Deinterlacer :
here is the command line that Hybrid create :

ffmpeg -y -loglevel fatal -threads 6 -i "C:\Users\******\Videos\aghayev.mp4" -map 0:1 -an -sn -deinterlace,zscale=rangein=tv:range=tv -pix_fmt yuv420p -vsync 0  -f rawvideo - | x264 --preset superfast --pass 1 --bitrate 1500 --profile high --level 4.1 --direct auto --qcomp 0.5 --rc-lookahead 40 --aq-mode 0 --sar 1:1 --non-deterministic --range tv --stats "C:\Users\******\AppData\Local\Temp\0000_16_01_41_7610_01.stats" --demuxer raw --input-res 854x480 --input-csp i420 --input-range tv --input-depth 8 --fps 24/1 --output-depth 8 --output NUL -

see : "-deinterlace,zscale=rangein=tv:range=tv..." it sould be "-deinterlace -vf zscale=rangein=tv:range=tv..."
resulting in a crash.
Damn missed that.
Will fix thanks for the info. Smile

Cu Selur
no problem Smile
Send you a link to a dev version which should fix the bug.

Cu Selur
It's fixed now Wink