Hello,
i'm using ffmpeg or Memcoder to convert a TGA sequence frames to an flv movie.
With ffmpeg, i succesfully convert the first frame to an flv like that:
ffmpeg -r 10 -b 1800 -i animation001.tga testout.flv
but i can't understand how to detect increment.
i'm using this code:
ffmpeg -r 10 -b 1800 -i %03d.tga testout.flv
(because my sequential frames have 3 digits; it names rdr_animation001.tga, etc...)
the error message is: Could not find codec parameters (Video:targa)
C:\ffmpeg\ffmpeg.bat3d.tga: could not fond codec parameters
So i tried Memcoder, like that:
mencoder "mf://*.tga" -mf fps=10 -o test.flv -ovc lavc -lavcopts vcodec=flv:vbitrate=250:autoaspect:acodec=mp3:abit rate=56 -vf scale=320:240 -srate 22050 -af lavcresample=22050 -ofps 15
this way, i got an flv movie but it is unreadable with all my player. It open onto a black screen and nothing append.
Anybody can help me to solve this?
Thank you
Results 1 to 3 of 3
-
-
This ffmpegX forum is for the Mac GUI frontend to ffmpeg and mencoder. More about checkboxes and input fields than command line. So perhaps here is not the most suitable place to get help on your quest.
Having said that, I would use QuickTime Pro (Open image sequence) to get a series of images into a movie type file and convert from there.
Similar Threads
-
How to convert frame sequential 3D to side by side 3D ?
By nutzito in forum Video ConversionReplies: 38Last Post: 5th Feb 2013, 13:08 -
Tools for ripping 3D Blu-ray Disc ( Frame Sequential 3D )
By wisitch in forum Blu-ray RippingReplies: 1Last Post: 19th Oct 2010, 11:13 -
convert sequential frame to FLV (ffmpeg or memecoder)
By tais in forum Video ConversionReplies: 5Last Post: 22nd Mar 2009, 14:22 -
Problem with artifacts in flv conversion - i.e. converting to flv from avi
By brassplyer in forum Video Streaming DownloadingReplies: 9Last Post: 30th Apr 2008, 22:09 -
Converting FLV to 3GP --> FLV Unrecognized?
By SnakeGirl in forum ffmpegX general discussionReplies: 1Last Post: 21st Jan 2008, 22:33