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 very much
Ps: I will post this to the Mac ffmpeg forum too. (i'm on Win anyway)
+ Reply to Thread
Results 1 to 6 of 6
-
-
yes,
you're running it in a batch file.
fmpeg -i rdr_animation%%03d.tga testout.flv"I'll give you five dollars if you let me throw a rock at you" -
Originally Posted by 45tripp
Em6_pollen%03d.tga I/O error occured
(usually that means that input file is trucated and/or corrupted)
Any idea. i'm stunck.
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 -
Quicktime to flv convert with ffmpeg
By ades567 in forum Video ConversionReplies: 2Last Post: 27th Jul 2009, 08:41 -
can ffmpeg convert SWF to FLV ?
By yair2008 in forum Video ConversionReplies: 3Last Post: 1st Dec 2008, 19:44 -
converting sequential frame to FLV
By tais in forum ffmpegX general discussionReplies: 2Last Post: 19th Oct 2008, 09:49