mirror of
https://github.com/amiaopensource/ffmprovisr.git
synced 2025-01-12 03:27:09 +01:00
update recipe list (#470)
This commit is contained in:
parent
8290b25fe5
commit
f3d98bc712
@ -92,6 +92,8 @@ ffmpeg -i input_file -af areverse,silenceremove=start_threshold=-57dB:start_dura
|
|||||||
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
|
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
|
||||||
# Deinterlace video
|
# Deinterlace video
|
||||||
ffmpeg -i input_file -c:v libx264 -vf "yadif,format=yuv420p" output_file
|
ffmpeg -i input_file -c:v libx264 -vf "yadif,format=yuv420p" output_file
|
||||||
|
# Deinterlace video fields to frames
|
||||||
|
ffmpeg -i input_file -c:v libx264 -vf "idet,bwdif,format=yuv420p" output_file
|
||||||
# Inverse telecine
|
# Inverse telecine
|
||||||
ffmpeg -i input_file -c:v libx264 -vf "fieldmatch,yadif,decimate" output_file
|
ffmpeg -i input_file -c:v libx264 -vf "fieldmatch,yadif,decimate" output_file
|
||||||
# Set field order for interlaced video
|
# Set field order for interlaced video
|
||||||
|
Loading…
Reference in New Issue
Block a user