Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > General > Subtitles

Reply
 
Thread Tools Search this Thread Display Modes
Old 23rd July 2022, 05:28   #1  |  Link
AOmundson
Registered User
 
Join Date: Dec 2017
Posts: 15
Error attempting to burn subs using MeGUI - 0xC0000005

I recently got a new workstation, and I'm attempting to burn .ass subs to a video using MeGUI. However, I keep receiving this error every time the encoder gets to the first subtitle line.

Code:
Process exits with error: 0xC0000005 STATUS_ACCESS_VIOLATION (-1073741819)
AVS File:
Code:
LoadPlugin("D:\MeGUI-2913-64\tools\lsmash\LSMASHSource.dll")
LWLibavVideoSource("E:\VideoFile.mkv")
#deinterlace
#crop
#resize
#denoise
LoadPlugin("D:\MeGUI-2913-64\plugins\VSFilter.dll")
TextSub("E:\Subtitle.ass")
I used to be able to burn subs fine using this method, so I'm unsure if this is a hardware issue or a software issue that occurred from an update. I can still render files normally with MeGUI, so I'm fairly sure it's not a problem with the computer.
AOmundson is offline   Reply With Quote
Old 23rd July 2022, 11:23   #2  |  Link
StainlessS
HeartlessS Usurer
 
StainlessS's Avatar
 
Join Date: Dec 2009
Location: Over the rainbow
Posts: 10,980
There are some faulty versions of VSFilter.
Here an old one that used to work I think, from 2010 :- https://www.mediafire.com/file/w65ry...ter64.dll/file

You could maybe test that AVS file is playable in eg VDub2 [Has AVS script editor on tools menu]:- https://forum.doom9.org/showthread.php?t=172021

EDIT: Also recently posted mod of VsFilter, VsFilterMod [last post]:- https://forum.doom9.org/showthread.php?t=152855
On Wiki:- http://avisynth.nl/index.php/VSFilterMod
__________________
I sometimes post sober.
StainlessS@MediaFire ::: AND/OR ::: StainlessS@SendSpace

"Some infinities are bigger than other infinities", but how many of them are infinitely bigger ???

Last edited by StainlessS; 23rd July 2022 at 11:34.
StainlessS is offline   Reply With Quote
Old 23rd July 2022, 11:35   #3  |  Link
AOmundson
Registered User
 
Join Date: Dec 2017
Posts: 15
Seems to just cause MeGUI to crash when it attempts to run it. I suppose if nothing else, I'll just use VidCoder.
AOmundson is offline   Reply With Quote
Old 23rd July 2022, 11:46   #4  |  Link
StainlessS
HeartlessS Usurer
 
StainlessS's Avatar
 
Join Date: Dec 2009
Location: Over the rainbow
Posts: 10,980
You could also test with,

Code:
LoadPlugin("D:\MeGUI-2913-64\tools\lsmash\LSMASHSource.dll")
LoadPlugin("D:\MeGUI-2913-64\plugins\VSFilter.dll")

LWLibavVideoSource("E:\VideoFile.mkv",format="YUV420P8" )    # YV12, just incase
TextSub("E:\Subtitle.ass")
__________________
I sometimes post sober.
StainlessS@MediaFire ::: AND/OR ::: StainlessS@SendSpace

"Some infinities are bigger than other infinities", but how many of them are infinitely bigger ???
StainlessS is offline   Reply With Quote
Old 24th July 2022, 10:05   #5  |  Link
FranceBB
Broadcast Encoder
 
FranceBB's Avatar
 
Join Date: Nov 2013
Location: Royal Borough of Kensington & Chelsea, UK
Posts: 2,869
Quote:
Originally Posted by StainlessS View Post
There are some faulty versions of VSFilter.
Indeed.

@AOmundson... IF everything works up to TextSub() and only when you use TextSub() it breaks, then you might as well just go to AssRender() which is a more modern alternative to TextSub() which doesn't use VSFilter and uses libass instead.
Contrary to what the name suggests, it's not limited to .ass, but also .ssa and .srt, just like VSFilter.

http://avisynth.nl/index.php/AssRender
FranceBB is offline   Reply With Quote
Old 30th July 2022, 06:33   #6  |  Link
kedautinh12
Registered User
 
Join Date: Jan 2018
Posts: 2,148
Latest ver of vsfilter
https://github.com/pinterf/xy-VSFilter
kedautinh12 is offline   Reply With Quote
Old 30th July 2022, 11:26   #7  |  Link
FranceBB
Broadcast Encoder
 
FranceBB's Avatar
 
Join Date: Nov 2013
Location: Royal Borough of Kensington & Chelsea, UK
Posts: 2,869
Quote:
Originally Posted by kedautinh12 View Post
Note for those of you running Windows XP who actually decide to go for vsfilter: the latest version Ferenc released doesn't work on XP, nor does the 2013-14 version. Anything before that will work. AssRender() instead works on Windows XP x86.
FranceBB is offline   Reply With Quote
Reply

Tags
0xc0000005, burn, error

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 03:08.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.