VideoHelp Forum




Results 1 to 3 of 3
  1. Member
    Join Date
    Oct 2008
    Location
    France
    Search Comp PM
    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

  2. Explorer Case's Avatar
    Join Date
    Feb 2004
    Location
    Middle Earth
    Search Comp PM
    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.

  3. Member
    Join Date
    Oct 2008
    Location
    France
    Search Comp PM
    oh i see,
    thank you very much.
    i have put my post into Video conversion thread and hope to get help from there.

    I don't think Quicktime can do Flv (Flash file)? Anyway, i must do that with command line to automate this conversion task.

    cheers,




Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!