We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8290b25 commit f3d98bcCopy full SHA for f3d98bc
1 file changed
recipes.txt
@@ -92,6 +92,8 @@ ffmpeg -i input_file -af areverse,silenceremove=start_threshold=-57dB:start_dura
92
ffmpeg -i input_file -c:v libx264 -filter:v "yadif, scale=1440:1080:flags=lanczos, pad=1920:1080:(ow-iw)/2:(oh-ih)/2, format=yuv420p" output_file
93
# Deinterlace video
94
ffmpeg -i input_file -c:v libx264 -vf "yadif,format=yuv420p" output_file
95
+# Deinterlace video fields to frames
96
+ffmpeg -i input_file -c:v libx264 -vf "idet,bwdif,format=yuv420p" output_file
97
# Inverse telecine
98
ffmpeg -i input_file -c:v libx264 -vf "fieldmatch,yadif,decimate" output_file
99
# Set field order for interlaced video
0 commit comments