VideoHelp Forum




+ Reply to Thread
Results 1 to 9 of 9
  1. Member
    Join Date
    Apr 2008
    Location
    Canada
    Search Comp PM
    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..
    Quote Quote  
  2. Always Watching guns1inger's Avatar
    Join Date
    Apr 2004
    Location
    Miskatonic U
    Search Comp PM
    Motion menus are video clips. You have to make new clips and substitute them for the originals. It can be done, but it takes a bit of work.
    Read my blog here.
    Quote Quote  
  3. Originally Posted by kanithan
    i like to keep the same motion and buttons. so i just want change the background frame with another bmb file.
    Plus, you're not writing very clearly. Is "bmb" a typo for "BMP"? And if so, what does a still pic have to do with a motion menu? Maybe you can provide a still pic of the menu and describe in more and better detail what you'd like to accomplish. I get the impression part of the menu has motion and part is still, and you want to replace the still part. But I could easily be wrong. I wrote a guide a while back to replacing menus, both motion and still. Maybe you'll find it useful:

    https://forum.videohelp.com/topic313743.html#1606732

    Or maybe by learning what's involved you'll change your mind about undertaking this project.
    Quote Quote  
  4. Member
    Join Date
    Apr 2008
    Location
    Canada
    Search Comp PM
    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
    Quote Quote  
  5. Member
    Join Date
    Apr 2008
    Location
    Canada
    Search Comp PM
    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
    Quote Quote  
  6. Member Alex_ander's Avatar
    Join Date
    Oct 2006
    Location
    Russian Federation
    Search Comp PM
    Originally Posted by kanithan
    I tried DvD remake. it doesnt help me.
    Did you try this guide?
    http://www.dimadsoft.com/dvdremakepro/ht_customize_menu_background.php
    Quote Quote  
  7. Member
    Join Date
    Apr 2008
    Location
    Canada
    Search Comp PM
    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
    Quote Quote  
  8. 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.
    Quote Quote  
  9. Member
    Join Date
    Apr 2008
    Location
    Canada
    Search Comp PM
    great thanks a lot.....i ll try that
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!