informatique
Differences
This shows you the differences between two versions of the page.
| informatique [2019/05/13 20:17] – created didzkovitchz | informatique [2019/06/12 21:00] (current) – didzkovitchz | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== | + | ====== |
| + | [[start|Retour]] | ||
| - | [[https:// | + | [[ffmpeg|Merge videos ffmpeg]] |
| - | + | ||
| - | < | + | |
| - | Use the concat demuxer. | + | |
| - | + | ||
| - | First, create a text file with the filenames. | + | |
| - | + | ||
| - | file ' | + | |
| - | file ' | + | |
| - | file ' | + | |
| - | ... | + | |
| - | file ' | + | |
| - | file ' | + | |
| - | file ' | + | |
| - | + | ||
| - | Then, run the concat command. | + | |
| - | + | ||
| - | ffmpeg -f concat -i textfile -c copy -fflags +genpts merged.mp4 | + | |
| - | + | ||
| - | For this to work, all videos should have same properties such as codec, resolution, framerate, sample rate, etc. | + | |
| - | + | ||
| - | If they are not, you can encode the concat. | + | |
| - | + | ||
| - | ffmpeg -f concat -i textfile -fflags +genpts merged.mp4 | + | |
| - | </ | + | |
informatique.1557771456.txt.gz · Last modified: 2019/05/13 20:17 by didzkovitchz
