diff --git a/index.html b/index.html index 8f96cf1..03e5106 100644 --- a/index.html +++ b/index.html @@ -506,7 +506,7 @@ Change the above data-target field, the button text, and the below div class (th
ffmpeg
Calls the program ffmpeg
-i
for input video file and audio file
-c:v libx264
encodes video stream with libx264 (h264)
-
-pix_fmt yuv420p - creates YUV colorspace, progressive scan +
-pix_fmt yuv420p
specifies a pixel format of YUV 4:2:0
-filter:v
calls an option to apply a filter to the video stream. scale=1440:1080, pad=1920:1080:240:0": does the math! resizes the video frame then pads the area around the 4:3 aspect to complete 16:9.
-vf yadif
deinterlaces the file (optional)