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

Re: [FFmpeg-user] command code

2014-08-24 Thread mB
Greetings, I am trying to combine a image file with a mp3 file to create a avi video. Can someone please give me the command line (a sample) of the code I would need? Thanks in advance for any help, mB ___ ffmpeg-user mailing list

Re: [FFmpeg-user] command code

2014-08-24 Thread DopeLabs
ffmpeg -re -loop 1 -i /home/user/image.jpg -i /home/user/audio.mp3 -c:a copy -c:v h264 -preset ultrafast -pix_fmt yuvj420p -shortest video.mp4 ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user