diff --git a/index.html b/index.html index 27e6d76..abc8b86 100644 --- a/index.html +++ b/index.html @@ -417,6 +417,31 @@ + + +
Transform a video file with 16:9 aspect ratio into a video file with 4:3 aspect ration by correct letterboxing.
+ffmpeg -i input_file -filter:v "pad=iw:iw*3/4:(ow-iw)/2:(oh-ih)/2" -c:a copy output_file
-c:a copy
by -an
.Transform a video file with 16:9 aspect ratio into a video file with 4:3 aspect ration by correct letterboxing.
-ffmpeg -i input_file -filter:v "pad=iw:iw*3/4:(ow-iw)/2:(oh-ih)/2" -c:a copy output_file
-c:a copy
by -an
.