]> granicus.if.org Git - handbrake/commit
MacGui: Implement per track audio settings.
authordynaflash <dynaflashtech@gmail.com>
Mon, 7 Apr 2008 05:02:18 +0000 (05:02 +0000)
committerdynaflash <dynaflashtech@gmail.com>
Mon, 7 Apr 2008 05:02:18 +0000 (05:02 +0000)
commit336bb4ae45762e1e1fc42968c36f74ccc6a05805
treef11abac13829d74091e2c9b5822b77f2309eaedb
parent05f9f27ea044b17f739faf49e40deaff64e89389
MacGui: Implement per track audio settings.
- Expands the number of audio tracks the macgui can encode to 4.
- Everything except drc is now set on a per track basis
- Be Gone self limiting "Codecs" PopUp !
- Can now use any audio codecs that the container will support in the same encode
- The previous "AAC + AC3" bizarre hybrid is now deprecated and you simply set them up per track
- Implement full audio list readout in the queue, tracks are now show one per line in a list like fashion
- Queue is no longer hard coded for just two tracks.
- Preset code updated to regress to handle previous presets that utilized the codecs popup to determine audio scheme to use
- Preset code now handles everything except language selection.
- The Format, Video Encoder and Audio codes are all now stored in the appropriate NSPopUp tags for very easy retrieval.
- Crazy format, codecs struct is now gone as we get that from the tags.
- AC3 Passthru properly shows the input bitrate and 48 khz samplerate in the appropriate popups
- Added Theora video encoder to OGM container
- Added libtheora to the libhb dylib
- NOTE: The check against trying to use AC3 Passthru on a DTS track is broken on the encoder popup.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1385 b64f7644-9d1e-0410-96f1-a4d463321fa5
macosx/Controller.h
macosx/Controller.mm
macosx/English.lproj/MainMenu.xib
macosx/HBQueueController.h
macosx/HBQueueController.mm
macosx/HandBrake.plist
macosx/HandBrake.xcodeproj/project.pbxproj