How to convert .avi file in .png images sequences on linux system by command line?
+ Reply to Thread
Results 1 to 5 of 5
Thread
-
Try ffmpeg
Code:ffmpeg -i video.avi image%d.png
I have tryed
ffmpeg -i video.avi image%d.png
but there is a problem
ffmpeg: symbol lookup error: ffmpeg: undefined symbol: sws_getContext
Did you download a ffmpeg binary or compiled it yourself?
I tried a google for that error and found
http://kb.bobcares.com/?View=entry&EntryID=429FFmpeg showing sws_getContext error
If you find following error while running ffmpeg in the server, you need to compile ffmpeg from the source by enabling swscaler using --enable-swscaler option. The steps are given below
Error:-
#ffmpeg
ERROR: ffmpeg: symbol lookup error: ffmpeg: undefined symbol: sws_getContext
svn checkout svn://svn.mplayerhq.hu/ffmpeg/trunk ffmpeg
./configure --enable-mp3lame --enable-libogg --enable-vorbis --enable-shared --enable-swscaler --enable-gpl
Avidemux
File > Save > Save Selection as JPEG images...
Can save individual frames as jpg or bmp.
Can always convert jpeg back to png with ImageMagik.
It's an option.AMD 64 X2 6000+ @3,000 Mhz (stock) | MSI K9N Ultra | Corsair Value/Kingston 6,144MB DDR 667 | 8800GT stock | 3710GB of storage | Powered by Mandriva 2009.1
Jabber: DaveQB@jabber.org.au
2.6.29.3-desktop-1mnb
Similar Threads
-
How to create an .avi file with only images and mp3?
By RZ_29 in forum Newbie / General discussionsReplies: 1Last Post: 1st Mar 2009, 12:47 -
AVI File from images and voice/music file
By EwanG in forum Newbie / General discussionsReplies: 21Last Post: 19th May 2008, 19:04 -
stretched images in avi file
By Ogilvy in forum Newbie / General discussionsReplies: 9Last Post: 9th Oct 2006, 15:47 -
Save a long word file as jpg, gif, png
By trash in forum ComputerReplies: 4Last Post: 23rd Jul 2006, 12:32
StatisticsNewest guidesLatest tool updatesNew media comments



Quote