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 > Capturing and Editing Video > VirtualDub, VDubMod & AviDemux

Reply
 
Thread Tools Search this Thread Display Modes
Old 25th March 2022, 10:46   #1  |  Link
tormento
Acid fr0g
 
tormento's Avatar
 
Join Date: May 2002
Location: Italy
Posts: 2,542
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
tormento is offline   Reply With Quote
Old 25th March 2022, 11:27   #2  |  Link
StainlessS
HeartlessS Usurer
 
StainlessS's Avatar
 
Join Date: Dec 2009
Location: Over the rainbow
Posts: 10,980
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 ???
StainlessS is offline   Reply With Quote
Old 25th March 2022, 11:52   #3  |  Link
stax76
Registered User
 
stax76's Avatar
 
Join Date: Jun 2002
Location: On thin ice
Posts: 6,837
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"
stax76 is offline   Reply With Quote
Old 26th March 2022, 09:15   #4  |  Link
Liisachan
李姗倩 Lǐ Shān Qiàn
 
Liisachan's Avatar
 
Join Date: Nov 2002
Posts: 1,340
The path to AVS file contains non-ANSI characters?
Or... if it's inside of AVS, some functions support UTF-8 explicitly, as in
Code:
#utf8.avs
a=FFAudioSource("D:\Unicode Path\☺♥♫\äāà.mkv", utf8=true)
#etc
Liisachan is offline   Reply With Quote
Reply

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 18:41.


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