I have a dvd with motion menu . but i would like to change the background of the motion menu, at the same time
i like to keep the same motion and buttons. so i just want change the background frame with another bmb file. I tried DvD remake. it doesnt help me. I have 1 main menu and 6 other sup menus. i want to make make a small changes in all 7 menus.. Any Ideas.. Thanks in Advance..
+ Reply to Thread
Results 1 to 9 of 9
-
-
Originally Posted by kanithan
https://forum.videohelp.com/topic313743.html#1606732
Or maybe by learning what's involved you'll change your mind about undertaking this project. -
First of all thanks a lot for the quick reply
yes .. you are right..i was not so clear..coz ..after reading your amazing gide i understand what i have to do..
its motion menu.. will you please tell me how to reencode the motion picture.
Thankyou -
here we go ...blury blue box is the motion part...i just want to add my name at the very top corner..
cbh.bmp.bmp -
Originally Posted by kanithan
http://www.dimadsoft.com/dvdremakepro/ht_customize_menu_background.php -
First of all thanks a lot for the quick reply
now its allabout motion menu (M2V file) how could i re encode this file .?
i have demuxed the video only ( as it is in Manono gide ) ...now i have to re encode that file....please i need your help -
Hi-
I don't think there's any real easy way to do what you want - unless you're willing to still the entire menu. I said that the guide was only for getting the menus out and then back into the DVD. The editing part is up to you, and if you insist on keeping it as a motion menu you had better have some encoding and AviSynth skills.
If you're willing to still it using VobBlanker, MenuShrink or MenuEdit, then the job becomes much easier. Then you'll just save out the BMP, edit it in any picture editor, even Microsoft Paint, to add in your name, and then replace the edited BMP back into the DVD following the instructions in The Easy Way part of the guide at the bottom.
If you want to keep it a motion menu I'd use AviSynth for the job. I do this all the time. Save a BMP, edit it however you like to add in your name, crop down to the motion part of the menu, use AviSynth's Layer or Overlay command to stick it on top of the edited BMP and send it to your favorite encoder. There are probably other ways to do it as well, such as using an NLE like Vegas to add in the text before encoding, but that's how I always do it. Here's part of a sample script I used once:
MPEG2Source("I:\Mahal\Menu\Menu.d2v")
B=ImageSource("I:\Mahal\Menu\Menu.BMP",End=2084,FP S=24.975)
Crop(236,48,-212,-148)
Yadif(Order=1,Mode=1)
RePAL()
ConvertToYUY2()
A=Last
B=B.Crop(20,20,-20,0)
B=B.AddBorders(20,20,20,0)
B=B.ConvertToYUY2()
Overlay(B,A,X=236,Y=48)
While I was writing I see that my friend Alex_ander has shown another way to replace the edited menu if you're willing to still it.
Similar Threads
-
freemake 2 , great program , but can i have my own menu backgrounds ?
By soulbug in forum Video ConversionReplies: 3Last Post: 23rd Feb 2011, 13:01 -
HD Animated Backgrounds etc
By jamesbustar in forum EditingReplies: 1Last Post: 7th Apr 2009, 08:31 -
X-mas DVD backgrounds
By tin2tin in forum Newbie / General discussionsReplies: 0Last Post: 20th Dec 2007, 04:03 -
backgrounds in XP Home
By snafubaby in forum Newbie / General discussionsReplies: 3Last Post: 6th Dec 2007, 04:04 -
Backgrounds
By boggle in forum SVCD2DVD & VOB2MPGReplies: 1Last Post: 2nd Jul 2007, 13:35