Not happy with the exported format from the FlipShare software i tried modifying the PRX files with it. I know the software uses the file HighQualityLowCompression_1.78.prx and am able to change the dimensions of the movie and bitrate and such. But i don't want a WMV file.

Does anyone know if it is possible to change the format to something like MP4 (H.264) or something. All i get is errors whatever i try.


Code:
        <profile version="589824" 
             storageformat="1" 
             name="High Quality Low Compression" 
             description=""> 
                   <streamconfig majortype="{73647561-0000-0010-8000-00AA00389B71}" 
                   streamnumber="1" 
                   streamname="Audio Stream" 
                   inputname="Audio409" 
                   bitrate="64024" 
                   bufferwindow="10000" 
                   reliabletransport="0" 
                   decodercomplexity="" 
                   rfc1766langid="en-us" 
 > 
             <wmmediatype subtype="{00000161-0000-0010-8000-00AA00389B71}"  
                   bfixedsizesamples="1" 
                   btemporalcompression="0" 
                   lsamplesize="2973"> 
           <waveformatex wFormatTag="353" 
                         nChannels="2" 
                         nSamplesPerSec="44100" 
                         nAvgBytesPerSec="8003" 
                         nBlockAlign="2973" 
                         wBitsPerSample="16" 
                         codecdata="008800000F0000000000"/> 
            </wmmediatype>
            </streamconfig>
                   <streamconfig majortype="{73646976-0000-0010-8000-00AA00389B71}" 
                   streamnumber="2" 
                   streamname="Video Stream" 
                   inputname="Video409" 
                   bitrate="525000" 
                   bufferwindow="10000" 
                   reliabletransport="0" 
                   decodercomplexity="AU" 
                   rfc1766langid="en-us" 
                           vbrenabled="1" 
                           vbrquality="100" 
                           bitratemax="0" 
                           bufferwindowmax="0"> 
                     <videomediaprops maxkeyframespacing="10000000" 
                                     quality="70"/> 
             <wmmediatype subtype="{31564D57-0000-0010-8000-00AA00389B71}"  
                   bfixedsizesamples="0" 
                   btemporalcompression="1" 
                   lsamplesize="0"> 
       <videoinfoheader dwbitrate="525000" 
                        dwbiterrorrate="0" 
                        avgtimeperframe="333333"> 
        <rcsource left="0" 
                  top="0" 
                  right="1280" 
                  bottom="720"/> 
        <rctarget left="0" 
                  top="0" 
                  right="1280" 
                  bottom="720"/> 
            <bitmapinfoheader biwidth="1280" 
                              biheight="720" 
                              biplanes="1" 
                              bibitcount="24" 
                              bicompression="WMV1"
                              bisizeimage="0" 
                              bixpelspermeter="0" 
                              biypelspermeter="0" 
                              biclrused="0" 
                              biclrimportant="0"/> 
       </videoinfoheader>
            </wmmediatype>
            </streamconfig>
     <streamprioritization>
      <stream number="1" mandatory="0"/>
      <stream number="2" mandatory="0"/>
     </streamprioritization>
    </profile>