/usr/share/miro/resources/conversions/android.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 | [DEFAULT]
name: Android Devices
executable: ffmpeg
extension: mp4
parameters: -i {input} -y -acodec aac -ab 160k -s {ssize} -vcodec libx264 -vpre slow -vpre ipod640 -f mp4 -threads 0 {output}
mediatype: video
[G2]
ssize: 800x480
[Nexus One]
ssize: 800x400
[Dream / G1]
ssize: 480x320
[Magic / myTouch]
ssize: 480x320
[Droid]
ssize: 854x480
[Eris / Desire]
ssize: 480x320
[Hero]
ssize: 480x320
[Cliq / DEXT]
ssize: 480x320
[Behold II]
ssize: 480x320
[Galaxy Tab]
ssize: 1024x800
[Epic]
ssize: 800x480
[Xoom]
ssize: 1280x800
|