Re: [FFmpeg-user] Generate .ts file parallel, resume option, offset HLS

2014-08-25 Thread Claudiu Rad
On 8/25/2014 1:30 PM, Diogo Serrano wrote: Basicaly i want to create a single .ts giving in the arguments the range of time, after that i need to join all .ts files and generate the m3u8 playlist. The ffmpeg command list bellow are a prove of concept to resolve my problem, but when a generate

Re: [FFmpeg-user] Generate .ts file parallel, resume option, offset HLS

2014-08-24 Thread Andrew Sinclair
Not sure I completely understand what you are trying but is it to encode in paralell? Please explain further and provide full commands and output You can do this by creating multiple TS files but you will likely need to join them back together before creating the m3u8, though may be possible to

[FFmpeg-user] Generate .ts file parallel, resume option, offset HLS

2014-08-20 Thread Diogo Serrano
I have a mp4 file or other file (non mp4 format) and i need generate ts files and m3u8 playlist. I am using this command and works fine: ffmpeg -i foo.mp4 -codec copy -vbsf h264_mp4toannexb -map 0 -f segment -segment_list out.m3u8 -segment_time 10 out%03d.ts Now I need to generate many ts