Skip to content

FFmpeg and deinterlace #1606

Answered by vadegdadeg
vadegdadeg asked this question in Q&A
Dec 17, 2022 · 2 comments · 1 reply
Discussion options

You must be logged in to vote

I turned out to be a donkey, I was inattentive, forgive me...
I carefully re-read the documentation and realized that movie_extpipe is just the solution to my problem.
After studying ffmpeg a little, I came up with this config:
First, turn off movie_output
movie_output off
movie_output_motion off
#movie_quality 0
#movie_bps 800000
#movie_codec mkv
Then turn on
movie_extpipe_use on
movie_extpipe ffmpeg -v error -stats -y -f rawvideo -pix_fmt yuv420p -video_size %wx%h -framerate %fps -i pipe:0 -c:v libx265 -crf 21 -x265-params log-level=error -preset ultrafast -vf yadif=2 -f matroska %f.mkv

Where:
-vf yadif=2, filter and filter type, I had timestamp distortion with yadif=1, so yadif=2, but …

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@vadegdadeg
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by vadegdadeg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants