seems to work like a charm. What I did to accomplish this:

sudo su -
apt-get source ffmpeg
apt-get build-dep ffmpeg
cd ffmpeg-debian-0.svn20090303
dpkg-buildpackage -rfakeroot -uc -b
cd ..
dpkg -i *.deb

exit

for x in 1 5 25; do ffmpeg -y -vframes 250 -i in.avi -qscale $x -s vga 
out$x.ogg; done
ls -lah out*.ogg


output of the last command:
-rw-r--r-- 1 nido nido 865K Oct  2 15:23 out1.ogg
-rw-r--r-- 1 nido nido 2.3M Oct  2 15:23 out25.ogg
-rw-r--r-- 1 nido nido 1.2M Oct  2 15:23 out5.ogg


Seems like it's working.

-- 
using -qscale in ffmpeg doesn't have any effect on coding
https://bugs.launchpad.net/bugs/356322
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to