/usr/share/miro/resources/conversions/others.conv is in miro-data 4.0.4-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 | [DEFAULT]
name: Other Devices and Formats
[Playstation Portable (PSP)]
executable: ffmpeg
extension: mp4
parameters: -i {input} -s 320x240 -b 512000 -ar 24000 -ab 64000 -f psp -r 29.97 {output}
mediatype: video
[Kindle Fire]
extension: mp4
executable: ffmpeg
extension: mp4
bitrate: 700000
parameters: -i {input} -acodec aac -ab 96k -vcodec libx264 -vpre slow -f mp4 -crf 22 {output}
mediatype: video
ssize: 1024x600
[WebM (VP8)]
only_on: osx
executable: ffmpeg
extension: webm
parameters: -i {input} -f webm -vcodec libvpx -acodec libvorbis -ab 160000 -sameq {output}
mediatype: video
[MP4]
extension: mp4
executable: ffmpeg
extension: mp4
parameters: -i {input} -acodec aac -ab 96k -vcodec libx264 -vpre slow -f mp4 -crf 22 {output}
mediatype: video
[MP3]
executable: ffmpeg
extension: mp3
parameters: -i {input} -f mp3 -y {output}
mediatype: audio
[Ogg Theora]
executable: ffmpeg2theora
extension: ogv
parameters: --videoquality 8 --audioquality 6 --frontend -o {output} {input}
mediatype: video
[Ogg Vorbis]
executable: ffmpeg
extension: ogg
parameters: -i {input} -f ogg -vn -acodec libvorbis -aq 60 {output}
mediatype: audio
|