From 638bb951ddaa8e0aa88c183e99aa51adf989e23e Mon Sep 17 00:00:00 2001 From: Reto Kromer Date: Wed, 22 Jul 2020 07:08:34 +0200 Subject: [PATCH] fix HTML (#442) --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 12ea8e2..3e68546 100644 --- a/index.html +++ b/index.html @@ -628,10 +628,10 @@
-c:a copy
re-encodes using the same audio codec
For silent videos you can replace -c:a copy with -an.
output_file
path, name and extension of the output file
-

If your source is interlaced, you will want to deinterlace prior to scaling. In that case, your command would look like this:

-

ffmpeg -i input_file -c:v libx264 -filter:v "yadif, colormatrix=bt601:bt709, scale=1440:1080:flags=lanczos, pad=1920:1080:240:0" -c:a copy output_file

-

See the Interlaced NTSC to MP4 recipe for a fuller explanation of the deinterlacing step.

+

If your source is interlaced, you will want to deinterlace prior to scaling. In that case, your command would look like this:

+

ffmpeg -i input_file -c:v libx264 -filter:v "yadif, colormatrix=bt601:bt709, scale=1440:1080:flags=lanczos, pad=1920:1080:240:0" -c:a copy output_file

+

See the Interlaced NTSC to MP4 recipe for a fuller explanation of the deinterlacing step.