Skip to content

Commit f3d98bc

Browse files
authored
update recipe list (#470)
1 parent 8290b25 commit f3d98bc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

recipes.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ ffmpeg -i input_file -af areverse,silenceremove=start_threshold=-57dB:start_dura
9292
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
9393
# Deinterlace video
9494
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
9597
# Inverse telecine
9698
ffmpeg -i input_file -c:v libx264 -vf "fieldmatch,yadif,decimate" output_file
9799
# Set field order for interlaced video

0 commit comments

Comments
 (0)