diff options
author | jstebbins <[email protected]> | 2009-06-30 17:22:43 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2009-06-30 17:22:43 +0000 |
commit | b5526f35fe83ede6affbdeb9eed3e4e6d9c8f6b1 (patch) | |
tree | 8be97016c13fbe13023381a5bf979ad5625835c8 /gtk/src/internal_defaults.xml | |
parent | e7a1a9f47c475028b6e73f36ed704bc65ca6c77d (diff) |
LinGui: SRT support
- there are now two buttons to add subtitles
one button adds normal subtitles from the source.
the second adds SRT subtitles.
- when an SRT subtitle is selected in the list, the available controls change
SRT controls are: Language, Character Codeset, File, and Time Offset (ms)
- A combo entry box is used for character code. A subset of the most common
character codes is available in the popup. Other codes can be manually
entered in the entry box.
- The last used SRT file directory is remembered.
- Remove the debug printf eddyg left in decsrtsub.c
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2648 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src/internal_defaults.xml')
-rw-r--r-- | gtk/src/internal_defaults.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gtk/src/internal_defaults.xml b/gtk/src/internal_defaults.xml index fac8c31ff..86fe2b654 100644 --- a/gtk/src/internal_defaults.xml +++ b/gtk/src/internal_defaults.xml @@ -98,6 +98,14 @@ <false /> <key>vquality_type_target</key> <false /> + <key>SrtLanguage</key> + <string>und</string> + <key>SrtCodeset</key> + <string>ISO-8859-1</string> + <key>SrtFile</key> + <string></string> + <key>SrtOffset</key> + <integer>0</integer> </dict> <key>Preferences</key> <dict> @@ -171,6 +179,8 @@ <true /> <key>WhenComplete</key> <string>notify</string> + <key>SrtDir</key> + <string></string> </dict> <key>XlatPresets</key> <dict> |