Friday, July 06, 2007

To fix FFMPEG

Run the following command as ROOT:

sed -i 's/-ab 192 -acodec/-ab 192k -acodec/g' /usr/bin/dvd-slideshow

This changes the string from
-ab 192 -acodec

to

-ab 192k -acodec

0 Comments:

Post a Comment

<< Home