Guide for Re-encoding Blu-ray to x264 MKV With MeGUI

May 23, 2009 at 12:59 pm 51 comments

This guide will show you how to re-encode a Blu-ray movie to a x264 Matroska container (.MKV).

Before starting please note that most computers will take over 32 hours to encode a 1080p movie with the recommended profile here (although you can also do a much faster profile which I will briefly cover). I do not recommend encoding on any laptop/netbook or desktop with lower specs then an Intel 2.4 Ghz Core 2 Duo. On lesser computers you may not be able to multitask or even move your mouse until encoding is complete. It took about 18 hours to encode the movie in this guide at an average of 9.74 FPS on the first pass and 2.78 FPS for the second pass on a Intel Core i7 @ 2.66 Ghz with 12GB of RAM and the HDDs in Raid0. Whatever computer you use, ensure that it has adequate cooling.

You will need:

– A Computer with Windows XP, Windows Vista, or Windows 7 (Windows XP users must have .NET Framework 2.0 installed to use MeGUI, untested in Windows 7 and will remain so until RTM)

AnyDVD HD, version 6.5.4.0 or above although current version is always recommended to remove the latest BD+ protection

AviSynth 2.5, (I used version 2.5.8, install first)

MeGUI latest stable, (install second)

MKVToolnix for Windows, (install third)

ffdshow, media decoder and encoder (may not be required in Windows 7, I used the “tryout” December 22, 2008 build)

Haali Media Splitter

eac3to 3.16 (extract to the root of C:\ or another location you will remember)

– Plugins for AviSynth, Mirror 1, Mirror 2, Mirror 3 (extract to Program Files > AviSynth 2.5 > plugins)

SurCode DVD DTS, DTS audio encoder (not required if the source audio is AC3)

– Blu-ray compatible drive

– Blu-ray Movie

Setup:

Open MeGUI and update everything (an update screen should open on it’s own), when asked to import presets select and import everything. Close MeGUI. It may be a good idea to restart your computer at this time.

Put the Blu-ray disk in your drive.

Step 1:

Rip BD to Harddisk with AnyDVD (ending with step 3).

Step 2:

Open MeGUI.

Go to Menu Bar > Tools > AVS Script Creator.

Input  the main movie, found within BDMV > STREAM (normally the largest *.m2ts). A preview window should open — leave it open.

Step 3:

Leaving the preview window open, pull up the  “AviSynth script creator” window again. More options should be visible.

Tick “Crop” and then click “Auto Crop” (you may need to manually crop).

Next tick “Resize”, if you know what the true resolution is type it in, if not tick “Suggest Resolution (mod16)” then untick “Suggested Resolution (mod16)”.

Set Input DAR to ITU 16:9 NTSC.

If you want to do a 1080p (source) encode skip to step 4 (which I will be doing), if you want to reduce the resolution to 720p continue with this step.

My movie is 1920 x 816 (see the resize field), so I will use a table to figure out what resolution I must use for a 720p encode.

1080p Resolutions:
AR            Resolution

1.333:1 = 1400 x 1080
1.666:1 = 1800 x 1080
1.777:1 = 1920×1080

1.839:1 = 1920 x 1044
1.846:1 = 1920 x 1040
1.853:1 = 1920 x 1036

2.341:1 = 192o x 820
2.352:1 = 1920 x 816 <– this is my source resolution
2.364:1 = 1920 x 812
2.376:1 = 1920 x 808
2.388:1 = 1920 x 804
2.400:1 = 1920 x 800
2.412:1 = 1920 x 796

720p Resolutions:
AR            Resolution

1.333:1 = 960 x 720
1.666:1 = 1200 x 720
1.777:1 = 1280 x 720

1.839:1 = 1280 x 696
1.849:1 = 1280 x 692
1.860:1 = 1280 x 688

2.335:1 = 1280 x 548
2.352:1 = 1280 x 544 <– this is what my 720p resolution will be
2.370:1 = 1280 x 540
2.388:1 = 1280 x 536
2.406:1 = 1280 x 532
2.424:1 = 1280 x 528

Once you figure out your new resolution, type it in the resize fields.

Step 4:

Go to the last tab, titled “Edit”, this is where you can add filters such as ‘sharpen’. Generally with 1080p encodes you will leave the encode as close to the source as possible.

At the bottom of the textbox write:

ConvertToYV12()

While it is very detailed and complex what this actually does, in short it can improve your encode and make everything a little smoother.

If you first would like to do a sample encode enter the following code at the bottom of the text box:

trim(xxxx,yyyy) # xxxx is the starting frame and yyyy is the ending frame so for 500 frames you will type trim(4736,5236)

Uncheck “On Save close and load to be encoded”, and then save.

If the MeGUI Script Creator and preview windows do not close, you can do so.

Step 5:

Now we get to work with the audio.

To check what audio streams you have to work with, open Command Prompt (Start > All Programs > Accessories).

You must change CMD to use the directory eac3to is in. I extracted eac3to to my C drive so I must type “cd c:\eac3to316” (316 is the build number).

I placed Bedtime Stories on my desktop in a folder called “bedtime_stories” so I must type “eac3to c:\users\admin\desktop\bedtime_stories0000.m2ts” (please note that this will not work if you have a space in any of the folders or file names).

After processing the streams, eac3to will list them (explained below).

1)  H.264/AVC this is the video, you can also see that it is 1080 pixels in hight, runs at an average of 24 FPS, and has an aspect ratio of 16:9.

2) DTS Master Audio this is an audio stream, you can see that it has 5.1 channels (used for a 5.1 surround sound system), and has a bitrate of 1509. This is the one we are looking for it can be called many different things, take note whether it is an AC3 stream or not.

3 & 4) AC3 this is another audio stream, Bedtime Stories was released with both French and Spanish languages as extras so this is one of those, bitrate of 640.

5 – 9)  These are all subtitles, I’m not entirely sure what they all are although the movie includes English, French and Spanish subs.

Remember the track position of the desired audio stream.

This guide will now split for extracting the audio,

For AC3:

Use the following command:

eac3to “<drive>:\<folders>\<file name>.m2ts” <track>: “<drive>:\<folders>\audio_track<track number>.ac3”

So if I wanted the spoken language for my movie to be French I would write:

eac3to “c:\users\admin\desktop\bedtime_stories0000.m2ts” 3: “c:\users\admin\desktop\bedtime_stories\audio_track3.ac3”

Wait for eac3to to extract your audio (continue with step 6).

For DTS or True-HD:

If the audio is a form of DTS (such as this one) or True-HD you must have SurCode installed before continuing.

Use the following code:

eac3to “<drive>:\<folders>\<file name>.m2ts” <track>: “<drive>:\<folders>\audio_track<track number>.dts” -1536

I will be using:

eac3to “c:\users\admin\desktop\bedtime_stories0000.m2ts” 2: “c:\users\admin\desktop\bedtime_stories\audio_track2.dts” -1536

Wait for eac3to and SurCode to decode the audio to *.wavs, then encode to a *.dts.

Step 6:

Now that we know what format of audio we have we can calculate the bitrate.

Import the AviSynth Script that we just created (under video not audio), a preview window should open — you can close it.

Set the file format to MKV.

To set the bitrate we must go to Menu > Tools > Bitrate Calculator.

For audio type select the format you will be using (AC3 or DTS), for AC3 set the bitrate to 640 and for DTS set it to 1536.

Now you will have to decide on a bitrate. While every movie is different, I normally choose a bitrate anywhere from 9,000 to 14,000 kilobits/second for 1080p and about half that for 720p based on test encodes. This is definitely an art! For Bedtime Stories I found 12,100 kb/s to be good. If this is your first encode I would recommend using a preset of 1 DVD-9.

Click “Apply” (if asked to copy bitrate to video settings hit Yes).

Step 7:

For encoder settings we will create a custom profile, although use “x264: DXVA-HD-Fast” if your computer is slow or you don’t care much about quality and want to shorten the time to encode by about 3x (then skip to step 8).

Set profile to “x264: DXVA-HD-Insane” and click “Config” to change some settings which will speed things up.

Click on the “New” button call this custom profile what you want, I’m going to call mine “Insane Speedified”

Check Turbo, increase Threads to 6, and change the Deblocking Streagth to -3.

Go to the next tab (titled “RC and ME”), increase Number of Reference Frames to 5, uncheck “No Dct Deimation”, change M.E. Algorithm to “Multi hex”, and increase Psy-Trellis Strength to .8.

Next tap (“Advanced”), increase number of B-frames to 5, check B-pyramid, choose “All” for Macroblock Options.

Click “OK”!

You will be asked if you want to update the selected profile click “Yes”.

Step 8:

Now to encode the movie!

Hit Enqueue (the one in the video encoding box), this will queue your movie.

Go to the next tap called Queue, and hit Start.

A new dialog box will open reporting the current speed at which you are encoding along with other helpful info.

Step 9:

At this point you should have an AC3 or DTS audio stream, and an MKV with no audio. We now need to MUX them together into a single MKV.

Open “mkvmerge GUI” (installed with MKVToolnix) and the folder your files for encoding are in.

Drag both streams to the input box in mkvmerge.

Change the file name of the output so it will not overwrite the source.

Hit “Start muxing” and wait a few minutes… Yay! You completed your first encode, you should now be able to play the movie in your favorite media player!

Additional Notes:

Check back for our guide on adding subs to encodes! While you are waiting (it may be a *long* while out), experiment with SubRip to add subtitles to your encode (this can be helpful when the date or location of a scene is not part of the screen but a subtitle).

Post a comment and let us know if you have any tips, questions, or just want to let us know how it went!

Shouts to all of the people and sources who are not listed. I could never have learned how to encode without them!

Check with your governing laws before downloading/installing/enabling/using any of the programs listed here! You assume full responsibility!

720p Resolutions:
AR Resolution
1.333:1 = 960×720
1.666:1 = 1200×720
1.777:1 = 1280×7201.839:1 = 1280×696
1.849:1 = 1280×692
1.860:1 = 1280×688

2.335:1 = 1280×548
2.352:1 = 1280×544
2.370:1 = 1280×540
2.388:1 = 1280×536
2.406:1 = 1280×532
2.424:1 = 1280×528

1080p Resolutions:
AR Resolution
1.333:1 = 1400×1080
1.666:1 = 1800×1080
1.777:1 = 1920×1080

1.839:1 = 1920×1044
1.846:1 = 1920×1040
1.853:1 = 1920×1036

2.341:1 = 1920×820
2.352:1 = 1920×816
2.364:1 = 1920×812
2.376:1 = 1920×808
2.388:1 = 1920×804
2.400:1 = 1920×800
2.412:1 = 1920×796

Entry filed under: All.

Virtualization For Dummies – Free eBook From Sun Systems

51 Comments Add your own

  • […] Guide for Re-encoding Blu&hellip  |  May 23, 2009 at 12:59 […]

    Reply
  • 2. Scott  |  June 4, 2009 at 7:19 pm

    So, how much space is saved after this process??

    Reply
    • 3. Scotty  |  June 4, 2009 at 7:31 pm

      > So, how much space is saved after this process??

      I take it you are talking about source file size vs encode file size?

      On average I find the encode will be 1/3rd the size of the source with no visible loss. Of course this greatly depends on the movie itself and what bitrate you use.

      Reply
  • 4. Mart  |  June 16, 2009 at 10:54 am

    Good guide, thanks.

    One point about DTS tracks. If the audio track is DTS-HD/DTS-MA you can simply extract the core DTS track using the ‘-core’ switch in place of ‘-1536’ in the eac3to commands. This also has the advantage of not requiring Surcode.

    I’m using this guide to encode video suitable for playback on PS3, so I’m selecting the profile in MeGUI ‘Standalone-PS3-Xbox360’. I wonder if there are more tweaks I can make to this profile to improve quality for PS3, ignoring the ability to playback on Xbox360 – does anyone know?

    Reply
  • 5. Bas  |  July 5, 2009 at 4:02 am

    Great tutorial thx, it helped me out a lot.
    Mart thx also for sharing the tip about the DTS track.

    Reply
  • 6. Lex80  |  July 23, 2009 at 3:46 pm

    Nice guide mate.

    But about DTS-HD Master Audio,
    is better just extract the core?

    I have Surcode and Arcsoft,
    so the programs are not a problem..

    I’m asking for better quality?

    I’m a bit n00bs, so I’m confused..

    Thanks in advance!

    Reply
  • 7. camon  |  July 29, 2009 at 3:41 am

    If instead of DTS was TrueHD what should we put a the bitrate option. Should we put -1536. I’m a bit confused how can we calculate that or if that’s a standard

    Reply
  • 8. Beatslars  |  August 3, 2009 at 10:38 am

    The final process only encoded 30 seconds of video. What do I do?

    Reply
  • 9. gremlin  |  August 6, 2009 at 3:54 pm

    Beatslars
    It sounds like you may have applied the optional step to make a sample of the video. Check to make sure that the “trim(xxxx,yyyy)” is not in the script.

    Great guide. I had been using xvid for HD movies but x264 is much better. I think megui gives some of the best results although it takes double the time other programs I’ve used to encode x264 do (I guess that’s how it gives us such great results :P).

    Reply
    • 10. gremlin  |  August 6, 2009 at 5:37 pm

      For those wondering about whether to use -1536 or -core to make a DTS track this guide should be useful:

      http://en.wikibooks.org/wiki/Eac3to/How_to_Use

      Like Mart said only use -core when the source audio file is DTS-HD/MA. Otherwise use -1536 or -768 depending on what the source bitrate is. Keep in mind converting to a bitrate higher than the source will loose quality.

      Reply
  • 11. Chad Jacobson  |  August 25, 2009 at 3:10 am

    Hello there,

    Before my question, I want to offer serious thanks for taking all the time and effort you have to simplify the blu-ray re-encoding process. I’ve followed your directions to the letter, but when I start a job in the Queue, the MeGUI status window pops on and then immediately off and the job fails. After this failure, the end of my log entry reads as follows…”Standard error stream: C:\Program Files (x86)\megui\tools\x264\x264.exe: unrecognised option ‘–no-mbtree’. Any help or ideas would be profoundly appreciated. Thanks in advance for your time and attention.

    Reply
  • 12. Kardargo  |  August 29, 2009 at 12:13 pm

    Had the same probblem. error no-mbtree.

    Try to replace the x264.exe with the most recent one that you can download from their site.

    If that doesn’t work, here is another way to worj around the problem.:

    In the encoding-profile enable mbtree in the advanced settings. Save the profile. Next just create your queue-jobs for encoding as you normally would. Dont start the job, but close megui.

    In the megui-folder there is a folder named jobs. In it are the xml-files for the queued jobs (2 if your using 2-pass encoding)
    Edit the xml-files, find the tag for mbtree and change the value within the tag from false to true.

    Start Megui and go to the queue-tab. If you now start the jobs, things should work.

    Reply
  • 13. Chad Jacobson  |  August 29, 2009 at 2:21 pm

    Thanks so much Kardargo for your feedback! Since my last posting, somehow I’ve managed to get things to work. Wasn’t easy, but your suggestion to swap the x264.exe was indeed related to the solution. Ironically, what I discovered was only the latest 32-bit x264 makes things work on my 64-bit system. All this time I assumed the x64 version wasn’t a problem. Just finished my first encode with no errors. Thanks for taking the time to respond.

    Best,

    CJ

    Reply
  • 14. Boz  |  August 30, 2009 at 4:17 am

    A few notes.

    Even though I agree and personally use DTS 1.5mbps in my MKVs simply because people will not hear the difference between 1.5mbps and DTS-MA audio streams (same goes with DD+ above 640kbps) because there’s only a certain level of quality we can hear, the overage in bitrate on DTS-MA and TrueHD is really kind of pointless. There’s a really great article about it where guys from Home Theater magazine visited Dolby and DTS labs and conducted blind test on DTS and DD vs DTS-MA and TrueHD.

    http://www.hemagazine.com/node/Dolby_TrueHD_DTS-MA_versus_Uncompressed_PCM

    The interesting part is that it’s not really shocking.

    With this being said, and if you simply don’t accept the compromise the best possible size vs quality ratio including later ability to re-encode into something else I would suggest MKV + FLAC combo.

    The reason is, you don’t need expensive SurCode DTS Pro encoder (FLAC will be generated with eac3to). Once you are done with transcoding the video only to drastically lower the size (do not transcode audio because it takes a lot of time) you should merge the streams with MKVMerge (MKVToolnix).

    You will get mkv h264 video (my suggestion is to keep it between 18-20mbps bitrate) and FLAC which is lossless.

    This combo is perfect and more or less future proof. You can re-encode audio into something else later if you need to.

    Reply
  • 15. Beatslars  |  September 3, 2009 at 1:45 pm

    I’m having a problem with the MKVMerge, it says I have:
    ————
    encountered broken or unparsable data in this AVC/h.264 video track. Either your file is damaged (which mkvmerge cannot cope with yet) or this is a bug in mkvmerge itself. The error message was:
    ————-

    I can’t seem to figure out what’s wrong, oh and when I ran command prompt I had to rip AC3, there’s was the video option to extract or the audio option which was a RAW/PCM.

    Reply
  • 16. Hey  |  November 19, 2009 at 12:16 am

    Finally a Blu-Ray Ripping tutorial by one of the pros. I’ve been searching for this for months now. I wasn’t satisfied with “BestHD Blu-Ray Ripper” or “PavTube Blu-Ray Ripper.” WTF is a PavTube anyway?! You know what I mean, these little P.O.S. ripping programs with their single pass encoding are truly crap and I knew that someone somewhere had taken the time to make a pro tut with screen shots explaining MeGUI and the muxing process. Thank you!

    Reply
  • 17. dilby  |  November 26, 2009 at 1:31 am

    was able to rip TAKEN 720p in 12 hours with my laptop running i7@ 1.6 & 4gb of ram

    Reply
  • 18. Moe  |  December 27, 2009 at 7:32 am

    Anyone knows how to use an hardware decoder for the x264 track.
    My computer has a hardware x264 decoder inside (Broadcom MiniPCI BCM70012) which is able to read and decode x264 realtime for watching it.
    It driver registers a direct show filter which is associated with the hardware.
    I know how to use it in Media Player Classic (just set as preferred codec)

    Is there any way to use it for reading and encoding the video? (as small offload)
    Decoding would run only on the core2duo 2,4Ghz my laptop has

    Reply
  • 19. flite  |  February 9, 2010 at 4:47 pm

    my god this takes forever, I had a projected rip time of 19 hours.

    When it finally finished, I breathed a sigh of relief as I could finally play video games, etc.

    THEN THE SECOND PASS STARTED

    Reply
    • 20. flite  |  February 9, 2010 at 4:48 pm

      AMD quad core 9950

      Reply
  • 21. Beck38  |  March 14, 2010 at 7:55 pm

    Cannot get eac3to to ‘auto launch’ Surcode after the wave(s) have been extracted, no matter WHERE I put either program (root, other drive, you name it). The program runs okay, creating the waves… then it says ‘cannot find surcode’ or some such, and then aborts, erasing all of it’s work.

    This is the kind of problem I’ve run into with ‘collections’ of ‘tools’ that .. don’t quite work together well, and the documentation on how they work (together) is completely lacking. There’s probably some kind of ‘trick’ which isn’t explained anywhere I can find.

    Reply
  • 22. danielandross  |  March 19, 2010 at 6:37 am

    Isn’t there a way to do a single pass encoding? I don’t think the 2nd pass is worth the double waiting.

    Reply
  • 23. Michael  |  April 9, 2010 at 6:33 am

    Can you please upload YOUR x264 profile so that it becomes easier for us to use, please…?
    It would help a lot, thanks…

    Reply
  • 24. Daniel  |  April 14, 2010 at 6:39 pm

    I hate to be the hater, but… 14000-18000 kbps video and 1500 kbps is a joke.

    Give xvid a decent 0,2-0,25 bit/pixel/frame and have a look at the filteres for vdub, and I’ll show u a decent rip. This equals about 800-1000 kbps (PAL) videostream depending on the length of the movie (1cd). Give it some more pixels, and 30 % higher bit/frame/pixel and it will be flawless.

    If you then cmopare an xvid 592×312 (184K pixels) to this example,1280×544 (696K pixels), well find that its not even 4 times the amount of pixels, and when u comsider that x264 is supposed to be a stronger compressor (slightly) than xvid, u wouldnt need 14 times the filesize.

    So for a “1-cd” bluray-rip IN HD (!!) you would have a birate of about 4000. for a “2-cd” bluray-rip in hd you could have 7-8000. If it doesnt look good at these numbers, ur not doing it right, its that simple.

    And its just silly to be spending 1500kbps on audio. I remeber the time they told us that more than 128kb mp3 wasnt noticeable for people. Well, they were probably wrong, but 1500. thats just funny, if u ask me.

    stick with something like ac3 448kbps, Im sure I could feed ya 256 vbr and you couldnt tell it apart from the 1500dts – unless your some kinda audiophile and and have a 10k stereo. And if you did, why would you be playing ripped stuff on it anyways.

    I’ll say: a 720 p movie should FIT A NORMAL DVD, if its not UNUSUAL long (135 minutes +). Figure it out from the bits per pixel.

    Im just NOT spending a week to download, nor UPLOAD (prob 2-3 weeks to make it live), a 15 gb movie.

    Reply
    • 25. peanut  |  May 9, 2010 at 9:06 pm

      i would love for you to write a tutorial and link me to it. if i can get a 1080p movie rip under 700MB i would be thrilled.

      Reply
      • 26. peanut  |  May 9, 2010 at 9:07 pm

        edit: sorry, under 5gb would still thrill me. i misread your post noticing 1-cd and assumed you had a way to rip to 700mb or less.

    • 27. Gill  |  March 1, 2012 at 7:50 am

      shut up u peanut sucker u dont know dik about encoding bluray rips…mp3 is 2 channels left and right if someone has a 5.1 surround sound system in their room im pretty sure they would want dts 1510kbps instead of a lousy girly mp3 kid crap u say is better…and ac3 sucks to its so low volume compared to dts enuff said…

      Reply
  • 28. MikeD  |  April 21, 2010 at 10:49 am

    I just wanted to say thanks for the article and taking the time to write it. You have shed a lot of light for a person like me.

    Reply
  • 29. Steve Saulnier  |  April 22, 2010 at 9:12 am

    In Step 6 you select 12,100 kbps for your encoding and describe the process as an art. What were the criteria and method that you used to select 12,100 as the best encoded bit rate?

    Reply
  • 30. Arvens  |  May 27, 2010 at 4:03 pm

    Hi,
    thanks… for guid !
    But
    what kind of Avisynth scrips you usualy use ?

    Reply
  • 31. Rich  |  June 12, 2010 at 2:33 am

    DTS is complete overkill unless you have an extremely expensive stereo system and audio-phile grade ears.

    Do yourself a favor and transcode the DTS to 5.1 multichannel AAC using eac3to and Nero’s encoder. You won’t be able to tell the difference and you’ll have a lot more space for your video bitrate. You can also include the other languages and commentary tracks because of all the space you save from not using DTS. You can easily include every audio track and subtitle for a 1080p movie, fit it on a DVD9, and still have it look amazing. Especially if you add some light denoising filters. Most new blu-rays have a lot of annoying film grain that hogs all the bitrate.

    Reply
  • 32. ace  |  August 8, 2010 at 10:31 am

    I try encoding with MeGUI a 1080p movie to 720p and the result was an 400mb mkv file incomplete what an I doing wrong? can you upload a video tutorial or redirect me to a youtube video

    Reply
  • 33. ace  |  August 8, 2010 at 1:51 pm

    at 99% of the first step the size of the .temp file should be 99%of the result file that should end with step 2 or smaller?

    Reply
  • 34. ace  |  August 9, 2010 at 6:17 am

    What setings should I use to get a x264 file size desire
    The movie I encode has 2h:8m:18s and I am planing to use a ac3 of 448kbps and the megui bitrate calculator said to use a 4430kbps bitrate to reach dvd5 size but when i encode in pass2 :Status box it shows at the projected filesize 4.25gb /4.07/..it variates and it should show 3.97 gb what can you tell me about the final size ? or how vcan I predict the size with megui ? please give me an answer

    Reply
  • 35. Duke  |  August 27, 2010 at 2:54 pm

    3-4 months ago I tripped across this, gave it a try on my #1 Vista machine; worked great, continues to work great, found the Sharktooth presets and got really going!

    BUT, decided to have a new machine built (6core), Vista, and ran into immediate problems with codecs. Why isn’t a specific codec pack specified? I get the dreaded ‘Renderfile: the filtergraph won’t talk to me’ error.

    I don’t get it on the first machine, never have. Yes, as that machine started out life as a HTPC there’s lots of video crud on it, but I tried putting several codec pacs on the new, to no avail.
    And whereas MVP works fine on #1, won’t play anything on #2 (Microsoft support FAILED to cure that).

    I found that the AVS script creator would partial process ONLY AVS movies (but would be in mpeg1!), and errored out on VC1.

    So, what’s going on? Why isn’t there a codec pack specifically for this setup? I must have really lucked out on #1!

    Reply
  • 36. Beck  |  October 11, 2010 at 12:11 pm

    Using the ‘Sharktooth’ presets, the highest quality ones (DXVA-HD-Extra Quality and Insane) produce small ‘clips’ at best, like one is using the ‘trim’ command (but am not). Lower presets like ‘Fast’ and ‘HQ’ seem to work.

    Any idea as to what’s causing this? BTW, the presets work fine on other machines.

    Reply
  • 37. Dude  |  October 12, 2010 at 11:04 pm

    Hi Everyone,

    Everytime I start a job it simply fails straight away, this is the log output that I am seeing in MeGUI:


    [Error] Log
    -[Information] Versions
    –[NoImage] MeGUI Version : 0.3.5.0
    –[NoImage] OS : Windows XP Professional x86 SP3 (5.1.196608.2600)
    –[NoImage] Latest .Net Framework installed : 3.5 (3.5.30729.01)
    –[NoImage] Avisynth Version : 2.5.8.5
    -[Error] Log for job1 (video, 00001.avs -> )
    –[Information] [10/13/2010 3:57:41 PM] Started handling job
    –[Information] [10/13/2010 3:57:41 PM] Preprocessing
    –[NoImage] Job commandline: “Z:\E\Blu Ray Rip\Software\Other\MeGUI_0.3.5\tools\x264\x264.exe” –level 4.1 –pass 1 –bitrate 11749 –stats “Z:\G\Blu-Ray Rips0001.stats” –deblock -1:-1 –keyint 24 –min-keyint 2 –b-adapt 2 –ipratio 1.1 –pbratio 1.1 –vbv-bufsize 30000 –vbv-maxrate 40000 –qcomp 0.5 –me umh –direct auto –subme 6 –trellis 2 –mvrange 511 –nal-hrd –sar 1:1 –output NUL “Z:\G\Blu-Ray Rips0001.avs”
    –[Error] An error occurred: x264 [error]: invalid argument: nal-hrd = –sar
    –[NoImage] Standard output stream
    –[NoImage] Standard error stream
    –[Information] [10/13/2010 3:57:42 PM] Job completed
    -[NoImage] Error starting job
    –[NoImage] Exception message: starting encoder failed with error ‘Process has exited’
    –[NoImage] Stacktrace: at MeGUI.core.gui.JobWorker.startEncoding(TaggedJob job)
    –[NoImage] Inner exception: null

    If anybody can offer a way around this it will be greatly appreciated.

    Kind Regards,

    Dude

    Reply
  • 38. So Cool  |  October 21, 2010 at 10:45 pm

    Hi Everyone,

    I am looking for an x264 profile that is sutied to my Blu Ray player, which is a Soniq:

    http://www.soniqav.com/Qplay.php?mdm=f507aa4ef605dfc3d832b6b230df8f08

    Any ideas? I am able to play rips downloaded off the net, but just can’t get my own to work!

    So far I have tired “BluRay” & “AVCHD” x264 profiles without any luck (player either crashes, or doesn’t play the file).

    Any help will be appreciated.

    Thanks

    Cool Dude

    Reply
  • 39. So Cool  |  October 24, 2010 at 10:41 pm

    Check this out:

    http://forums.overclockers.com.au/showthread.php?p=12458156#post12458156

    Particularly Mankmeister’s comment regarding MKVMerge – verisons – should you want rips that will play in a Blu Ray player, and not just on your computer.

    Reply
  • 40. So Cool  |  October 31, 2010 at 10:31 pm

    Hi Everyone,

    I have followed the tutorial above to the letter, however when I attempt to play my Blu Ray rips on my Soniq (QPB302B) player I am seeing “blockiness”:

    If anybody has any further suggestions they will be greatly appreciated.

    Thanks

    Reply
  • 41. Beatslars  |  November 24, 2010 at 8:22 pm

    I am running parallels 5 on my mac and I cannot get command prompt to find eac3to316, or the latest version 324. I put it in C:\. and it’s not working. I type in “cd c:\eac3to316” and it doesn’t work.

    Reply
    • 42. Gill  |  March 1, 2012 at 7:43 am

      the folder name must be called “eac3to316” not just “eac3to” like how it comes by default when u download and extract it..hope that helps!

      Reply
  • 43. Sarab  |  June 26, 2011 at 6:18 am

    Hi dude, i found ur guide helpful.
    but i need a help in re-encoding.
    I just downloaded a 2.5 GB XviD movie ripped by a team on net.
    i want to re-encode it to 300 mb rip.
    i am alredy doing these rips using megui but this movie is giving problem,it gives me worst result in video.For it i increased fps from 25 to 29.976 so that i can get more bitrate to encode,which i got also, but result was more bad,Pixelation occurs,blur image etc. probs. and audio is out of sync.
    so pls can u help me in any way for this re-encode ??

    Reply
  • 44. Gill  |  March 1, 2012 at 7:37 am

    at SARAB, you cannot encode a downloaded video u need to to encode the source which would be a dvd, bluray disc, or pvr/dsr recording…hope this helps..once a movie has been encoded to xvid or x264 whatever it is…the only thing that can be changed is the container.

    Reply
  • 45. Gill  |  March 1, 2012 at 7:42 am

    @ beatslars…why would u watch any movie in a bluray player..its better to burn them to bluray 25 gb data discs and play them in a bluray disc drive using mediaplayer classic which comes in k-lite mega codec pack…and open a video in the player and right click and go to “video frame” then click “stretch to window” it will destroy the stupid black bars and change the aspect ratio to true 16:9 (1.77) on any display ur computer is connected to doesnt matter which 1 as long as u have the video frame set to stretch to window itll do that…and if u watch them on a disc player the huge stupid ugly movie ruining black bars will be there unless the aspect ratio of the video is 16:9 (1.77)

    Reply
  • 46. georgekalogeris  |  May 20, 2012 at 6:04 pm

    just a quick question:
    I assume resizing takes time.
    Why not leave Resize box unticked ????

    Reply
  • 47. Zorro  |  August 31, 2012 at 9:58 am

    Hi Ribo,

    On “ffdshow” you used the “tryout” December 22, 2008 build. When I go to SourceForge there are Mutliple Builds “CLSID” or “XXL” or “ICL10” then there is x32 or x64 …

    Q1: which one in 2008 Build do you have?
    Q2: the Oldest version that I saw was “ffdshow_rev3013_20090620_clsid.exe” … so what now!?!?

    Also on a different note … when a Movie is identified as 2.35:1 on IMDB … if there are 2 Encodes as follow which is a BETTER encode #1 or #2 … True’er to the Original film … so the faces are not Chubbier than they should be and so forth

    #1) 1280×536 [2.388:1] vs
    #2) 1280×528 [2.424:1]

    Thanks!

    Zorro!:)

    Reply
  • 48. Kent  |  August 31, 2012 at 5:42 pm

    Is there a FREEWARE Option instead of “SurCode DVD DTS, DTS audio encoder”!?!?
    THX!

    Reply
  • 49. Stuart  |  July 22, 2013 at 5:33 am

    It’s nearly impossible to find knowledgeable people in this particular subject, however, you seem like you know what you’re
    talking about! Thanks

    Reply
  • 50. michael michas  |  November 28, 2013 at 4:46 am

    have you anything guide for 3d movies with megui?

    Reply
  • 51. Insignia  |  September 26, 2014 at 5:49 pm

    is it possible fasten the encoding process using a video card?

    Reply

Leave a reply to Dude Cancel reply

Trackback this post  |  Subscribe to the comments via RSS Feed


Chat

Feeds

Copyright 2008 Scotty Rippel

RSS Recent Robots-Dreams Posts

  • An error has occurred; the feed is probably down. Try again later.

RSS Recent Posts From Artificial Intelligence (aaai.org)

  • An error has occurred; the feed is probably down. Try again later.

RSS Recent Robot Watch Posts

  • An error has occurred; the feed is probably down. Try again later.

Pages

May 2009
S M T W T F S
 12
3456789
10111213141516
17181920212223
24252627282930
31