VideoHelp Forum




+ Reply to Thread
Results 1 to 6 of 6
  1. Hello, I'm trying to generate 5 random thumbs out of some videos with this command
    Code:
    ffmpeg -i input_file.flv -an -s 320x240 -y -f image2 -vframes 5 /home/imgpath
    mos of the time it works but for some video it just generates 5 black thumbs, why ?
    Quote Quote  
  2. probably a problem decoding the input after jumping inside the stream,..
    Quote Quote  
  3. how can I solve ?
    Quote Quote  
  4. What's the video format inside the flv container?
    Quote Quote  
  5. I coded it with h.264
    Quote Quote  
  6. Normally ffmpeg should be able to playback h.264 content it created without a problem,.. it might help if you specify:
    Code:
    -vcodec png -b:v 2000 -bt 20M
    Cu Selur
    Quote Quote  



Similar Threads

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