View Single Post
Old 17th April 2009, 08:13   #5  |  Link
deank
Programmer (or just 教务长)
 
deank's Avatar
 
Join Date: Oct 2008
Location: Valencia, Spain
Posts: 4,251
Quote:
Originally Posted by rotty View Post
Am I thinking correctly to say, if you had say 3 audio streams and 3 subtitle streams, then 8002C003 should select Subtitle 2 and Audio 3 and that 8000C001 should select audio 1 with no subtitles. If this correct then its not working like that for me.
SetStream AAAASSSS,0

Audio:
8001 - 801F - Will change audio stream to 1-31
0000 - will not change current audio

Subtitles:
C001 - C007 - Will force/show subtitle stream 1 to 7
8001 - 8007 - Will hide subtitle stream 1 to 7
0000 - will not change subtitle stream

So for Subtitle 2 with audio 3 to show:
SetStream 8003C002,0

For Audio change only: 80010000
Fos Subtitles change only: 0000C001

To force audio track 1 and hide subtitles: 80018001 - if you previously enabled subtitle track 1

When entering these values make sure you're using IMMEDIATE values format for SetStream (program code 51C00001).
etc...
__________________
multiAVCHD - donate | popBD | uncropMKV | mkv2avi | easySUP

Last edited by deank; 17th April 2009 at 08:30.
deank is offline   Reply With Quote