From f3d98bc71209ce7964ea75803d74973ae157b599 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D7=A8=D7=98=D7=95/=D7=A8=D7=A2=D7=98=D7=90=D6=B8/=D7=A8?= =?UTF-8?q?=D6=B5=D7=99=D7=98=D7=95=D6=B9=20=E2=80=A2=20Reto?= Date: Thu, 31 Aug 2023 08:26:49 +0200 Subject: [PATCH] update recipe list (#470) --- recipes.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes.txt b/recipes.txt index be48802..c0f624d 100644 --- a/recipes.txt +++ b/recipes.txt @@ -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 # Deinterlace video 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 ffmpeg -i input_file -c:v libx264 -vf "fieldmatch,yadif,decimate" output_file # Set field order for interlaced video