Changeset 87

Show
Ignore:
Timestamp:
04/13/06 17:19:03 (3 years ago)
Author:
jlee
Message:

Renable fourcc

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/org/thestaticvoid/iriverter/Converter.java

    r84 r87  
    208208                        commandList.add("-lavfopts"); 
    209209                        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"); 
    210213                } 
    211214