I generated some subtitles with Aegisub using VSFilterMod and its extra override tags, but found out too late that pretty much no media player supports them (granted I've only tried PotPlayer, VLC, MPV, and MPC-HC).
I'm on PotPlayer and can technically get it working with the following AviSynth script, but the playback gets really slow really fast.
The other problem with this script is the sub file has to be external (I plan to mux everything to an MKV) and have to know the file name beforehand.Code:potplayer_source() LoadPlugin("C:\Program Files\DAUM\PotPlayer\VSFilterMod64.dll") TextSubMod("path\to\subtitles.ass")
I honestly don't know what the point of VSFilterMod is when it's so difficult (if even possible) to get working, but again it could just be my naivety.
The biggest "extra" tags I'm using are 1vc, moves3, and moves4. Is there a way to get the same functionality through the baked in tags? Or even better, a way to get the actual filter to work. 😂
+ Reply to Thread
Results 1 to 1 of 1
Similar Threads
-
Audio file tags
By alex5908 in forum MediaReplies: 0Last Post: 25th Aug 2019, 12:51 -
Editing writing tags in MediaInfo
By okizen in forum EditingReplies: 4Last Post: 25th May 2016, 09:59 -
MKV Metadata Tags
By EspressoMachine in forum Newbie / General discussionsReplies: 2Last Post: 2nd Feb 2016, 13:08 -
Adding tags
By A700 in forum Newbie / General discussionsReplies: 7Last Post: 11th Nov 2015, 05:41 -
Extracting geo tags from h264 video
By epsi1on in forum ProgrammingReplies: 2Last Post: 21st Aug 2015, 10:35