Forum Archive Home -> Linux -> cinvert .avi file in .png images sequence
cinvert .avi file in .png images sequence | ||
| robs05 posted 2009 Sep 23 05:09 | ||
| How to convert .avi file in .png images sequences on linux system by command line? | ||
| Baldrick posted 2009 Sep 23 05:25 | ||
Try ffmpeg
| ||
| robs05 posted 2009 Sep 23 05:40 | ||
| I have tryed
ffmpeg -i video.avi image%d.png but there is a problem ffmpeg: symbol lookup error: ffmpeg: undefined symbol: sws_getContext | ||
| Baldrick posted 2009 Sep 23 06:49 | ||
| 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=429 | ||
| DaveQB posted 2009 Oct 05 04:30 | ||
| 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. |
Login/Register to our forum to be able to post here.
