Re: Distorted menu
Lawrence D'Oliveiro <ldo-kC51rjc0cqs1dNLGKZg6taU/[email protected]> Tue, 29 Jan 2013 15:46:30 +1300
| Newsgroups | gmane.comp.multimedia.dvdauthor.user |
|---|---|
| Organization | Geek Central |
| Message-ID | <[email protected]> |
Sorry for the delay in noticing this. On Fri, 16 Nov 2012 20:40:35 +0100, Melvyn de Kort wrote: > The menu buttons seem to get distorted in some strange way. I tried looking at it with ogle which, while unbelievably flaky and not dealing well with widescreen video at all, was the only thing that seemed to make any sense of the menu without my actually burning a disc and putting it in a player. It showed 3 menu items, that seemed to highlight correctly. For what it’s worth, I replaced your build_dvd.sh script with the following, which uses FFmpeg instead of the more complicated MjpegTools: ---- #!/bin/bash set -ev rm -rf target && mkdir target export VIDEO_FORMAT=PAL echo echo "Creating menu background from JPG..." ffmpeg -i background.jpg -target pal-dvd -aspect 16:9 target/menu_bg.mpg echo echo "Creating menu MPG from M2V..." spumux -v 2 spumux.xml <target/menu_bg.mpg > target/menu.mpg echo echo "Creating DVD structure..." dvdauthor -o target/dvd -x dvdauthor.xml echo echo "Creating ISO from DVD structure" genisoimage -dvd-video -o target/dvd.iso target/dvd echo echo "Done!" ------------------------------------------------------------------------------ Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft MVPs and experts. ON SALE this month only -- learn more at: http://p.sf.net/sfu/learnnow-d2d _______________________________________________ Dvdauthor-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dvdauthor-users