VideoHelp.com Forum
+ Reply to Thread
Page 6 of 6
FirstFirst ... 4 5 6
Results 151 to 168 of 168
Thread
  1. Member Sxn's Avatar
    Join Date: Oct 2009
    Location: Earth
    Current versions of megui are broken. Active development on the project has stopped (the gui doesn't match newer recent x264 features)
    Means should i try an older vesion of MeGui ? I'm currently using 0.3.1.1056.
    Quote Quote  

  2. Member
    Join Date: Sep 2007
    Location: Canada
    That should work. 1057 is on the development server, and x264 is at r1352. You're probably using r1183.

    But the fact that your script previews in MPC suggests that your directshow filters are working correctly, and the problem is with megui

    Try ffmpegsource2
    Quote Quote  

  3. Member
    Join Date: Sep 2007
    Location: Canada
    If you want to use new x264 features, you can learn the commandline (x264 has been revamped to use preset system )http://mewiki.project357.com/wiki/X264_Settings

    or switch to a gui that has active development like staxrip, hdconverttox, xvid4psp, or ripbot264

    It's a shame, because megui was the most comprehensive solution, but older builds should still work fine.
    Quote Quote  

  4. Member Sxn's Avatar
    Join Date: Oct 2009
    Location: Earth
    the problem is with megui

    Try ffmpegsource2
    I don't get what u mean by try ffmpegsource2.
    http://code.google.com/p/ffmpegsource/downloads/list

    I've downloaded ffms2-r234-2.7z from there. Now what should i do?


    Quote Quote  

  5. Member
    Join Date: Sep 2007
    Location: Canada
    Unzip the contents into avisynth/plugins folder , including the .dlls and .avsi

    There is a readme for more information and instructions

    Skip the avs creater and make your own .avs script

    e.g.
    FFVideoSource("video.m2ts")

    If you want audio & video served
    FFMpegSource2("video.m2ts", atrack=-1)
    Quote Quote  

  6. Member Sxn's Avatar
    Join Date: Oct 2009
    Location: Earth
    create my own means

    replace this

    DirectShowSource("C:\TEST\video.m2ts", fps=23.976, audio=false, convertfps=true)

    with FFVideoSource("video.m2ts")

    ?
    Quote Quote  

  7. Member Sxn's Avatar
    Join Date: Oct 2009
    Location: Earth
    Well after doing, unzip ffms to avs plugin folder & replacing the directshowsource with ffdvideosource in tha avs script i open the script with MeGui and now it says that FFdvideo source doesn't have the arguement "fps".
    Quote Quote  

  8. Member
    Join Date: Sep 2007
    Location: Canada
    Originally Posted by Sxn
    create my own means

    replace this

    DirectShowSource("C:\TEST\video.m2ts", fps=23.976, audio=false, convertfps=true)

    with FFVideoSource("video.m2ts")

    ?
    Yep. And save the .avs. It will take a few minutes to index your file. Preview it first in vdub or mpc to make sure it looks ok, then open in megui

    I would actually do this
    FFVideoSource("video.m2ts")
    AssumeFPS(24000,1001)
    Quote Quote  

  9. Member Sxn's Avatar
    Join Date: Oct 2009
    Location: Earth
    LoadPlugin("C:\AviSynth 2.5\plugins\TIVTC.dll")
    # Set DAR in encoder to 37 : 20. The following line is for automatic signalling
    global MeGUI_darx = 37
    global MeGUI_dary = 20
    FFVideoSource("C:\TEST\video.m2ts")
    AssumeFPS(24000,1001)
    #deinterlace
    crop( 0, 20, 0, -22)

    #resize
    #denoise


    Now this is how my script is looking.

    The script plays fine with mpc but the seeking is not working.

    MeGui is not responding if i open that script.

    Quote Quote  

  10. Member
    Join Date: Sep 2007
    Location: Canada
    Try opening the .avs in vdub. Don't "play" it, but just drag the slider around

    Did you let it finish indexing?

    Is everything and all programs, splitters, filters in the 32-bit directory?

    %windir%\SysWOW64 and
    \Program Files (x86)

    It seems like you have configuration or system problems.

    I would try another GUI instead of fighting to get this to work
    Quote Quote  

  11. Member Sxn's Avatar
    Join Date: Oct 2009
    Location: Earth
    Everything is in place, they all got installed in the correct dir's only.

    There should be some problem with this video/MeGui.

    Anyway suggest a simpler GUI (i already have Xvid4psp ) What do u prefer staxrip or ripbot264 for x264 conversions?

    Quote Quote  

  12. Member
    Join Date: Sep 2007
    Location: Canada
    Out of the GUI's I would use ripbot264 for the easiest to use, and it's updated frequently by the author

    I actually don't use any of those GUI's anymore. The new preset system makes things alot easier.

    Also if you learn more about avisynth, you don't waste time analyzing the file - which these gui's do - it can a lot of time on encoding.
    Quote Quote  

  13. Member Sxn's Avatar
    Join Date: Oct 2009
    Location: Earth
    Any links 4 Avisynth tutorials ?
    Quote Quote  

  14. Member
    Join Date: Sep 2007
    Location: Canada
    Unfortunately not any good ones because there so much to learn, it's a huge topic. You could write several books on it... It is the most powerful tool out there from editing, filtering, manipulations, deinterlacing etc. etc...

    You can start here
    http://avisynth.org/mediawiki/Main_Page

    If all you are doing is a straight progressive encode, then it's pretty simple. You just need a simple source filter like DirectShowSource() for example (there are others)

    But one of the purpose of the GUI's is to make things easier, so you don't have to worry about all the avisynth stuff
    Quote Quote  

  15. Member Sxn's Avatar
    Join Date: Oct 2009
    Location: Earth
    Okies, Thanks
    Quote Quote  

  16. Member DJRumpy's Avatar
    Join Date: Sep 2002
    Location: Dallas, Texas
    You'll need to unpack the 7-Zip archive (7z). Use 7-Zip. It's open source and free. It should come with an installer once you get it unpacked.

    http://www.7-zip.org/
    Impossible to see the future is. The Dark Side clouds everything...
    Quote Quote  

  17. Member Sxn's Avatar
    Join Date: Oct 2009
    Location: Earth
    I've downloaded it & installed it. Now can u tell me y i did it, means vatz its purpose??
    Quote Quote  

  18. Member
    Join Date: Dec 2009
    Location: United States
    ok, I'am really new to this, and lost i have win7 64, trying to do terminator salvation films i backed up the files to my hd using dvdfabhd latest, and have the my TERMINATOR_SALVATION_DC\BDMV\STREAM\00004.m2ts file i followed the steps from the first post, but of course as seeing that was older date, and skimmed thru a few of the later posts/replies i nooticed the you say mgui it broke with the newest version? and as for the first step to put this line in : DirectShowSource("x:\VIDEO PROCESSING\backups\DONE\MainMovie\TERMINATOR_SALVA TION_DC\BDMV\STREAM\00004.m2ts",fps=23.976,audio=false) and play it in a player like vlc or wmp it wont work, so i can even get past that, step, so if there is a new way to do the whole process or not can you explain more in detail cuz i dont follow,....i found another guide of a different forum, but i get errors as the avs says the file/source cant be found, which doesnt make any sense the steps on that site are this: (PLEASE READ THE NOTE IN ALL CAPS TO SEE WHAT I DID, THANKS!

    1) Start tsMuxeR and browse to your main movie file (BDMV/STREAM/00000.m2ts). -I DID THIS HAD NO ISSUES

    2) Demux the desired audio and subtitle streams (don't worry about the video). - I DONT KNOW WHAT THIS MEANS!!!??

    3) Create a script in AVIsynth: DirectShowSource("D:\YOUR_BLURAY_VIDEO/BDMV/STREAM/00000.m2ts") - I DID THIS WHICH I CHANGED THE SOURCE AND POINTED IT TO MY FILE

    4) Load the AVIsynth script into MeGUI and use the MeGUI Blu-ray profiles as linked to in the links section -I DID THIS BUT GOT THE ERRORS THAT I MENTIONED BEFORE......

    5) Load new h264 (in MKV container) created from MeGUI along with the other audio & subtitle streams you want to keep into tsMuxeR. - NEVER GOT TO THIS STEP!!!

    6) Save new m2ts media file or output Blu-ray folders to burn to disc.
    Quote Quote  




Similar Threads

  1. AVI to Blue Ray
    By bohdank in forum Video Conversion
    Replies: 2
    Last Post: 12th Mar 2011, 12:38
  2. Help with meGUI- Blu-ray to avi
    By badreligionhead in forum Blu-ray Ripping
    Replies: 0
    Last Post: 9th Aug 2009, 19:13
  3. AVI to Blue Ray
    By luvflt in forum Newbie / General discussions
    Replies: 1
    Last Post: 18th Jan 2009, 16:40
  4. Blue Ray WITH DVD (Disney)
    By ron spencer in forum Latest Video News
    Replies: 14
    Last Post: 17th Jan 2009, 19:55
  5. Blue-ray DVD-ROM?
    By wulf109 in forum DVD Ripping
    Replies: 3
    Last Post: 11th Aug 2007, 04:30
Search   Contact us   About   Advertise   Forum   RSS Feeds   Statistics   Tools