Quote:
Originally Posted by maisawka
Can somebody hlep me please
I download the show from hotstar.com by using adownloader, after the download is completed, the mp4 video is not fully build, i got around 20-30 mnts video for 45 mnts, but i got a number of segments.ts files. How can i Mux those segment.ts file manualy
Thanks in advance
|
JOING .TS segments in adownloader download folder
1. Copy FFMPEG.exe (static 32/64 bit according to your needs
http://ffmpeg.zeranoe.com/builds/) to the folder having .ts segments from bin.
2. Copy mp4 .m3u8 and mp4.2.m3u8 files also to that folder.
3. Now in command window enter to the folder.
4. ffmpeg -i "hotstar__Specialstypem3u8_206001280x720.mp4.2.m3u 8" -c copy t.ts => copy the name of mp4.2.m3u8 file " here "
see this post
This is what I did 2 days ago...thanks to @biezom for the process