[BUG] ffmpeg deinterlace syntax error - 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: [BUG] ffmpeg deinterlace syntax error (/thread-576.html) |
ffmpeg deinterlace syntax error - Fun0Dav - 17.08.2018 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. RE: ffmpeg deinterlace syntax error - Selur - 17.08.2018 Damn missed that. Will fix thanks for the info. Cu Selur RE: ffmpeg deinterlace syntax error - Fun0Dav - 17.08.2018 no problem RE: ffmpeg deinterlace syntax error - Selur - 17.08.2018 Send you a link to a dev version which should fix the bug. Cu Selur RE: ffmpeg deinterlace syntax error - Fun0Dav - 17.08.2018 It's fixed now |