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.
+ Reply to Thread
Results 1 to 9 of 9
-
-
-
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. -
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. -
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.
Similar Threads
-
I found MEGUI X265 HEVC in MEGUI.ORG !!!!
By Stears555 in forum Video ConversionReplies: 11Last Post: 2nd Apr 2016, 14:00 -
Problem file out with MeGUI
By yaston in forum Video ConversionReplies: 2Last Post: 29th Jan 2016, 01:34 -
problem with megui
By posan in forum Video ConversionReplies: 1Last Post: 10th Apr 2014, 03:14 -
MeGUI problem\help
By DeNeDe in forum Newbie / General discussionsReplies: 0Last Post: 4th Oct 2011, 08:29 -
MeGUI problem
By socrates in forum Video ConversionReplies: 0Last Post: 5th Jul 2011, 04:12