My fault, that does not work.  It breaks tests in dvdbuild.cpp like for image 
sizing.  Possibly a better solution is to change dvdbuild.cpp at or about line 
963:
              else
                {
                  tmp_001 =
                    "jpeg2yuv -f " + QString::number (projfps) + " -I p -l " +
                    QString::number (nbre_occur->value ()) + " -j \"" +
                    wpathtotalproj +
                    "/xxxgibmenanim%06d.jpg\" | mpeg2enc -f 3 -b " + tmp_006 +
                    " -n n -o ${1}.m2v\n";
                }

to:
              else
                {
                  tmp_001 =
                    "jpeg2yuv -f 30 -I p -l " +
                    QString::number (nbre_occur->value ()) + " -j \"" +
                    wpathtotalproj +
                    "/xxxgibmenanim%06d.jpg\" | mpeg2enc -f 3 -b " + tmp_006 +
                    " -n n -o ${1}.m2v\n";
                }

-- 
mandvd cannot build animated menu when NTSC is selected.
https://bugs.launchpad.net/bugs/420616
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