Quality gets worse using ffmpeg and Flash
Posted
by HOpety
on Super User
See other posts from Super User
or by HOpety
Published on 2010-03-23T01:18:35Z
Indexed on
2010/03/23
1:31 UTC
Read the original article
Hit count: 404
I have bunch of flash videos and am adding my brand to all of them. The problem is quality gets worse. I am doing with this command: ffmpeg -i /input.flv -vhook "/usr/loca/vhook/drawtext.so -f /usr/share/fonts/somefont.ttf -x 5 -y 5 t MyBrand" -f flv -s 320x240 - | flvtools2 -U stdin /output.flv
Please tell me what I am doing wrong. I need the same quality.
© Super User or respective owner