VideoHelp.com Forum
+ Reply to Thread
Results 1 to 6 of 6
Thread
  1. Member
    Join Date: Oct 2008
    Location: France
    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)
    Quote Quote  

  2. Member
    Join Date: Dec 2004
    Location: Triptonia
    for ffmpeg
    -i rdr_animation%03d.tga

    for mencoder add to the commandline
    -of lavf
    "I'll give you five dollars if you let me throw a rock at you"
    Quote Quote  

  3. Member
    Join Date: Oct 2008
    Location: France
    thank you 45tripp, it works for mencoder!
    but not for ffmpeg:

    ffmpeg -i rdr_animation%03d.tga testout.flv

    return the same error...
    any idea?
    Quote Quote  

  4. Member
    Join Date: Dec 2004
    Location: Triptonia
    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"
    Quote Quote  

  5. Member
    Join Date: Oct 2008
    Location: France
    thank you for your help,
    see you soon for the next one!
    Quote Quote  

  6. Member
    Join Date: Oct 2008
    Location: France
    Originally Posted by 45tripp
    yes,
    you're running it in a batch file.

    fmpeg -i rdr_animation%%03d.tga testout.flv
    this is returning:

    Em6_pollen%03d.tga I/O error occured
    (usually that means that input file is trucated and/or corrupted)

    Any idea. i'm stunck.
    Quote Quote  




Similar Threads

  1. How to convert frame sequential 3D to side by side 3D ?
    By nutzito in forum Video Conversion
    Replies: 37
    Last Post: 4th Dec 2011, 18:12
  2. Tools for ripping 3D Blu-ray Disc ( Frame Sequential 3D )
    By wisitch in forum Blu-ray Ripping
    Replies: 1
    Last Post: 19th Oct 2010, 11:13
  3. Quicktime to flv convert with ffmpeg
    By ades567 in forum Video Conversion
    Replies: 2
    Last Post: 27th Jul 2009, 08:41
  4. can ffmpeg convert SWF to FLV ?
    By yair2008 in forum Video Conversion
    Replies: 3
    Last Post: 1st Dec 2008, 19:44
  5. converting sequential frame to FLV
    By tais in forum ffmpegX general discussion
    Replies: 2
    Last Post: 19th Oct 2008, 09:49
Search   Contact us   About   Advertise   Forum   RSS Feeds   Statistics   Tools