Re: [FFmpeg-user] install ffmpeg into AIX machine running AIX 7.1

2015-06-02 Thread Wang, Liqin, M.S.
I got the source codes with Git: $ git clone git://source.ffmpeg.org/ffmpeg.git But when I tried to build, I got error. --- gcc is unable to create an executable file. If gcc is a cross-compiler, use the --enable-cross-compile option. Only do this if you know w

[FFmpeg-user] How to change FPS without re-render

2015-06-02 Thread loeffler
Hello, I have a prores file that has a wrong fps (1.26), how can I change that to 23.98? Thanks Markus ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user

[FFmpeg-user] DVBsub burning overlay not working

2015-06-02 Thread Ilir Pruthi
Hello everyone, This request is in regards to #4200: https://trac.ffmpeg.org/ticket/4200#comment:12 I have updated the ticket with a sample and would like someone to take a stab at what the problem could be. Can someone look into why FFmpeg, even in latest version, cannot burn dvbsubtitles? Tha

Re: [FFmpeg-user] Private Options for prores-ks

2015-06-02 Thread Jim Shupert
On 6/2/2015 12:40 PM, Kevin Wells wrote: The following media files are not optimized for Final Cut Pro https://transcoding.wordpress.com/2012/01/29/prores-ffmpeg/ All that means is, that the file wasn’t compressed using FCP while as the file should work fine. and indeed , in my experience ,

Re: [FFmpeg-user] EXR to DPX Error

2015-06-02 Thread Malte Sanders
> > >> Hello, >> >> I tried to convert an EXR sequence to a DPX sequence and with the latest >> Zeranoe Builds I get an Error, while with an old build from Imagemagick, >> which I once used by accident, everything works fine. >> >> With new new build ffmpeg puts out a lot of Errors from the typ

[FFmpeg-user] Error Concealment - wait for next full, non-corrupt frame?

2015-06-02 Thread Chris Wiggins
Hi all, I'm having problems with some CCTV cameras on a network thats out of my control. What I'm seeing is lots of error concealment going on, although as the I-frame interval is once per second there's plenty of full frames too. With the images I'm getting from the camera, I'd rather just hav

Re: [FFmpeg-user] EXR to DPX Error

2015-06-02 Thread Malte Sanders
Hi, since i did not produce the exr, i don’t know. ffprobe, nor imagemagick identify do mention any compression standard. can you tell me how i can find out? from my understanding it must be something else, since it can read the first to frames correctly. BG, malte > Am 02.06.2015 um 09:43 s

Re: [FFmpeg-user] Private Options for prores-ks

2015-06-02 Thread Kevin Wells
> Date: Tue, 2 Jun 2015 15:38:06 +0200 > From: barsn...@gmx.net > To: ffmpeg-user@ffmpeg.org > Subject: Re: [FFmpeg-user] Private Options for prores-ks > > On Fri, May 22, 2015 at 14:53:52 +, Kevin Wells wrote: > >> I am using this option but when openin

Re: [FFmpeg-user] Private Options for prores-ks

2015-06-02 Thread Kevin Wells
> Date: Tue, 2 Jun 2015 15:38:06 +0200 > From: barsn...@gmx.net > To: ffmpeg-user@ffmpeg.org > Subject: Re: [FFmpeg-user] Private Options for prores-ks > > On Fri, May 22, 2015 at 14:53:52 +, Kevin Wells wrote: > >> I am using this option but when openin

Re: [FFmpeg-user] Private Options for prores-ks

2015-06-02 Thread Kimio Miyamura
> 2015/06/02 22:46, Kevin Wells wrote: > >>> 2015/06/02 21:02, Kevin Wells wrote: >>> I am using this option but when opening the output file up in Quicktime 10 (Yosemite), the file shows the format as Lavc56.39.101 prores_ks instead of Apple Prores 422 HQ. Is there anywa

Re: [FFmpeg-user] Private Options for prores-ks

2015-06-02 Thread Kevin Wells
> From: xan...@apost.plala.or.jp > Date: Tue, 2 Jun 2015 22:30:50 +0900 > To: ffmpeg-user@ffmpeg.org > Subject: Re: [FFmpeg-user] Private Options for prores-ks > > >> 2015/06/02 21:02, Kevin Wells wrote: >> >>> I am using this option but when opening the ou

Re: [FFmpeg-user] Private Options for prores-ks

2015-06-02 Thread Moritz Barsnick
On Fri, May 22, 2015 at 14:53:52 +, Kevin Wells wrote: > I am using this option but when opening the output file up in > Quicktime 10 (Yosemite), the file shows the format as Lavc56.39.101 > prores_ks instead of Apple Prores 422 HQ. Is there anyway to change > this so in Quicktime 10 (Yosemite

Re: [FFmpeg-user] Private Options for prores-ks

2015-06-02 Thread Kimio Miyamura
> 2015/06/02 21:02, Kevin Wells wrote: > >> I am using this option but when opening the output file up in Quicktime 10 >> (Yosemite), the file shows the format as Lavc56.39.101 prores_ks instead of >> Apple Prores 422 HQ. >> Is there anyway to change this so in Quicktime 10 (Yosemite), it disp

Re: [FFmpeg-user] Private Options for prores-ks

2015-06-02 Thread Kevin Wells
> From: kevwe...@hotmail.co.uk > To: ffmpeg-user@ffmpeg.org > Date: Fri, 22 May 2015 14:53:52 + > Subject: [FFmpeg-user] Private Options for prores-ks > > In the ffmpeg documentation, there is: > > vendor string - Override the 4-byte vendor ID. A custom

Re: [FFmpeg-user] 7.1 Audio support in ffmpeg

2015-06-02 Thread Carl Eugen Hoyos
Varsha Godage gmail.com> writes: > C:\ffmpeg\ffmpeg-20150415-git-fbdaebb-win64-shared\bin>ffmpeg.exe -i > v:Content\multichannel_content\WAV\8_Channel_ID_192.wav -acodec dca The dts encoder is very experimental and only really works for stereo input iirc. (If at all, it is experimental after al

[FFmpeg-user] curve expression

2015-06-02 Thread lorenzo angeli
Gm all , one quick question, is there any way to use expressions in a curve filter ? from the docs I can see stated : *> To avoid some filtergraph syntax conflicts, each key points list need to be defined using the following syntax: x0/y0 x1/y1 x2/y2 * so I guess not, but I though better doub

Re: [FFmpeg-user] 7.1 Audio support in ffmpeg

2015-06-02 Thread Varsha Godage
Carl, I am getting similar observation for other codes as well which supports 8channel audio. Console output for DTS: C:\ffmpeg\ffmpeg-20150415-git-fbdaebb-win64-shared\bin>ffmpeg.exe -i v:Content\multichannel_content\WAV\8_Channel_ID_192.wav -acodec dca -strict -2 8ch_dts.mkv ffmpeg vers

Re: [FFmpeg-user] EXR to DPX Error

2015-06-02 Thread lorenzo angeli
Hi Sanders, out of curiosity , what compression do you have set in the EXR? I found that with PIZ compression , ffmpeg often (if not always) fails . There was a bug reported some time ago but I think that has been fixed already : https://trac.ffmpeg.org/ticket/4386 Hope it helps. L. ___