Changes between Version 1 and Version 2 of Ticket #11056, comment 15
- Timestamp:
- Sep 4, 2024, 1:55:58 AM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11056, comment 15
v1 v2 6 6 7 7 Then combine the files into a single file by starting with the init: 8 `cat init.mp4 > >output.mp4`8 `cat init.mp4 > output.mp4` 9 9 And then adding the rest of the files: 10 10 `for f in index*.m4s; do echo $f; cat $f >> output.mp4; done`


