home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2011 February / maximum-cd-2011-02.iso / DiscContents / Miro_Installer.exe / resources / conversions / others.conv < prev   
Encoding:
INI File  |  2010-09-30  |  740 b   |  35 lines

  1. [DEFAULT]
  2. name: Other Devices and Formats
  3.  
  4. [Playstation Portable (PSP)]
  5. executable: ffmpeg
  6. extension: mp4
  7. parameters: -i {input} -s 320x240 -b 512000 -ar 24000 -ab 64000 -f psp -r 29.97 {output}
  8. mediatype: video
  9.             
  10. [MP4]
  11. extension: mp4
  12. executable: ffmpeg
  13. extension: mp4
  14. parameters: -i {input} -f mp4 -vcodec mpeg4 -sameq -r 20 {output}
  15. mediatype: video
  16.  
  17. [MP3]
  18. executable: ffmpeg
  19. extension: mp3
  20. parameters: -i {input} -f mp3 {output}
  21. mediatype: audio
  22.  
  23. [Ogg Theora]
  24. executable: ffmpeg2theora
  25. extension: ogv
  26. parameters: --videoquality 8 --audioquality 6 --frontend -o {output} {input}
  27. mediatype: video
  28.  
  29. [Ogg Vorbis]
  30. executable: ffmpeg
  31. extension: ogg
  32. parameters: -i {input} -f ogg -vn -acodec vorbis -aq 60 {output}
  33. mediatype: audio
  34.  
  35.