Improve video quality
rituraj.gupta - November 7, 2008 - 11:09
| Project: | FFMPEG |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | normal |
| Assigned: | rituraj.gupta |
| Status: | active |
Jump to:
Description
Hi,
I am using drupal5.7 and also using flashvideo module. To encode video to flv format, we are using ffmpeg. when i upload mov file, it convert into flv successfully but flv quality is ver bad. so can you help me to improve flv quality.
My another problem is that when ffmpeg encode video to flv, its grab the thumbnail image on starting image. but is it possible to grab the image after 5 sec.
thnaks in advance.

#1
I am using "-i @input -f flv -acodec mp3 -ar 22050 -ab 128k -ac 1 @output" command to convert video to flv. but video quality is ver bad. how can improve video quality?