Added new audio option.
This commit is contained in:
@@ -1563,6 +1563,7 @@ GUIMovieKeys:
|
||||
|
||||
GUIKeyButtonHole MovieAudioMode,0,'I'
|
||||
GUIKeyButtonHole MovieAudioMode,1,'A'
|
||||
GUIKeyButtonHole MovieAudioMode,2,'U'
|
||||
|
||||
GUIKeyCheckbox MovieDisplayFrame,'D' ; Checkbox
|
||||
ret
|
||||
|
||||
@@ -2077,7 +2077,7 @@ DisplayGUIMovieClick:
|
||||
GUIPHoldbutton 9,68,112,79,29
|
||||
GUIPHoldbutton 9,84,112,95,30
|
||||
GUIPHoldbutton 9,100,112,111,31
|
||||
GUIPHoldbutton 132,145,197,156,34
|
||||
GUIPHoldbutton 132,155,197,166,34
|
||||
|
||||
; Ratios
|
||||
GUIPButtonHole 10,25,byte[CMovieExt],'v' ; Select
|
||||
@@ -2102,6 +2102,7 @@ DisplayGUIMovieClick:
|
||||
GUIPButtonHole 9,158,byte[MovieVideoMode],3
|
||||
GUIPButtonHole 130,128,byte[MovieAudioMode],0
|
||||
GUIPButtonHole 197,128,byte[MovieAudioMode],1
|
||||
GUIPButtonHole 130,138,byte[MovieAudioMode],2
|
||||
|
||||
DGOptnsProcBox 116,71,[KeyInsrtChap] ; Keyboard Shortcut Boxes
|
||||
DGOptnsProcBox 116,87,[KeyPrevChap]
|
||||
|
||||
@@ -3163,7 +3163,7 @@ DisplayGUIMovies: ; Movie Record/Playback options
|
||||
DrawGUIButton 15,7,68,109,79,GUIMovieTextA5,29,0,0
|
||||
DrawGUIButton 15,7,84,109,95,GUIMovieTextA6,30,0,0
|
||||
DrawGUIButton 15,7,100,109,111,GUIMovieTextA7,31,0,0
|
||||
DrawGUIButton 15,130,145,198,156,GUIMovieTextA8,34,0,0
|
||||
DrawGUIButton 15,130,155,198,166,GUIMovieTextA8,34,0,0
|
||||
|
||||
GUIDisplayTextY 15,8,16,GUIMovieTextB ; Save Select
|
||||
mov byte[GUIMovieTextB1],'0'
|
||||
@@ -3203,7 +3203,7 @@ DisplayGUIMovies: ; Movie Record/Playback options
|
||||
GUIDisplayTextY 15,129,120,GUIMovieTextE ; Audio Section
|
||||
GUIDisplayButtonHoleTu 15,130,128,byte[MovieAudioMode],0,GUIMovieTextE1,6
|
||||
GUIDisplayButtonHoleTu 15,197,128,byte[MovieAudioMode],1,GUIMovieTextE2,0
|
||||
|
||||
GUIDisplayButtonHoleTu 15,130,138,byte[MovieAudioMode],2,GUIMovieTextE3,1
|
||||
|
||||
|
||||
mov dword[GUIMovieTextZ+9],'INAC' ; Determine and Display Status
|
||||
@@ -3277,6 +3277,7 @@ GUIMovieTextD4 db 'X264 LOSSLESS',0
|
||||
GUIMovieTextE db 'DUMP AUDIO OPTIONS',0
|
||||
GUIMovieTextE1 db 'NO AUDIO',0
|
||||
GUIMovieTextE2 db 'AUDIO',0
|
||||
GUIMovieTextE3 db 'AUDIO IN VIDEO',0
|
||||
|
||||
GUIMovieTextX1 db 'WARNING : THIS MOVIE',0 ; Overwrite Window
|
||||
GUIMovieTextX2 db ' FILE ALREADY EXISTS',0
|
||||
|
||||
Reference in New Issue
Block a user