This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

[BUG] ffmpeg deinterlace syntax error
#1
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.
Reply
#2
Damn missed that.
Will fix thanks for the info. Smile

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

Cu Selur
Reply
#5
It's fixed now Wink
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)