Hi, I use the following command to convert one mp4 file into one m3u8 file and several segment ts files:
ffmpeg -y -i sourceFile.mp4 -vbsf h264_mp4toannexb -strict -3 -c:v copy -c:a copy -f hls -hls_time 10 output.m3u8 ts file name format is output name+segment number+.ts. How to define the format of ts file name? For example, the format is output name+time+other string+segment number+.ts. Thanks! B.R. Andrew _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
