Changeset 86
- Timestamp:
- 04/06/06 20:15:14 (3 years ago)
- Files:
-
- trunk/src/org/thestaticvoid/iriverter/MPlayerInfo.java (modified) (1 diff)
- trunk/src/profiles/x5.profile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/org/thestaticvoid/iriverter/MPlayerInfo.java
r85 r86 102 102 103 103 public int getNumberOfTitles() { 104 Matcher matcher = Pattern.compile(" There are [0-9]* titles").matcher(mplayerOutput);104 Matcher matcher = Pattern.compile("ID_DVD_TITLES=[0-9]*").matcher(mplayerOutput); 105 105 matcher.find(); 106 106 String output = matcher.group(); trunk/src/profiles/x5.profile
r72 r86 3 3 maxAudioBitrate=192 4 4 dimensions=160x128 5 maxFrameRate=1 55 maxFrameRate=14 6 6 wrapperFormat=avi 7 7 audioFormat=mp3
