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. |
![]() |
#1 | Link |
Acid fr0g
Join Date: May 2002
Location: Italy
Posts: 2,413
|
VirtualDub2 – Unicode support
I have tried to feed VirtualDub2 with Unicode based AVS but they don't work, complaining about path not found.
Would be possible to have a proper build? At least x64.
__________________
@turment on Telegram |
![]() |
![]() |
![]() |
#2 | Link |
HeartlessS Usurer
Join Date: Dec 2009
Location: Over the rainbow
Posts: 10,812
|
I dont understand what this has to do with VDub2,
does your script load in AvsPMod and eg Potplayer or MPC-HC ?
__________________
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 ??? |
![]() |
![]() |
![]() |
#3 | Link |
Registered User
Join Date: Jun 2002
Location: On thin ice
Posts: 6,802
|
Can be patched, but needs some ms dev tool installation, which I'm not sure how to get easily.
Code:
$content = @" <?xml version="1.0" encoding="utf-8" standalone="yes"?> <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> <assemblyIdentity type="win32" name="generic" version="1.0.0.0"/> <application xmlns="urn:schemas-microsoft-com:asm.v3"> <windowsSettings> <longPathAware xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">true</longPathAware> <activeCodePage xmlns="http://schemas.microsoft.com/SMI/2019/WindowsSettings">UTF-8</activeCodePage> </windowsSettings> </application> </assembly> "@ $fileName = Split-Path ($args[0]) -Leaf $path = ".\$fileName.manifest" $content | Out-File $path -Encoding UTF8 $mt = 'C:\Program Files (x86)\Windows Kits\10\bin\10.0.18362.0\x64\mt.exe' & $mt -manifest $path "-outputresource:$fileName;1"
__________________
https://github.com/stax76/software-list https://www.youtube.com/@stax76/playlists |
![]() |
![]() |
![]() |
Thread Tools | Search this Thread |
Display Modes | |
|
|