diff --git a/index.html b/index.html index 03cb130..87ff6ad 100644 --- a/index.html +++ b/index.html @@ -1350,7 +1350,7 @@ foreach ($file in $inputfiles) {
ffmpeg
starts the command
-f lavfi
tells ffmpeg to use the Libavfilter input virtual device [more]
-
-i mandelbrot=size=1280x720:rate=25
asks for the mandelbrot test filter as input. Adjusting the size and rate options allow you to choose a specific frame size and framerate. [more]
+
-i mandelbrot=size=1280x720:rate=25
asks for the mandelbrot test filter as input. Adjusting the size and rate options allow you to choose a specific frame size and framerate. [more]
-c:v libx264
transcodes video from rawvideo to H.264. Set -pix_fmt to yuv420p for greater H.264 compatibility with media players.
-t 10
specifies recording time of 10 seconds
output_file
path, name and extension of the output file. Try different file extensions such as mkv, mov, mp4, or avi.
@@ -1373,7 +1373,7 @@ foreach ($file in $inputfiles) {
ffmpeg
starts the command
-f lavfi
tells ffmpeg to use the Libavfilter input virtual device [more]
-
-i smptebars=size=720x576:rate=25
asks for the smptebars test filter as input. Adjusting the size and rate options allow you to choose a specific frame size and framerate. [more]
+
-i smptebars=size=720x576:rate=25
asks for the smptebars test filter as input. Adjusting the size and rate options allow you to choose a specific frame size and framerate. [more]
-c:v prores
transcodes video from rawvideo to Apple ProRes 4:2:2.
-t 10
specifies recording time of 10 seconds
output_file
path, name and extension of the output file. Try different file extensions such as mov or avi.
@@ -1421,7 +1421,7 @@ foreach ($file in $inputfiles) {
ffplay
starts the command
-f lavfi
tells ffmpeg to use the libavfilter input virtual device [more]
-
-i smptehdbars=size=1920x1080
asks for the smptehdbars filter pattern as input and sets the HD resolution. This generates a colour bars pattern, based on the SMPTE RP 219–2002. [more]
+
-i smptehdbars=size=1920x1080
asks for the smptehdbars filter pattern as input and sets the HD resolution. This generates a colour bars pattern, based on the SMPTE RP 219–2002. [more]
@@ -1442,7 +1442,7 @@ foreach ($file in $inputfiles) {
ffplay
starts the command
-f lavfi
tells ffmpeg to use the libavfilter input virtual device [more]
-
-i smptebars=size=640x480
asks for the smptehdbars filter pattern as input and sets the VGA (SD) resolution. This generates a colour bars pattern, based on the SMPTE Engineering Guideline EG 1–1990. [more]
+
-i smptebars=size=640x480
asks for the smptehdbars filter pattern as input and sets the VGA (SD) resolution. This generates a colour bars pattern, based on the SMPTE Engineering Guideline EG 1–1990. [more]