I wonder if it's possible to merge video files using the cat command? I mean will the resultant file play seamlessly?
Tell me more
×
Unix & Linux Stack Exchange is a question and answer site for
users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.
|
|
|||||||
|
|
Yes, it is possible. But not all formats support it.
When converting to RAW formats you also have a high chance that the files can be concatenated.
But using
|
|||||
|
|
No, it is not possible, because every video file has a header. To merge videos you need to use a tool (like for example ffmpeg or mencoder). |
|||||||||
|
|
As BЈовић said, in general, each file has its own header. Try with this example from Ubuntu How To's:
|
||||
|
|

