Re: [FFmpeg-user] Delay between the first packet and last packed in the muxing queue

2014-12-06 Thread Roger Pack
On Sat, Dec 6, 2014 at 5:58 AM, Matej Mailing wrote: > Yes, that is the moment when the input drops due to some network > issues, but it is back after a second or so. so what you want is an http connection that auto reconnects when the connection drops? I wonder if there's some timeout option

Re: [FFmpeg-user] Default RGB to YUV conversion

2014-12-06 Thread Andy Furniss
Florian Friedrich wrote: Dear Andy, thank you. I'll check if the result is more accurate than -vf colormatrix=bt601:bt709 Also worth testing, though I don't know if they will make any difference for this case, are the flags for swscale. ___ ffmpeg-u

Re: [FFmpeg-user] Default RGB to YUV conversion

2014-12-06 Thread Florian Friedrich
Dear Andy, thank you. I'll check if the result is more accurate than -vf colormatrix=bt601:bt709 Best, Florian ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user

Re: [FFmpeg-user] Default RGB to YUV conversion

2014-12-06 Thread Andy Furniss
Florian Friedrich wrote: Dear Carl Eugen, Before looking into the source code (I¹m not a professional programmer and it¹s hard to follow the route of the pixels), may I ask this question please: Is there a way to influence the initial RGB->YUV conversion, picking either 601 or 701 or something e

Re: [FFmpeg-user] dvd2concat error with loopback mounted ISO

2014-12-06 Thread Moritz Barsnick
On Fri, Dec 05, 2014 at 16:49:51 +, Adrian Meyer wrote: > Thanks for all the help. I built lsdvd 0.17 from sourceforge an now > dvd2concat is working. > However, ffmpeg seems not to like the syntax. I get a message unknown keyword > 'stream'. > > ffmpeg -safe 0 -f concat -i file.concat

Re: [FFmpeg-user] Delay between the first packet and last packed in the muxing queue

2014-12-06 Thread Matej Mailing
Yes, that is the moment when the input drops due to some network issues, but it is back after a second or so. Since there is no synchronization between video and sound required, I would like that ffmpeg continues playing mp3 stream. In current situation those errors keep showing up all the time and

Re: [FFmpeg-user] Default RGB to YUV conversion

2014-12-06 Thread Carl Eugen Hoyos
Florian Friedrich ff.de> writes: > I got the impression that there is no parameter and > the initial conversion always follows 601 equasions. As such, this is not true iirc. But without more information from you, somebody else will have to answer your question, I am not sure I understand. C

Re: [FFmpeg-user] Default RGB to YUV conversion

2014-12-06 Thread Florian Friedrich
Dear Carl Eugen, Before looking into the source code (I¹m not a professional programmer and it¹s hard to follow the route of the pixels), may I ask this question please: Is there a way to influence the initial RGB->YUV conversion, picking either 601 or 701 or something else? I got the impression t