Changeset 87


Ignore:
Timestamp:
04/13/06 20:19:03 (6 years ago)
Author:
jlee
Message:

Renable fourcc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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                 
Note: See TracChangeset for help on using the changeset viewer.