VideoHelp Forum




+ Reply to Thread
Results 1 to 21 of 21
  1. Member
    Join Date
    Aug 2010
    Location
    Leicester, England
    Search PM
    All,

    I am re-encoding some dvds, and as you know sometimes the aspect ratio on original dvds are not correct so I have made it my job to correct them. Currently I am using virtual dub to encode these movies, and at the best of times it takes 12 hours to encode a whole movie! Sometimes after that entire length I realise that the aspect ratio is a fraction off, and I have to encode it all over again which is taking up bags of computer time. I did some research and looked into MP4 box but I just cant understand how to use it.

    Can anyone please give me a step by step guidance as to how I can re-encode video without going through this lengthy process?

    My result files are mp4 format.

    thanks in advance.
    Quote Quote  
  2. Member
    Join Date
    Aug 2013
    Location
    Central Germany
    Search PM
    MP4Box will not re-encode anything. But it is a command-line tool with a quite complex syntax, it may be easier to use YAMB or the MeGUI (MP4 Multiplexer in the Tools menu) as user interfaces.
    Quote Quote  
  3. Member
    Join Date
    Aug 2010
    Location
    Leicester, England
    Search PM
    I have loaded up Yamb, but there are no options to correct or set aspect ratio anywhere?
    Quote Quote  
  4. Member
    Join Date
    Sep 2012
    Location
    Australia
    Search Comp PM
    https://www.videohelp.com/tools/DVDPatcher
    https://www.videohelp.com/tools/Restream

    [PAL FS]
    MP4Box -par 1="768:720" "%~1"

    [PAL WS]
    MP4Box -par 1="1024:720" "%~1"

    [NTSC FS]
    MP4Box -par 1="640:720" "%~1"

    [NTSC WS]
    MP4Box -par 1="2560:2160" "%~1"

    -Edit- I think that's the NTSC Wide Screen ratio...

    -Edit2- "%~1" is the file name by the way, I'm not sure how it works on a MAC.
    Last edited by ndjamena; 27th May 2014 at 01:11.
    Quote Quote  
  5. I'm a MEGA Super Moderator Baldrick's Avatar
    Join Date
    Aug 2000
    Location
    Sweden
    Search Comp PM
    Originally Posted by Acehit View Post
    I have loaded up Yamb, but there are no options to correct or set aspect ratio anywhere?
    See https://forum.videohelp.com/threads/354080-Using-YAMB-to-change-aspect-ratio?p=2225013&...=1#post2225013
    Quote Quote  
  6. Member
    Join Date
    Jul 2013
    Location
    USA
    Search Comp PM
    I use XMediaRecode for everything. Very easy to use.
    Quote Quote  
  7. Member
    Join Date
    Aug 2013
    Location
    Central Germany
    Search PM
    XMedia Recode may be a bad idea; it will probably use ffmpeg or mencoder instead of MP4Box, therefore create an incomplete MP4 container. I am not even sure if it can remux without reencoding...
    Quote Quote  
  8. How do I change aspect ratio without re-encoding?
    OP needs to know container in details and patch the headers. Sometime it works & Sometimes it gets skewed.
    Quote Quote  
  9. Member
    Join Date
    Sep 2012
    Location
    Australia
    Search Comp PM
    There's a MAC version of MP4Box but as far as I'm aware, most header editors are Windows based. If you can get access to a PC/Laptop occasionally, editing the original DVD mpeg2 streams before you start encoding would be the best solution, yet somehow programmers with Mac and Linux machines haven't seemed to notice the problem.
    Last edited by ndjamena; 27th May 2014 at 01:02.
    Quote Quote  
  10. Member
    Join Date
    Jul 2013
    Location
    USA
    Search Comp PM
    XMediaRecode takes less than 6 hours to reencode a 3-hour movie. You can change aspect ratio. The quality is very good IMHO.
    Quote Quote  
  11. Member
    Join Date
    Aug 2013
    Location
    Central Germany
    Search PM
    @ kc1:

    The requirement here is not to recode. Your solution does not match the problem.
    Quote Quote  
  12. Member
    Join Date
    Jul 2013
    Location
    USA
    Search Comp PM
    Originally Posted by LigH.de View Post
    @ kc1:

    The requirement here is not to recode. Your solution does not match the problem.
    I understand, but 12 hours to reencode a movie is too much. XMediaRecode takes about fraction of it and changes aspect ratio at the same time.
    Quote Quote  
  13. Member
    Join Date
    Aug 2013
    Location
    Central Germany
    Search PM
    Your argument is invalid: Remultiplexing with one flag patched takes only seconds, at most minutes (that's "a fraction of" hours), and does not decrease the quality because it preserves the content.

    Furthermore, the speed of an encoder depends on the used CPU (your PC is not the same as someone else's PC) and settings (you can make the encoder spend more or less time trying to maintain quality). But we don't want to encode at all.
    Quote Quote  
  14. Member
    Join Date
    Sep 2012
    Location
    Australia
    Search Comp PM
    Why is the word 'wine' coming to my head?.. Oh, right, is that free?


    -Edit- Wrong operating system:

    http://gizmodo.com/5487242/how-to-run-windows-in-os-x-the-right-way

    -Edit2- This one's a tad newer:

    https://discussions.apple.com/docs/DOC-3321
    Quote Quote  
  15. Member
    Join Date
    Aug 2013
    Location
    Central Germany
    Search PM
    I don't expect guides for a Macintosh to be relevant. The thread starter reported using VirtualDub, so he will probably run Windows.
    Quote Quote  
  16. Member
    Join Date
    Sep 2012
    Location
    Australia
    Search Comp PM
    Oh, sorry, wrong thread. One of these threads was about a MAC...

    -Edit- Right, I'd been thinking of this thread https://forum.videohelp.com/threads/364807-Trouble-editing-mkv-around-keyframe
    Last edited by ndjamena; 27th May 2014 at 06:39.
    Quote Quote  
  17. Is there any programs you can do this to wmv files?
    Quote Quote  
  18. Member
    Join Date
    Sep 2012
    Location
    Australia
    Search Comp PM
    There WAS a program call MetadataEdit included with one of the Windows SDKs that could edit a wmv header. I've downloaded the current Windows SDK for Visual Studio 2012 and I can't find any useful examples at all. MetadataEdit looks to be another one of those very useful examples that has completely disappeared. Unless I'm just not looking in the right spot.
    Quote Quote  
  19. Member Cornucopia's Avatar
    Join Date
    Oct 2001
    Location
    Deep in the Heart of Texas
    Search PM
    You need WMFSDK11. It has MetadataEdit.exe (at least acc'd to Doom9).

    Scott
    Quote Quote  
  20. DECEASED
    Join Date
    Jun 2009
    Location
    Heaven
    Search Comp PM
    Cornucopia is right, Windows Media Format 11 (part of the WMP 11 setup) includes that "thing"

    And B4U ask --- no, I have no interest in learning how to use it.
    Image Attached Thumbnails Click image for larger version

Name:	metadataedit.png
Views:	332
Size:	17.4 KB
ID:	25407  

    Quote Quote  
  21. Member
    Join Date
    Sep 2012
    Location
    Australia
    Search Comp PM
    Microsoft seems to have collapsed everything into the Windows SDK at this point, every link I can find seems to take me there.

    -Edit- XP only
    Quote Quote  
Visit our sponsor! Try DVDFab and backup Blu-rays!