Re: [FFmpeg-user] Capture from USB Dazzle: Interlaced or not interlaced. FFV1 level3 vs h264

2015-11-02 Thread Andy Furniss
MrNice wrote: However with x264 encoder and -flags +ilme+ildct output is [libx264 @ 0x2940600] interlace + weightp is not implemented [libx264 @ 0x2940600] using mv_range_thread = 24 [libx264 @ 0x2940600] using SAR=16/15 [libx264 @ 0x2940600] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2

Re: [FFmpeg-user] Video and audio out of sync after some time

2015-11-02 Thread Carl Eugen Hoyos
Nithiwat Maneesint gmail.com> writes: > I receive the data in bytes then I decode the video > to YUV420p and the audio to pcm_s16le in Java, then I > send the decoded video and audio data (in bytes) to > ffmpeg via pipe:0 (video) and a udp socket (audio). > > The problem is that, the video

Re: [FFmpeg-user] FFmpeg --> Create ouput file takes 20 seconds

2015-11-02 Thread Carl Eugen Hoyos
Sven Van den brande outlook.com> writes: > http://pastebin.com/3BU6jf8R For future questions, please always paste all relevant output here on the mailing list, do not use external resources. You can try to reduce the initialisation time with -probesize and -analyzeduration Carl Eugen

Re: [FFmpeg-user] Capture from USB Dazzle: Interlaced or not interlaced. FFV1 level3 vs h264

2015-11-02 Thread MrNice
On 02/11/15 14:20, Andy Furniss wrote: > MrNice wrote: > >> However with x264 encoder and -flags +ilme+ildct output is >> >> [libx264 @ 0x2940600] interlace + weightp is not implemented [libx264 >> @ 0x2940600] using mv_range_thread = 24 [libx264 @ 0x2940600] using >> SAR=16/15 [libx264 @

Re: [FFmpeg-user] lumakey?

2015-11-02 Thread Zenny
bump!! On 10/14/15, Zenny wrote: > Hi, > > Is there a lumakey filter in ffmpeg 2.8 or latest git? Anything proposed? > > Cheers, > /z > ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org

Re: [FFmpeg-user] Application provided invalid, non monotonically increasing dts to muxer in stream

2015-11-02 Thread MrNice
On 02/11/15 12:17, MrNice wrote: > I didn't get any solution nether workaround for what I think is a bug. > I placed a bug in > https://trac.ffmpeg.org/ticket/4869 > 6 weeks ago and nothing new. > > Could someone tell me how I could get at least the probability for a > fix/workaround. > This

Re: [FFmpeg-user] ffmpeg amerge and amix filter delay

2015-11-02 Thread Paul B Mahol
Dana 2. 11. 2015. 20:26 osoba "Leo GSA" napisala je: > > ffmpeg amerge and amix filter delay > > I need to take audio-streams from several IP cameras and merge them into > one file, so that they would sound simaltaneousely. > > I tried filter "amix": (for testing purposes I take

Re: [FFmpeg-user] lumakey?

2015-11-02 Thread Timo Rothenpieler
> On 10/14/15, Zenny wrote: >> Hi, >> >> Is there a lumakey filter in ffmpeg 2.8 or latest git? Anything proposed? No >> Cheers, >> /z >> > ___ > ffmpeg-user mailing list > ffmpeg-user@ffmpeg.org >

[FFmpeg-user] ffmpeg amerge and amix filter delay

2015-11-02 Thread Leo GSA
ffmpeg amerge and amix filter delay I need to take audio-streams from several IP cameras and merge them into one file, so that they would sound simaltaneousely. I tried filter "amix": (for testing purposes I take audio-stream 2 times from the same camera. yes, I tried 2 cameras - result is the

Re: [FFmpeg-user] acv file for curves filter

2015-11-02 Thread Clément Bœsch
On Mon, Nov 02, 2015 at 12:37:25PM +0100, Michael Koch wrote: > Hi all, > > I've just tested the "curves" filter. It works fine with a *.acv file which > was created by Photoshop. > > ffmpeg -i input.jpg -vf curves=psfile="curves.acv" output.jpg > > But it fails when I try to make the *.acv

[FFmpeg-user] Speaking of timestamps and audio/video sync issues...

2015-11-02 Thread Tom Horsley
Sometimes the mpeg2 file I fetch from my TiVo were from broadcasts that had a momentary glitch, you can see it pixelate and hear the sound cut out for a brief instant. When I play the mpeg file directly, the sound and picture always re-sync correctly following the glitch. When I encode the file

Re: [FFmpeg-user] How to get JPEG Quality factor

2015-11-02 Thread Gregory J Wolfe
> -Original Message- > From: ffmpeg-user [mailto:ffmpeg-user-boun...@ffmpeg.org] On Behalf Of > Carl Eugen Hoyos > Sent: Sunday, November 01, 2015 5:11 AM > To: ffmpeg-user@ffmpeg.org > Subject: Re: [FFmpeg-user] How to get JPEG Quality factor > > Przemysław Sobala grupawp.pl> writes: >

Re: [FFmpeg-user] Capture from USB Dazzle: Interlaced or not interlaced. FFV1 level3 vs h264

2015-11-02 Thread Andy Furniss
MrNice wrote: May I ask for another favour? Could you have a look at this thread http://ffmpeg-users.933282.n4.nabble.com/Application-provided-invalid-non-monotonically-increasing-dts-to-muxer-in-stream-td4672326.html I have seen that but have no idea what the issue is. Related to this issue

[FFmpeg-user] acv file for curves filter

2015-11-02 Thread Michael Koch
Hi all, I've just tested the "curves" filter. It works fine with a *.acv file which was created by Photoshop. ffmpeg -i input.jpg -vf curves=psfile="curves.acv" output.jpg But it fails when I try to make the *.acv file with GIMP. Is it possible to export the *.acv file from GIMP ? Thanks,

Re: [FFmpeg-user] acv file for curves filter

2015-11-02 Thread Moritz Barsnick
On Mon, Nov 02, 2015 at 12:02:15 +0100, Michael Koch wrote: > Hi all, Michael, please stop "highjacking" threads. You are replying to emails in the thread and changing the subject. This will a) make your emails appear under other thread topics, and b) be seen as impolite. See what threading

Re: [FFmpeg-user] Capture from USB Dazzle: Interlaced or not interlaced. FFV1 level3 vs h264

2015-11-02 Thread MrNice
I had a closer look on what I did previously. With FFV1, option -flags +ilme+ildct do nothing. Debug see it but do nothing => I'll remove it Moreover, documentation says: Apply interlaced motion estimation, Use interlaced DCT (MPEG-2 and MPEG-4 only) With x264, debug returns a warning: interlace

Re: [FFmpeg-user] read in pictures in reverse order

2015-11-02 Thread Moritz Barsnick
-formats.html#concat-1 $ ffmpeg -r 25 -f concat -i /tmp/concat.in.txt [...] You can create the file list /tmp/concat.in.txt manually, or with something like this (Unix): $ ls -r $PWD/20151102-09-* | perl -pe 's|^(.*)|file $1|' > /tmp/concat.in.txt Note the "-r" option to (GNU) ls for r

Re: [FFmpeg-user] Setting up a watch folder to encode adaptive bit rate videos

2015-11-02 Thread Moritz Barsnick
On Sat, Oct 31, 2015 at 20:36:54 +0100, Henk D. Schoneveld wrote: > On 30 Oct 2015, at 03:40, Joel Lopez wrote: > > 1. Single or 2-pass encoding? I'm reading quality isn't affected > > much and that it may be possible to have aligned key frames with > > either one.

Re: [FFmpeg-user] Capture from USB Dazzle: Interlaced or not interlaced. FFV1 level3 vs h264

2015-11-02 Thread MrNice
On 02/11/15 10:26, MrNice wrote: > > I had a closer look on what I did previously. > With FFV1, option -flags +ilme+ildct do nothing. Debug see it but do nothing > => I'll remove it > Moreover, documentation says: > Apply interlaced motion estimation, Use interlaced DCT (MPEG-2 and > MPEG-4

Re: [FFmpeg-user] acv file for curves filter

2015-11-02 Thread Michael Koch
Michael, please stop "highjacking" threads. You are replying to emails in the thread and changing the subject. This will a) make your emails appear under other thread topics, and b) be seen as impolite. Sorry, that wasn't intended. I've sent it again as a new email. I hope it's correct now.

Re: [FFmpeg-user] Setting up a watch folder to encode adaptive bit rate videos

2015-11-02 Thread James Darnley
On 2015-11-02 12:12, Moritz Barsnick wrote: > On Sat, Oct 31, 2015 at 20:36:54 +0100, Henk D. Schoneveld wrote: >> On 30 Oct 2015, at 03:40, Joel Lopez wrote: >>> 1. Single or 2-pass encoding? I'm reading quality isn't affected >>> much and that it may be possible to

Re: [FFmpeg-user] lumakey?

2015-11-02 Thread Zenny
On 11/2/15, Timo Rothenpieler wrote: >> On 10/14/15, Zenny wrote: >>> Hi, >>> >>> Is there a lumakey filter in ffmpeg 2.8 or latest git? Anything proposed? > > No In that case, is there a way to achieve lumakey alternatively? I am experimenting to

Re: [FFmpeg-user] Capture from USB Dazzle: Interlaced or not interlaced. FFV1 level3 vs h264

2015-11-02 Thread Andy Furniss
MrNice wrote: On 02/11/15 10:26, MrNice wrote: I had a closer look on what I did previously. With FFV1, option -flags +ilme+ildct do nothing. Debug see it but do nothing => I'll remove it Moreover, documentation says: Apply interlaced motion estimation, Use interlaced DCT (MPEG-2 and MPEG-4

Re: [FFmpeg-user] Application provided invalid, non monotonically increasing dts to muxer in stream

2015-11-02 Thread MrNice
I didn't get any solution nether workaround for what I think is a bug. I placed a bug in https://trac.ffmpeg.org/ticket/4869 6 weeks ago and nothing new. Could someone tell me how I could get at least the probability for a fix/workaround. This bug prevent me to get further in my project. I don't