Quality gets worse
Posted
by Hopery
on Super User
See other posts from Super User
or by Hopery
Published on 2010-03-23T01:20:06Z
Indexed on
2010/03/23
1:41 UTC
Read the original article
Hit count: 349
video
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