Am Mi., 11. Sept. 2019 um 14:08 Uhr schrieb Gyan <ffm...@gyani.pro>:

>      ffmpeg -i input_file -i watermark.png -filter_complex 
> "[0]yadif=0:-1:1[v];[v][1]overlay"
>             -c:v libx264 -pix_fmt yuv420p -c:a aac
>             -metadata copyright=“blah” -metadata comment=“contact blah” 
> -report output_file
>
>
> The yadif filter will only deinterlace if the frame is marked as interlaced.

The metadata that marks frames as interlaced is typically wrong:
It will mark progressive frames as interlaced and the de-interlacer
will permanently damage the frames.

Carl Eugen
_______________________________________________
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to