diff --git a/index.html b/index.html index 1f277e3..fb712c9 100644 --- a/index.html +++ b/index.html @@ -110,7 +110,7 @@
-ss
with -c copy
if the source is encoded with an interframe codec (e.g., H.264). Since ffmpeg must split on i-frames, it will seek to the nearest i-frame to begin the stream copy.Variation: trim video by setting duration, by using -t
instead of -to
ffmpeg -i input_file -ss 00:05:00 -t 10 -c copy output_file
Modify the ffmpeg script as needed to perform different transcodes :)
ffmpeg -f concat -safe 0 -i mylist.txt -c copy output_file
ffmpeg starts the command
-i input_file path, name and extension of the input file
- -filter:v setfield=tff Sets the field order to top field first. Use setfield=bff
for bottom field first.
+ -filter:v setfield=tff Sets the field order to top field first. Use setfield=bff
for bottom field first.
-c:v prores Tells 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
@@ -1205,7 +1244,7 @@ e.g.: ffmpeg -f concat -safe 0 -i mylist.txt -c copy output_file
-
+
@@ -1260,10 +1299,10 @@ e.g.: ffmpeg -f concat -safe 0 -i mylist.txt -c copy output_filetype=name
Tells ffmpeg which kind of option you want, for example:
- encoder=libx264
+ encoder=libx264
decoder=mp3
- muxer=matroska
- demuxer=mov
+ muxer=matroska
+ demuxer=mov
filter=crop
@@ -1274,20 +1313,20 @@ e.g.: ffmpeg -f concat -safe 0 -i mylist.txt -c copy output_file
-
+