Re: [FFmpeg-user] Problem with concat - sound and picture breaks

2014-08-19 Thread Qianliang Zhang
If you use concat file, you must confirm these files' codecs are same: https://trac.ffmpeg.org/wiki/How%20to%20concatenate%20(join,%20merge)%20media%20files On Tue, Aug 19, 2014 at 6:14 PM, Andrew Sinclair wrote: > What is the full output of your command and also run ffprobe on the sources > b

Re: [FFmpeg-user] Problem with concat - sound and picture breaks

2014-08-19 Thread Andrew Sinclair
What is the full output of your command and also run ffprobe on the sources being concat'd. I am also not sure that your settings make sense where you are mixing codec copy with encode settings On 15 August 2014 16:54, Carl Eugen Hoyos wrote: > Loadlinx gmail.com> writes: > > > Concat works,

Re: [FFmpeg-user] Problem with concat - sound and picture breaks

2014-08-15 Thread Carl Eugen Hoyos
Loadlinx gmail.com> writes: > Concat works, it streams the channel and play next > one after previous one is done. Something happens > with transcoding mid way and it starts to break > the picture. This is not a problem in rtmp as > looping through random files works well. Do you mean the is

Re: [FFmpeg-user] Problem with concat - sound and picture breaks

2014-08-14 Thread Loadlinx
On Thu, Aug 14, 2014 at 12:27 PM, Carl Eugen Hoyos wrote: > Loadlinx gmail.com> writes: > >> picture and sound breaks badly. > >> /root/bin/ffmpeg -y -re -f concat -i /home/ftp/kids/kids.txt > > Unrelated: Please note that it is _very_ much unadvisable to > run ffmpeg as root. > >> -vcodec copy -

Re: [FFmpeg-user] Problem with concat - sound and picture breaks

2014-08-14 Thread Carl Eugen Hoyos
Loadlinx gmail.com> writes: > picture and sound breaks badly. > /root/bin/ffmpeg -y -re -f concat -i /home/ftp/kids/kids.txt Unrelated: Please note that it is _very_ much unadvisable to run ffmpeg as root. > -vcodec copy -preset superfast -acodec copy > -dts_delta_threshold 1000 -ar 44100 -

[FFmpeg-user] Problem with concat - sound and picture breaks

2014-08-13 Thread Loadlinx
I followed concat instructions and managed to get the stream going. Its runs fine but then about some time it becomes unwatchable, picture and sound breaks badly. I use this command: /root/bin/ffmpeg -y -re -f concat -i /home/ftp/kids/kids.txt -vcodec copy -preset superfast -acodec copy -dts_delt