Re: [FFmpeg-user] Random repetitions in output

2017-11-07 Thread Carl Eugen Hoyos
2017-11-07 13:51 GMT+01:00 Mikael Persson : > I still do not have the latest ffmpeg(working on compiling it) If you are unable to do: $ wget http://ffmpeg.org/releases/ffmpeg-snapshot-git.tar.bz2 $ tar xf ffmpeg-snapshot-git.tar.bz2 $ cd ffmpeg (probably needs a tab here)

Re: [FFmpeg-user] ffmpeg pipe svg image sequence error

2017-11-07 Thread Carl Eugen Hoyos
2017-11-06 23:27 GMT+01:00 Michael Lucarz : > With ffmpeg 3.4, you can now render svg image sequences. With the following > it works: > > ffmpeg -i images/image-%02d.svg video.mp4 > However, piping via > > cat images/*.svg | ffmpeg -f image2pipe -c:v svg -i - video.mp4

Re: [FFmpeg-user] Random repetitions in output

2017-11-07 Thread Mikael Persson
Hello again, If I understand you correctly then ffmpeg -i vid.mov -vsync 0 %05d.png Should output every frame without repetition. I still do not have the latest ffmpeg(working on compiling it), but to clarify: When I run the command using my current version while there are no repetitions yay

[FFmpeg-user] ffmpeg pipe svg image sequence error

2017-11-07 Thread Michael Lucarz
With ffmpeg 3.4, you can now render svg image sequences. With the following it works: ffmpeg -i images/image-%02d.svg video.mp4 However, piping via cat images/*.svg | ffmpeg -f image2pipe -c:v svg -i - video.mp4 results in the following error ffmpeg version N-88409-ga8305b0ea3 Copyright (c)

Re: [FFmpeg-user] slideshow with crossfade

2017-11-07 Thread Michael Koch
Let me explain again what I want to do. I have 5 pictures: 1, 2, 3, 4, 5 I want to read these pictures with framerate 0.5 and then convert the framerate to 2, so that each picture is repeated 4 times: 1, 1, 1, 1, 2, 2, 2, 2, 3, 3, 3, 3, 4, 4, 4, 4, 5, 5, 5, 5 As the last step I want to make the

Re: [FFmpeg-user] slideshow with crossfade

2017-11-07 Thread Michael Koch
> Complete, uncut console output for the working and the failing case missing. This is the console output for the working case (first zoompan filter, then framerate filter): F:\xxx\Test_Crossfade>c:/ffmpeg/ffmpeg -i IMG_%3d.jpg -vf zoompan=d= 4:s=5472x3648:fps=2,framerate=25 -c:v mpeg4 -q:v

Re: [FFmpeg-user] MPEG-TS with EBP

2017-11-07 Thread Carl Eugen Hoyos
2017-11-07 14:43 GMT+01:00 Thomas Volkert : > does anyone have example data/streams containing MPEG-TS > with EBPs (spec. from CableLabs) in the private data of the > AFs? How would I know (with FFmpeg) if my recordings contain EBP in the private data? Carl Eugen

Re: [FFmpeg-user] Convert a frame to anything readable

2017-11-07 Thread Konstantin Kharlamov
On 07.11.2017 15:29, Carl Eugen Hoyos wrote: 2017-11-07 8:40 GMT+01:00 Gyan Doshi : On 11/7/2017 11:03 AM, Constantine wrote: Stream #0:0: Video: vp8 (VP80 / 0x30385056), yuv420p(progressive), 480x640, 527 kb/s, SAR 1:1 DAR 3:4, 60 fps, 60 tbr, 60 tbn, 60 tbc

[FFmpeg-user] MPEG-TS with EBP

2017-11-07 Thread Thomas Volkert
Hi @ll, does anyone have example data/streams containing MPEG-TS with EBPs (spec. from CableLabs) in the private data of the AFs? Best regards, Thomas. ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user

Re: [FFmpeg-user] Random repetitions in output

2017-11-07 Thread Moritz Barsnick
On Mon, Nov 06, 2017 at 20:00:21 +0100, Carl Eugen Hoyos wrote: > That is because ffmpeg (the application) defaults to the input > framerate for the output file (for all output file types). Ah, okay, I get it. Thanks. Moritz ___ ffmpeg-user mailing

Re: [FFmpeg-user] Convert a frame to anything readable

2017-11-07 Thread Carl Eugen Hoyos
2017-11-07 8:40 GMT+01:00 Gyan Doshi : > > On 11/7/2017 11:03 AM, Constantine wrote: > >> Stream #0:0: Video: vp8 (VP80 / 0x30385056), >> yuv420p(progressive), >> 480x640, 527 kb/s, SAR 1:1 DAR 3:4, 60 fps, 60 tbr, 60 tbn, 60 tbc > > >> [vp8 @ 0x55c1ee9e05e0]