Re: [FFmpeg-user] In and out-range Scale option able to correct 0-255 video to 0-235?

2015-05-20 Thread tim nicholson
On 19/05/15 22:06, Carl Eugen Hoyos wrote: > Christoph Gerstbauer gmail.com> writes: > >> C:\Windows\System32>ffmpeg -i >> C:\Users\Administrator\Desktop\big_buck_bunny_ffvhuff.avi -vf >> "scale=in_range=full:out_range=tv" -vcodec ffvhuff > > It seems to me that the scale filter is so smart > t

[FFmpeg-user] Corrupted output after concat ffmpeg command

2015-05-20 Thread Artem Belov
Hello, I'm getting corrupted video file. I shared archive via google drive.​ files.zip ​ I was using this commands: ffmpeg -i google.mp4 -ss 00:00:00 -to 00:00:10 -c:a copy -vf "drawbox= : x=0 : y=0 : color=invert

Re: [FFmpeg-user] Alexa input dpx

2015-05-20 Thread Reto Kromer
Dave Rice wrote: >AFAIK ffmpeg only supports linear sampling in dpx. I think >support for logarithmic dpx would be very helpful. For now >there's various workarounds with >filters such as haldclut, see: >http://trac.ffmpeg.org/ticket/3751. I agree with Dave, and I second the request. However: AF

[FFmpeg-user] Could ffmpeg add fade effect for watermark picture?

2015-05-20 Thread Nemo
I means, increase or reduce the watermark transparency. Thanks a lot. ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user

[FFmpeg-user] ffplay can fading out be forced?

2015-05-20 Thread Bill Leahy
I am working on a simple Python GUI which will play sound effects and songs at the push of a button. Audio only. On Windows. For use in a theater during live performances. In general I need to be able to start at some arbitrary location, fade in, play some portion, and then at some arbitrary l

Re: [FFmpeg-user] H264 IP-camera dump causes wrong duration/bitrate

2015-05-20 Thread しらせ けんじ
Is it possible that your camera actually captures at a lower framerate at night/in low light condition? I think framerate is fixed rate. The probrem is in frame detection. Talking about the sample, the bitrate at night has bigger than day time one. I think the frame in night doesn't need more

Re: [FFmpeg-user] Alexa input dpx

2015-05-20 Thread Dave Rice
> On May 20, 2015, at 9:34 AM, lorenzo angeli > wrote: > > Cheers Carl, > here is the complete command with output debug* : > http://pastebin.com/wn7j6Bsv > > The problem is that the input sequence of dpx has an AlexaV3LogC color > space, and I'm applying a lut which expect to have that type o

[FFmpeg-user] 10 seconds delay from real image to computer

2015-05-20 Thread Daniel Viana
Well i can sucessfull stream my ip camera trough http using ffserver and ffmplayer, but when i open the stream i receive the video with a 9 sec delay, i tryied to search about libtheora configuration and ffserver to improve this but i failed to find something usefull, here is my conf: Port 8090 Bi

Re: [FFmpeg-user] MINGW/MSYS compile ffmpeg, libavcodec module fail to compile?

2015-05-20 Thread Carl Eugen Hoyos
flywindsc qq.com> writes: > LD libavcodec/avcodec-56.dll > gcc.exe: error: libavcodec/x86/lossles: No such file or directory Workaround iirc is to use make V=1 ffmpeg.exe but I suspect you have to upgrade to MSYS2. Carl Eugen ___ ffmpeg-user mailing

[FFmpeg-user] MINGW/MSYS compile ffmpeg, libavcodec module fail to compile?

2015-05-20 Thread flywindsc
hi all, recently I got trouble when compling ffmpeg in mingw/msys environment. any advice, very appreciate!! I have gcc version: 4.8.1 ;ffmpeg version: 2.6.2 (I try to compile x264, everything ok, I think that mingw/msys compile'environment is ok basicly) but compile ffmpeg, step like: $./configu

Re: [FFmpeg-user] HD > SD Down-Convert Prores Color

2015-05-20 Thread Kevin Wells
> To: ffmpeg-user@ffmpeg.org > From: ceho...@ag.or.at > Date: Wed, 20 May 2015 14:58:19 + > Subject: Re: [FFmpeg-user] HD> SD Down-Convert Prores Color > > Kevin Wells hotmail.co.uk> writes: > >> the out.mov is still flagged as bt709, but needs to be bt

[FFmpeg-user] RTCP RR when streaming RTP over RTSP/TCP

2015-05-20 Thread Ralf Globisch
Hi, I'm just looking to confirm whether or not ffmpeg sends RTCP RRs when streaming over TCP (RTP over RTSP/TCP). Sniffing the traffic seems to indicate that ffmpeg does not send them. If not, are there any plans to add such functionality? Thanks! Ralf -- This message is subject to t

Re: [FFmpeg-user] HD > SD Down-Convert Prores Color

2015-05-20 Thread Carl Eugen Hoyos
Kevin Wells hotmail.co.uk> writes: > the out.mov is still flagged as bt709, but needs to be bt601. Do you have a file (any file) that is flagged as bt601? If not, how do you know that it is possible to flag the file as bt601 (I also believe it is possible but I will only be able to help you if

Re: [FFmpeg-user] HD > SD Down-Convert Prores Color

2015-05-20 Thread Kevin Wells
> To: ffmpeg-user@ffmpeg.org > From: ceho...@ag.or.at > Date: Wed, 20 May 2015 13:05:23 + > Subject: Re: [FFmpeg-user] HD> SD Down-Convert Prores Color > > Kevin Wells hotmail.co.uk> writes: > >> Hi Carl, what should I change to make the output bt601? >

Re: [FFmpeg-user] Alexa input dpx

2015-05-20 Thread lorenzo angeli
Cheers Carl, here is the complete command with output debug* : http://pastebin.com/wn7j6Bsv The problem is that the input sequence of dpx has an AlexaV3LogC color space, and I'm applying a lut which expect to have that type of color space as input. In Nuke (which is the tool I'm using to check th

Re: [FFmpeg-user] HD > SD Down-Convert Prores Color

2015-05-20 Thread Carl Eugen Hoyos
Kevin Wells hotmail.co.uk> writes: > Hi Carl, what should I change to make the output bt601? Please provide such a bt601 sample (including ffmpeg -i output for the sample). Carl Eugen > ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http:/

Re: [FFmpeg-user] Alexa input dpx

2015-05-20 Thread Carl Eugen Hoyos
lorenzo angeli efestolab.uk> writes: > No command line here > If it's not clear At least to me, it is completely unclear without command line and complete, uncut console output. Carl Eugen ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://

Re: [FFmpeg-user] HD > SD Down-Convert Prores Color

2015-05-20 Thread Kevin Wells
> To: ffmpeg-user@ffmpeg.org > From: ceho...@ag.or.at > Date: Tue, 19 May 2015 19:44:37 + > Subject: Re: [FFmpeg-user] HD> SD Down-Convert Prores Color > > Kevin Wells hotmail.co.uk> writes: > >> Hi Carl, what should I change to make the output bt601? >

[FFmpeg-user] Alexa input dpx

2015-05-20 Thread lorenzo angeli
Hi All, No command line here, just an overall question about color management. I have a sequence of DPX which are supposed to be in ALEXAv3LogC, how can I tell ffmpeg to use that color space to read the images in ? Or , what color space ffmpeg assume is by default a sequence of dpx (linear I guess