Hello,
Sometimes I want to download a documentary.
The video consist of a row of individual files with a mp2t as extension.
I look for a program that can download and merge the files to my hard drive.
thx.
+ Reply to Thread
Results 1 to 3 of 3
-
-
Hi wilvid :
---
NB: Voilà une procédure .
---
!!! BE SURE THAT ALL .MP2T FILES HAVE THE SAME STRUCTURE !!!
1) Create a directory E:\concat
2) insert the file "FFMPEG.EXE"
3) Copy in that directory , all files .mp2t
4) Create a file "mylist.txt" in that directory . See example below :
Code:file 'E:\concat\media_1.mp2t' file 'E:\concat\media_2.mp2t' file 'E:\concat\media_3.mp2t'
Code:@echo on "ffmpeg.exe" -f concat -i mylist.txt -c copy "3_fichiers.mkv" pause :fin
Cheers .JE SUIS CHARLIE !!! -
Thanks for the info aazerty, i will try this first en give you response.