William Don**ly wrote:
> I agree that DeVeDe is the way to go, but I can't get it to work because
> it says "Error: It seems a bug of Mencoder" every single time I give it
> an AVI to convert to a DVD ISO. I 'wish' DeVeDe would work - I really do.
> But, at least on Centos, it doesn't work (at least not on 'my' Centos).
The owner of the linuxtech-testing repository yesterday removed the DeVeDe
that I had used. It appears nobody could get that particular newer DeVeDe
3.21.0 version to work with the older ffmpeg & mencoder (which don't handle
the new -fv option to ffmpeg which adds the black bars on top & bottom).
https://groups.google.com/forum/?fromgroups=#!topic/devede-forum/zHbcL72naUw
Since ffmpeg affects many other programs, and since the older DeVeDe 3.16.9
was still available elsewhere (e.g., Pbone Fedora src RPMs), the repository
owner (megatux) simply removed DeVeDe until further testing can be done.
So, if you're on Centos, the way to get DeVeDe authoring freeware is to
use the Fedora src RPMs to build on Centos.
> How to install the older DeVeDe on Centos 6 (from Fedora src RPMs):
> This will solve the Error "Conversion failed: It seems a bug of Mencoder".
> $ sudo yum erase dvdauthor vcdimager mencoder devede libvcdinfo mplayer ffmpeg
>
http://pbone.net -> advanced search -> CentOS 6, RHEL 6 and Scientific Linux 6 -> devede ==> failed
>
http://pbone.net -> advanced search -> add Fedora 12 and 13 ==> worked
> Downloaded devede-3.16.9-1.fc13.src.rpm
> $ rpmbuild --rebuild devede-3.16.9-1.fc13.src.rpm
> $ ls /home/USER/rpmbuild/RPMS/noarch/devede-3.16.9-1.el6.noarch.rpm
> $ cd /home/USER/rpmbuild/RPMS/noarch/
> $ sudo rpm -ivh ./devede-3.16.9-1.el6.noarch.rpm ==> reported 4 dependencies which are fixed in the next step (plus ffmpeg):
> $ sudo yum --enablerepo=rpmforge install dvdauthor mencoder mplayer vcdimager ffmpeg
> $ sudo rpm -ivh ./devede-3.16.9-1.el6.noarch.rpm
> $ which devede ==> should report /usr/bin/devede & it will show up in your menus
> This older DeVeDe will not crash when working with the older ffmpeg