VideoHelp Forum
+ Reply to Thread
Results 1 to 2 of 2
Thread
  1. I want to stream something that is made of lots of m2ts files and then join them . How would i do this? I seem to recall doing this or similar but cannot recall how
    Quote Quote  
  2. Hi Sounds ,

    Below an example :

    !!! BE SURE THAT ALL .M2TS FILES HAVE THE SAME STRUCTURE !!!

    1) Create a directory E:\concat
    2) insert the file "FFMPEG.EXE" , in that folder
    3) Copy in that folder , all files .m2ts

    4) Create a file "mylist.txt" in that folder . See example below :
    Code:
    file 'E:\concat\media_1.m2ts'
    file 'E:\concat\media_2.m2ts'
    file 'E:\concat\media_3.m2ts'
    5) Create a batch file . See example below :
    Code:
    @echo on
    "ffmpeg.exe" -f concat -i mylist.txt -c copy "3_fichiers.mkv"
    pause
    :fin
    Launch the batch file to get the file "3_fichiers.mkv" .

    Cheers .
    JE SUIS CHARLIE !!!
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!