Re: [FFmpeg-user] invalid AVPacket size in av_read_frame usage.

2015-04-22 Thread Lou
On Wed, 22 Apr 2015 08:37:24 +0200 daggs wrote: > Greetings, > > I'm writing a program that needs to sample the screen in bgra format. > the problem is what I try to read an av frame, I get this error: > [rawvideo @ 0x1403aa0] Invalid buffer size, packet size 1228800 < expected > frame_size 829

Re: [FFmpeg-user] any help?

2015-04-22 Thread Moritz Barsnick
On Wed, Apr 22, 2015 at 13:40:32 -0600, mB wrote: > ffmpeg -f image2 -i image%2d.jpg video.mp4 > or > ffmpeg -f image2 -i image%2d.jpg video.avi > > This is just a test to see if can get to work – which does not. Any > help on what I’m doing wrong? No, no help. How can we guess what's going wron

Re: [FFmpeg-user] Merging animated gif and mp3

2015-04-22 Thread Moritz Barsnick
On Wed, Apr 22, 2015 at 22:18:33 +0200, Moritz Barsnick wrote: > $ ffmpeg -f concat -i animgif.txt -i audiofile.mp3 -map 0 -map 1 -c copy > -shortest output.mkv Sorry, I experimented too much. "-map 0 -map 1" isn't required in this case. M ___ ffmpeg-u

Re: [FFmpeg-user] Merging animated gif and mp3

2015-04-22 Thread Moritz Barsnick
Hi JJ, On Wed, Apr 22, 2015 at 11:10:31 -0700, OldZepHead wrote: > question, but I have searched this forum (and google) for a couple days and > I cant find the answer Well, you haven't googled enough. ;-) And you didn't read (or post) your ffmpeg outputs. You should have gotten a lot of error m

Re: [FFmpeg-user] any help?

2015-04-22 Thread Marcus Johnson
Have you tried a batch file containing: for (*.bmp) do "C:\...FFmpeg.exe" -i "...\Name%Xd.bmp" blah blah blah? where X in Name%Xd.bmp is the number of nubers in the file name ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/li

Re: [FFmpeg-user] any help?

2015-04-22 Thread mB
eGreetings, I’m just getting started using ffmpeg (in Windows) and after a couple of days of hack’n code I still can’t get anything to work as the sample codes suggest. What I am trying to do should be simple (and prob is if understood): An example... I have 20 jpg images named “image01.bmp” to i

[FFmpeg-user] Merging animated gif and mp3

2015-04-22 Thread OldZepHead
G'afternoon folks. Just joined and first time poster, so apologies upfront if this is a basic question, but I have searched this forum (and google) for a couple days and I cant find the answer I'm trying to put together a video for my sons sports team banquet. I have been given an animated gi

Re: [FFmpeg-user] Start and stop video overlay

2015-04-22 Thread Thomas Seilund
On 22-04-2015 15:15, Maxim Kozlov wrote: Hi! Check this thread http://comments.gmane.org/gmane.comp.video.ffmpeg.user/55720 ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user Hi Maxim Thanks Let’s sa

Re: [FFmpeg-user] Start and stop video overlay

2015-04-22 Thread Maxim Kozlov
Hi! Check this thread http://comments.gmane.org/gmane.comp.video.ffmpeg.user/55720 ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user