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.