FFMPEG slice too much CPU


ffmpeg -i D:\myvod\1.mp4 -c copy -strict -2 -bsf:v h264_mp4toannexb -f hls -hls_list_size 0 -hls_time 10 1.m3u8

Use this parameter to perform slicing without transcoding, the last 10 represents 10s to cut a file

Guess you like

Origin www.cnblogs.com/mrguoguo/p/12695428.html