diff --git a/index.html b/index.html index 5e1e9b8..715f1f1 100644 --- a/index.html +++ b/index.html @@ -212,7 +212,7 @@
Transform a SD video file with 4:3 aspect ratio into an HD video file with 16:9 aspect ration by correct pillarboxing.
+Transform a SD video file with 4:3 aspect ratio into an HD video file with 16:9 aspect ratio by correct pillarboxing.
ffmpeg -i input_file -filter:v "colormatrix=bt601:bt709, scale=1440:1080:flags=lanczos, pad=1920:1080:240:0" -c:a copy output_file
pad=1920:1080:240:0
) completes the transformation from SD to HD.-c:a copy
by -an
.-c:a copy
with -an
.