Changeset 87
- Timestamp:
- 04/13/06 17:19:03 (3 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/org/thestaticvoid/iriverter/Converter.java
r84 r87 208 208 commandList.add("-lavfopts"); 209 209 commandList.add("format=mp4:i_certify_that_my_video_stream_does_not_use_b_frames"); 210 } else { 211 commandList.add("-ffourcc"); 212 commandList.add("XVID"); 210 213 } 211 214
