2007-10-01, 02:59 PM
pBS Wrote:oops... it was something wrong with my player...:o
and this is with the beta you gave me..
i did see a couple of problems with quotes and paths and such..
had to edit my batches to fix cuz my temp is on another drive in long filename dir..
oh and found a filename problem, i have a filename with a '&' in it..
even the short name! so it still needs quotes if short name used..
["G:\mpg\1ST&TE~1\1ST&TE~1.MPG" works, not G:\mpg\1ST&TE~1\1ST&TE~1.MPG]
so best just to use all long filenames and always quotes, won't have any probs then..
and the ffmpeg add didn't seem to work because the current path wasn't the gb dir, but the dvd temp dir...so can't use ..\ffmpeg\ffmpeg..
i hardcoded them and works for me..
other than that, works great...good job!
wishlist ideas:
for menu structure, have your list style for first page, then when clicking on them go to that movie's menu page with full descriptions like mine, and click there to play...or back to main menu..
that way have index at a glance, but with room for more info on individual pages...and play buttons on list also..
i know it'd be tricky to work out, but would be nice...
or just put descriptions on main page, bigger boxes...
and maybe use ff libs to detect incoming movies size and adjust the -v for the right width...[4:3/16:9 and 352xXXX or 720xXXX] dvdauthor defaults to ntsc,4:3,720x so don't need any -v for those.and it autodetects what it can..
so i used no -v so it would autodetect 352x and 720x movies..but it stays same for all movies on dvd so detection is best...
so that it can take any size files and still look right..and maybe while at it, detect dvd compat. and warn if not in spec...
:eek:
I'll check out the filename problem, and the path to ffmpeg. Doesn't your buildDVD.cmd have a:
cd \program files\devnz\gbpvr\third party\burndvd in it? That was why the path to ffmpeg was ../ffmpeg/ffmpeg.
I think I'm going to make it look more like showburner for the menus. Most of that is doable from the skin, but the menu image size will need to be changed in the program.
I had four lines for the description, I thought that was enough. Apparently not. When I change over the menu, I'll fix that too. I'm going to add the episode if it exists as well.
The next beta has a button to toggle for 16:9 and 4:3. Autodetect would be good, but for now the button should handle it.