diff --git a/index.html b/index.html index 664d75c..0331976 100644 --- a/index.html +++ b/index.html @@ -40,8 +40,8 @@
-c:a copy
by -an
.
-c:a copy
by -an
.
4:3
. Experiment with other aspect ratios such as 16:9
. If used together with -c:v copy
, it will affect the aspect ratio stored at container level, but not the aspect ratio stored in encoded frames, if it exists. Simpler GIF creation
ffmpeg -ss HH:MM:SS -i input_file -vf "fps=10,scale=500:-1" -t 3 -loop 6 output_file
This is a quick and easy method. Dithering is more apparent than the above method using the palette* filters, but the file size will be smaller. Perfect for that “legacy” GIF look.
+Modify the ffmpeg script as needed to perform different transcodes :)
+null
muxer. This allows video decoding without creating an output file.-
is just a place holder. No file is actually created. ffmpeg -f concat -safe 0 -i mylist.txt -c copy output_fileoutput_filepath, name and extension of the output file
For more information, see the ffmpeg wiki page on concatenating files.
+
ffmpeg -f concat -safe 0 -i mylist.txt -c copy output_file
-
-
+
+
@@ -741,6 +769,7 @@ e.g.: ffmpeg -f concat -safe 0 -i mylist.txt -c copy output_fileNotes:
If -framerate
is omitted, the playback speed depends on the images’ file sizes and on the computer’s processing power. It may be rather slow for large image files.
You can navigate durationally by clicking within the playback window. Clicking towards the left-hand side of the playback window takes you towards the beginning of the playback sequence; clicking towards the right takes you towards the end of the sequence.
+
@@ -748,8 +777,8 @@ e.g.: ffmpeg -f concat -safe 0 -i mylist.txt -c copy output_file
-
-
+
+
@@ -764,6 +793,7 @@ e.g.: ffmpeg -f concat -safe 0 -i mylist.txt -c copy output_file-map 0:a:0grabs the first audio stream and maps it into:
audio_output_file path, name and extension of the audio output file
+
@@ -771,8 +801,8 @@ e.g.: ffmpeg -f concat -safe 0 -i mylist.txt -c copy output_file
-
-
+
+
@@ -789,6 +819,7 @@ e.g.: ffmpeg -f concat -safe 0 -i mylist.txt -c copy output_file-shortestlimit to the shortest stream
video_output_file path, name and extension of the video output file
+
@@ -796,8 +827,8 @@ e.g.: ffmpeg -f concat -safe 0 -i mylist.txt -c copy output_file
-
-
+
+
@@ -811,6 +842,7 @@ e.g.: ffmpeg -f concat -safe 0 -i mylist.txt -c copy output_file-vnno video stream
output_file path, name and extension of the output file
+
@@ -818,8 +850,8 @@ e.g.: ffmpeg -f concat -safe 0 -i mylist.txt -c copy output_file
-
-
+
+
@@ -833,6 +865,7 @@ e.g.: ffmpeg -f concat -safe 0 -i mylist.txt -c copy output_file-c:a copy
by -an
.
output_file path, name and extension of the output file
+
@@ -840,8 +873,8 @@ e.g.: ffmpeg -f concat -safe 0 -i mylist.txt -c copy output_file
-
-
+
+
@@ -861,6 +894,7 @@ e.g.: ffmpeg -f concat -safe 0 -i mylist.txt -c copy output_file-map "[a]"maps the audio stream together into:
output_file path, name and extension of the output file
+
@@ -868,8 +902,8 @@ e.g.: ffmpeg -f concat -safe 0 -i mylist.txt -c copy output_file
-
-
+
+
@@ -891,6 +925,7 @@ e.g.: ffmpeg -f concat -safe 0 -i mylist.txt -c copy output_file-vf
is a shortcut for -filter:v
.
output_file path, name and extension of the output file.
+
@@ -898,8 +933,8 @@ e.g.: ffmpeg -f concat -safe 0 -i mylist.txt -c copy output_file
-
-
+
+
@@ -922,6 +957,7 @@ e.g.: ffmpeg -f concat -safe 0 -i mylist.txt -c copy output_file-vf
is a shortcut for -filter:v
.
output_file path, name and extension of the output file.
+
@@ -929,8 +965,8 @@ e.g.: ffmpeg -f concat -safe 0 -i mylist.txt -c copy output_file
-
-
+
+
@@ -946,6 +982,7 @@ e.g.: ffmpeg -f concat -safe 0 -i mylist.txt -c copy output_file-an copyno audio
output_file path, name and extension of the output file
+
@@ -953,8 +990,8 @@ e.g.: ffmpeg -f concat -safe 0 -i mylist.txt -c copy output_file
-
-
+
+
@@ -972,6 +1009,7 @@ e.g.: ffmpeg -f concat -safe 0 -i mylist.txt -c copy output_file-vf scale=1280:720filter the video to scale it to 1280x720 for YouTube. -vf is an alias for -filter:v
video_output_file path, name and extension of the video output file
+
@@ -979,8 +1017,8 @@ e.g.: ffmpeg -f concat -safe 0 -i mylist.txt -c copy output_file
-
-
+
+
@@ -993,6 +1031,7 @@ e.g.: ffmpeg -f concat -safe 0 -i mylist.txt -c copy output_file-c:v proresTells ffmpeg to transcode the video stream into Apple ProRes 422. Experiment with using other codecs.
output_file path, name and extension of the output file
+
@@ -1003,9 +1042,9 @@ e.g.: ffmpeg -f concat -safe 0 -i mylist.txt -c copy output_file
-