.m3u8 video format conversion

The .m3u8 format video files downloaded from the mobile phone UC browser are as follows:

Open with Notepad: Journey to the West.m3u8, the blue font corresponds to the video file directory. If there are many downloaded videos, you can only find the corresponding folder.

Go to our download video folder, there are a total of 55 files

There are so many files, we have to merge the files together, here we use the command line to process:

copy /b 0+1+2+3+4+5+6+7+8+9+10+11+12+13+14+15+16+17+18+19+20+21+22+23+24+25+26+27+28+29+30+31+32+33+34+35+36+37+38+39+40+41+42+43+44+45+46+47+48+49+50+51+52+53+54+55 new.ts

[Note: use script to generate commands]

var count=55

var str = 'copy / b';

for(var i=0;i<=count;i++){
if(count==i)
    str+=i
else
    str+=i+'+'

}
str+=' new.ts'

console.log(str)

Copy the command above, paste it into the command line, and press Enter:

See new.ts in the folder, and then convert the format

[In fact, some players also support ts files, so you don't need to convert them to mp4]

Convert to MP4 format:

https://www.cr173.com/soft/18588.html

Total Video Converter

 

 

 

 

 

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325155069&siteId=291194637