Changes between Version 31 and Version 32 of Concatenate
- Timestamp:
- May 18, 2016, 10:47:33 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Concatenate
v31 v32 194 194 === Using an external script ===#extscript 195 195 196 With any vaguely-modern version of ffmpeg, the following script is made redundant by the advent the concat filter, which achieves the same result in a way that works across platforms. It is a clever workaround of ffmpeg's then-limitations, but most people (i.e. anyone not stuck using an ancient version of ffmpeg for whatever reason) should probably use one of the methods listed above. 197 196 198 The following script can be used to concatenate multiple input media files (containing audio/video streams) into one output file (just like as if all the inputs were played in a playlist, one after another). It is based on this FAQ item: [https://ffmpeg.org/faq.html#How-can-I-concatenate-video-files_003f How can I join video files], which also contains other useful information. 197 199
