/usr/share/miro/resources/conversions/apple.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 | [DEFAULT]
name: Apple Devices
executable: ffmpeg
extension: mp4
ssize: 480x320
parameters: -i {input} -acodec aac -ab 160k -s {ssize} -vcodec libx264 -vpre slow -vpre ipod640 -b 1200k -f mp4 -threads 0 {output}
mediatype: video
[iPhone]
[iPod Touch]
[iPod Nano]
[iPod Classic]
[iPad / iPhone G4]
ssize: 640x480
[iPhone 4 / iPod Touch 4]
ssize: 640x480
[iPad]
ssize: 1024x768
[Apple Universal]
ssize: 1280x720
|