File: others.conv

package info (click to toggle)
miro 4.0.4-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 48,888 kB
  • sloc: python: 81,708; ansic: 2,076; xml: 1,930; cpp: 940; sh: 389; makefile: 63
file content (50 lines) | stat: -rw-r--r-- 1,139 bytes parent folder | download
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
50
[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