VideoHelp Forum




+ Reply to Thread
Results 1 to 9 of 9
  1. Hello

    Opened "AVS SCRIPT CREATOR" AND then opened the input
    and click on the one click encoder

    In the Avisynth profile> config >template

    My template is:
    Code:
    LoadPlugin("C:\path\MeGUI\MeGUI_2624_x86\tools\avisynth_plugin\VSFilter.dll")
    <input>
    <resize>
    textsub("c:\1.ssa")

    After click on the "Go" Operation begins

    After finishing the application gives me a few files with this extension:

    Code:
    .ac3
    .ass
    .m4a
    .avs
    .lwi

    while it should give me a video files

    Please help me how i can solve that.
    Quote Quote  
  2. I'm a MEGA Super Moderator Baldrick's Avatar
    Join Date
    Aug 2000
    Location
    Sweden
    Search Comp PM
    I guess you want to hardcode/burn in the subtitles in the video?

    Does the m4a has burned in subtitles? Then mux/join the m4a and ac3 together with a multipexer. I think megui has one under tools.

    If everything fails try xvid4psp 5 to hardcode your subtitles to a mp4.
    Quote Quote  
  3. Originally Posted by Baldrick View Post
    I guess you want to hardcode/burn in the subtitles in the video?

    Does the m4a has burned in subtitles? Then mux/join the m4a and ac3 together with a multipexer. I think megui has one under tools.

    If everything fails try xvid4psp 5 to hardcode your subtitles to a mp4.

    I have a MKV file with 2GB
    I want convert it to MKV with ~500MB


    I Attached the logfile and the image of folder that MeGUI give me.
    Image Attached Thumbnails Click image for larger version

Name:	testmegui21354.jpg
Views:	620
Size:	33.5 KB
ID:	36266  

    Image Attached Files
    Quote Quote  
  4. AC3 is the extracted audio.
    AVS is you script.
    LWI is an L-Smash index file
    .264 would have been the video file, has not the process failed.

    From your log file:
    MeGUI\MeGUI_2624_x86\tools\x264\avs4x264mod.exe" --level 4.1 --preset veryslow --tune film --pass 2 --bitrate 1000 --stats "C:\testMeGUI\bq3mn1sh.vpt\testMeGUI_Video.stats" --keyint 240 --vbv-bufsize 78125 --vbv-maxrate 62500 --output "C:\testMeGUI\bq3mn1sh.vpt\testMeGUI_Video.264 " "C:\testMeGUI\bq3mn1sh.vpt\testMeGUI.mkv.avs"

    ---[Error] [3/22/2016 4:52:03 AM] x264 [error]: ratecontrol_init: can't open stats file
    ---[Error] [3/22/2016 4:52:03 AM] x264 [error]: x264_encoder_open failed

    I assume you're using the OneClick encoder which I never use myself, but it appears you have the x264 encoder preset you're using for this particular encode or OneClick profile, set for the second pass of a 2 pass encode and the first pass hasn't been run. If that's the case you can change the x264 preset to "automated 2 pass", or even set it to CRF encoding and specify a file size when setting up the OneClick encode (you'll need to select "show advanced settings" at the bottom of the OneClick window). If you select a file size MeGUI should work out the required video bitrate and switch to 2 pass encoding for you.
    Quote Quote  
  5. There's also this:

    --[Information] [3/22/2016 4:49:50 AM] Target device: DXVA
    --[Information] [3/22/2016 4:49:57 AM] Input resolution: 1280x718
    --[Information] [3/22/2016 4:49:57 AM] Desired maximum width: 1280
    --[Information] [3/22/2016 4:49:57 AM] Desired maximum width not reached. Enable upsizing in the AviSynth profile if you want to force it.
    --[Information] [3/22/2016 4:49:57 AM] Output resolution: 1264x704

    Here's what I "think" is happening (I'm not 100% sure).
    Your AVIsynth profile is probably set for mod16 resizing. The input video is 1280x718 which isn't mod16. Upscaling in the Avisynth profile is disabled and MeGUI takes that very literally, so instead of resizing you up to 1280x720 (mod16), it's resizing down to 1264x704 instead. To correct that you probably need to open the Script Creator, then your Avisynth profile, and under the Extra Setup tab, enable upsizing. I think it's a terrible idea to have the upscaling option hidden away and disabled by default, but there it is. You might also want to change the mod setting to mod4 to allow more accurate resizing.
    Or there's an option in the OneClick encoder to disable resizing and use the source resolution (advanced settings), which hopefully would over-ride all that.
    I'm not certain that's the cause, but it seems pretty likely.
    Quote Quote  
  6. Originally Posted by hello_hello View Post
    AC3 is the extracted audio.
    AVS is you script.
    LWI is an L-Smash index file
    .264 would have been the video file, has not the process failed.

    From your log file:
    MeGUI\MeGUI_2624_x86\tools\x264\avs4x264mod.exe" --level 4.1 --preset veryslow --tune film --pass 2 --bitrate 1000 --stats "C:\testMeGUI\bq3mn1sh.vpt\testMeGUI_Video.stats" --keyint 240 --vbv-bufsize 78125 --vbv-maxrate 62500 --output "C:\testMeGUI\bq3mn1sh.vpt\testMeGUI_Video.264 " "C:\testMeGUI\bq3mn1sh.vpt\testMeGUI.mkv.avs"

    ---[Error] [3/22/2016 4:52:03 AM] x264 [error]: ratecontrol_init: can't open stats file
    ---[Error] [3/22/2016 4:52:03 AM] x264 [error]: x264_encoder_open failed

    I assume you're using the OneClick encoder which I never use myself, but it appears you have the x264 encoder preset you're using for this particular encode or OneClick profile, set for the second pass of a 2 pass encode and the first pass hasn't been run. If that's the case you can change the x264 preset to "automated 2 pass", or even set it to CRF encoding and specify a file size when setting up the OneClick encode (you'll need to select "show advanced settings" at the bottom of the OneClick window). If you select a file size MeGUI should work out the required video bitrate and switch to 2 pass encoding for you.
    I choose "automated 2 pass" and it's work.

    Please give me a subtitle that i can HardSub it with MeGUI.
    In the Avisynth setting what commands should i enter?
    Quote Quote  
  7. To be honest I don't understand the question. I assume you have a subtitle file you want to encode? Are you trying to encode the same subtitle into every video? You'll need to provide some detail as to what you're doing.
    Quote Quote  
  8. Originally Posted by hello_hello View Post
    To be honest I don't understand the question. I assume you have a subtitle file you want to encode? Are you trying to encode the same subtitle into every video? You'll need to provide some detail as to what you're doing.
    Yes i want do that however this problem is solved. thanks


    I want to add "AC-3" to my MeGUI
    Please give me the link and how i can ainstall it?
    Quote Quote  
  9. Dinosaur Supervisor KarMa's Avatar
    Join Date
    Jul 2015
    Location
    US
    Search Comp PM
    AC-3 should already be there, as "FFmpeg AC-3". In Megui press "Ctrl+U" and install all the updates if you have not already.
    Quote Quote  



Similar Threads

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