Changes between Version 34 and Version 35 of Concatenate
- Timestamp:
- Jul 17, 2017, 7:13:34 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Concatenate
v34 v35 8 8 == Concatenation of files with same codecs ==#samecodec 9 9 10 There are two methods within ffmpeg that can be used to concatenate files of the same type: [#demuxer the concat ''demuxer''] and [#protocol the concat ''protocol'']. The demuxer is more flexible - it requires the same codecs, but different container formats can be used; and it can be used with any container formats, while the protocol only works with a select few containers. However, the concat protocol is available in older versions of ffmpeg, where the demuxer isn't. The demuxer also requires that the inputs have a consistent bitrate setting, the concat protocol is more flexible in this regard.10 There are two methods within ffmpeg that can be used to concatenate files of the same type: [#demuxer the concat ''demuxer''] and [#protocol the concat ''protocol'']. The demuxer is more flexible - it requires the same codecs, but different container formats can be used; and it can be used with any container formats, while the protocol only works with a select few containers. However, the concat protocol is available in older versions of ffmpeg, where the demuxer isn't. 11 11 12 12 === Concat demuxer ===#demuxer
