OSDN Git Service

MacGui: Multiple subtitle tracks initial implementation
authordynaflash <dynaflash@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Sat, 13 Jun 2009 19:50:12 +0000 (19:50 +0000)
committerdynaflash <dynaflash@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Sat, 13 Jun 2009 19:50:12 +0000 (19:50 +0000)
commit4a7c57d43ac03556597821bdc3469c00a319b7b7
tree42e0d9d05d691c2fc094169d2030e1dc472be5a6
parentc11d1669585e0bf6268446bb1f5a1b74578c45d3
MacGui: Multiple subtitle tracks initial implementation
- Subtitles now get their own tab
- "None" track is an empty track, add a new subtitle track by switching it to a valid source track.
- First track allows for "Foreign Language Search" which replaces the old "Auto Select".
- Remove a previously selected track by setting it back to "None"
- Sanity Checks:
-- Allow only one Burned In track.
-- Text tracks do not allow burned in to be set.
-- MP4 specific:
--- Allow only one VobSub and force burned in to be set.
---- Trying to set more than one vobsub in mp4 results in a warning, and the first vobsub track is retained.
- Presets: Currently subtitles are not recorded into presets (which they never have been).
- Live Preview:
-- Foreign Language Search is borked for live preview, so is ignored
-- Burned in subtitles work for both mp4 and mkv
-- Text subtitles work for mp4 if set to default (preview has no way to turn soft subs on/off)
-- Text subtitles do not show up in preview window even if checked as default.

git-svn-id: svn://localhost/HandBrake/trunk@2530 b64f7644-9d1e-0410-96f1-a4d463321fa5
macosx/Controller.h
macosx/Controller.mm
macosx/English.lproj/MainMenu.xib
macosx/HBQueueController.mm
macosx/HBSubtitles.h [new file with mode: 0644]
macosx/HBSubtitles.m [new file with mode: 0644]
macosx/HandBrake.xcodeproj/project.pbxproj