Changes between Version 33 and Version 34 of Concatenate
- Timestamp:
- Feb 27, 2017, 4:48:26 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Concatenate
v33 v34 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. 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. 11 11 12 12 === Concat demuxer ===#demuxer
