]> git.sesse.net Git - mlt/commitdiff
add a bunch of new encoding presets
authorDan Dennedy <dan@dennedy.org>
Sun, 26 Aug 2012 03:24:39 +0000 (20:24 -0700)
committerDan Dennedy <dan@dennedy.org>
Sun, 26 Aug 2012 03:40:02 +0000 (20:40 -0700)
30 files changed:
presets/consumer/avformat/AAC [new file with mode: 0644]
presets/consumer/avformat/Flash [new file with mode: 0644]
presets/consumer/avformat/MJPEG [new file with mode: 0644]
presets/consumer/avformat/MP3 [new file with mode: 0644]
presets/consumer/avformat/MPEG-2 [new file with mode: 0644]
presets/consumer/avformat/MPEG-4 [new file with mode: 0644]
presets/consumer/avformat/MPEG-4 ASP [new file with mode: 0644]
presets/consumer/avformat/WAV [new file with mode: 0644]
presets/consumer/avformat/hdv_1080_25p/HDV [new file with mode: 0644]
presets/consumer/avformat/hdv_1080_30p/HDV [new file with mode: 0644]
presets/consumer/avformat/hdv_1080_50i/HDV [new file with mode: 0644]
presets/consumer/avformat/hdv_1080_60i/HDV [new file with mode: 0644]
presets/consumer/avformat/hdv_720_25p/HDV [new file with mode: 0644]
presets/consumer/avformat/hdv_720_30p/HDV [new file with mode: 0644]
presets/consumer/avformat/hdv_720_50p/HDV [new file with mode: 0644]
presets/consumer/avformat/hdv_720_60p/HDV [new file with mode: 0644]
presets/consumer/avformat/lossless/FFV1 [new file with mode: 0644]
presets/consumer/avformat/lossless/H.264 [new file with mode: 0644]
presets/consumer/avformat/lossless/HuffYUV [new file with mode: 0644]
presets/consumer/avformat/lossless/MJPEG [new file with mode: 0644]
presets/consumer/avformat/lossless/MPEG-2 [new file with mode: 0644]
presets/consumer/avformat/lossless/MPEG-4 [new file with mode: 0644]
presets/consumer/avformat/stills/BMP [new file with mode: 0644]
presets/consumer/avformat/stills/DPX [new file with mode: 0644]
presets/consumer/avformat/stills/JPEG [new file with mode: 0644]
presets/consumer/avformat/stills/PNG [new file with mode: 0644]
presets/consumer/avformat/stills/PPM [new file with mode: 0644]
presets/consumer/avformat/stills/TGA [new file with mode: 0644]
presets/consumer/avformat/stills/TIFF [new file with mode: 0644]
presets/consumer/avformat/x264-medium-pass1

diff --git a/presets/consumer/avformat/AAC b/presets/consumer/avformat/AAC
new file mode 100644 (file)
index 0000000..633d481
--- /dev/null
@@ -0,0 +1,5 @@
+f=mp4
+acodec=aac
+ab=256k
+vn=1
+video_off=1
diff --git a/presets/consumer/avformat/Flash b/presets/consumer/avformat/Flash
new file mode 100644 (file)
index 0000000..50e4c2a
--- /dev/null
@@ -0,0 +1,10 @@
+f=flv
+
+acodec=libmp3lame
+ab=128k
+ar=44100
+
+vcodec=flv
+minrate=0
+vb=1M
+progressive=1
diff --git a/presets/consumer/avformat/MJPEG b/presets/consumer/avformat/MJPEG
new file mode 100644 (file)
index 0000000..15cc2b0
--- /dev/null
@@ -0,0 +1,5 @@
+f=avi
+vcodec=mjpeg
+qscale=4
+acodec=libmp3lame
+ab=256k
diff --git a/presets/consumer/avformat/MP3 b/presets/consumer/avformat/MP3
new file mode 100644 (file)
index 0000000..e62b5da
--- /dev/null
@@ -0,0 +1,5 @@
+f=mp3
+acodec=mp3
+ab=256k
+vn=1
+video_off=1
diff --git a/presets/consumer/avformat/MPEG-2 b/presets/consumer/avformat/MPEG-2
new file mode 100644 (file)
index 0000000..b2498a1
--- /dev/null
@@ -0,0 +1,15 @@
+f=mpeg
+
+acodec=mp2
+ab=256k
+ar=48000
+
+vcodec=mpeg2video
+minrate=0
+vb=8M
+trellis=1
+bf=2
+b_strategy=1
+mbd=rd
+cmp=satd
+subcmp=satd
diff --git a/presets/consumer/avformat/MPEG-4 b/presets/consumer/avformat/MPEG-4
new file mode 100644 (file)
index 0000000..0b02a90
--- /dev/null
@@ -0,0 +1,15 @@
+f=mp4
+
+acodec=libmp3lame
+ab=128k
+ar=44100
+
+vcodec=mpeg4
+minrate=0
+vb=2M
+mbd=rd
+trellis=1
+flags=+mv4+aic
+cmp=satd
+subcmp=satd
+progressive=1
diff --git a/presets/consumer/avformat/MPEG-4 ASP b/presets/consumer/avformat/MPEG-4 ASP
new file mode 100644 (file)
index 0000000..f9704d1
--- /dev/null
@@ -0,0 +1,16 @@
+f=mp4
+
+acodec=libmp3lame
+ab=128k
+ar=44100
+
+vcodec=mpeg4
+minrate=0
+vb=2M
+mbd=rd
+trellis=1
+cmp=satd
+subcmp=satd
+
+bf=2
+flags=+mv4+aic+qpel
diff --git a/presets/consumer/avformat/WAV b/presets/consumer/avformat/WAV
new file mode 100644 (file)
index 0000000..37b3237
--- /dev/null
@@ -0,0 +1,4 @@
+f=wav
+acodec=pcm_s16le
+vn=1
+video_off=1
diff --git a/presets/consumer/avformat/hdv_1080_25p/HDV b/presets/consumer/avformat/hdv_1080_25p/HDV
new file mode 100644 (file)
index 0000000..b5114b5
--- /dev/null
@@ -0,0 +1,16 @@
+f=mpegts
+
+acodec=mp2
+ab=384k
+ar=48000
+ac=2
+
+vcodec=mpeg2video
+vb=25M
+g=15
+trellis=1
+bf=2
+b_strategy=1
+mbd=rd
+cmp=satd
+subcmp=satd
diff --git a/presets/consumer/avformat/hdv_1080_30p/HDV b/presets/consumer/avformat/hdv_1080_30p/HDV
new file mode 100644 (file)
index 0000000..b5114b5
--- /dev/null
@@ -0,0 +1,16 @@
+f=mpegts
+
+acodec=mp2
+ab=384k
+ar=48000
+ac=2
+
+vcodec=mpeg2video
+vb=25M
+g=15
+trellis=1
+bf=2
+b_strategy=1
+mbd=rd
+cmp=satd
+subcmp=satd
diff --git a/presets/consumer/avformat/hdv_1080_50i/HDV b/presets/consumer/avformat/hdv_1080_50i/HDV
new file mode 100644 (file)
index 0000000..b5114b5
--- /dev/null
@@ -0,0 +1,16 @@
+f=mpegts
+
+acodec=mp2
+ab=384k
+ar=48000
+ac=2
+
+vcodec=mpeg2video
+vb=25M
+g=15
+trellis=1
+bf=2
+b_strategy=1
+mbd=rd
+cmp=satd
+subcmp=satd
diff --git a/presets/consumer/avformat/hdv_1080_60i/HDV b/presets/consumer/avformat/hdv_1080_60i/HDV
new file mode 100644 (file)
index 0000000..b5114b5
--- /dev/null
@@ -0,0 +1,16 @@
+f=mpegts
+
+acodec=mp2
+ab=384k
+ar=48000
+ac=2
+
+vcodec=mpeg2video
+vb=25M
+g=15
+trellis=1
+bf=2
+b_strategy=1
+mbd=rd
+cmp=satd
+subcmp=satd
diff --git a/presets/consumer/avformat/hdv_720_25p/HDV b/presets/consumer/avformat/hdv_720_25p/HDV
new file mode 100644 (file)
index 0000000..b5114b5
--- /dev/null
@@ -0,0 +1,16 @@
+f=mpegts
+
+acodec=mp2
+ab=384k
+ar=48000
+ac=2
+
+vcodec=mpeg2video
+vb=25M
+g=15
+trellis=1
+bf=2
+b_strategy=1
+mbd=rd
+cmp=satd
+subcmp=satd
diff --git a/presets/consumer/avformat/hdv_720_30p/HDV b/presets/consumer/avformat/hdv_720_30p/HDV
new file mode 100644 (file)
index 0000000..b5114b5
--- /dev/null
@@ -0,0 +1,16 @@
+f=mpegts
+
+acodec=mp2
+ab=384k
+ar=48000
+ac=2
+
+vcodec=mpeg2video
+vb=25M
+g=15
+trellis=1
+bf=2
+b_strategy=1
+mbd=rd
+cmp=satd
+subcmp=satd
diff --git a/presets/consumer/avformat/hdv_720_50p/HDV b/presets/consumer/avformat/hdv_720_50p/HDV
new file mode 100644 (file)
index 0000000..b5114b5
--- /dev/null
@@ -0,0 +1,16 @@
+f=mpegts
+
+acodec=mp2
+ab=384k
+ar=48000
+ac=2
+
+vcodec=mpeg2video
+vb=25M
+g=15
+trellis=1
+bf=2
+b_strategy=1
+mbd=rd
+cmp=satd
+subcmp=satd
diff --git a/presets/consumer/avformat/hdv_720_60p/HDV b/presets/consumer/avformat/hdv_720_60p/HDV
new file mode 100644 (file)
index 0000000..b5114b5
--- /dev/null
@@ -0,0 +1,16 @@
+f=mpegts
+
+acodec=mp2
+ab=384k
+ar=48000
+ac=2
+
+vcodec=mpeg2video
+vb=25M
+g=15
+trellis=1
+bf=2
+b_strategy=1
+mbd=rd
+cmp=satd
+subcmp=satd
diff --git a/presets/consumer/avformat/lossless/FFV1 b/presets/consumer/avformat/lossless/FFV1
new file mode 100644 (file)
index 0000000..9a41836
--- /dev/null
@@ -0,0 +1,3 @@
+f=mkv
+acodec=flac
+vcodec=ffv1
diff --git a/presets/consumer/avformat/lossless/H.264 b/presets/consumer/avformat/lossless/H.264
new file mode 100644 (file)
index 0000000..349e58d
--- /dev/null
@@ -0,0 +1,12 @@
+f=mp4
+acodec=aac
+ab=384k
+vcodec=libx264
+intra=1
+vb=0
+g=0
+bf=0
+preset=medium
+qscale=1
+qp=0
+coder=ac
diff --git a/presets/consumer/avformat/lossless/HuffYUV b/presets/consumer/avformat/lossless/HuffYUV
new file mode 100644 (file)
index 0000000..db85d99
--- /dev/null
@@ -0,0 +1,3 @@
+f=mkv
+acodec=flac
+vcodec=huffyuv
diff --git a/presets/consumer/avformat/lossless/MJPEG b/presets/consumer/avformat/lossless/MJPEG
new file mode 100644 (file)
index 0000000..d42cf21
--- /dev/null
@@ -0,0 +1,5 @@
+progressive=1
+f=avi
+acodec=pcm_s16le
+vcodec=mjpeg
+qscale=1
diff --git a/presets/consumer/avformat/lossless/MPEG-2 b/presets/consumer/avformat/lossless/MPEG-2
new file mode 100644 (file)
index 0000000..9717ab8
--- /dev/null
@@ -0,0 +1,9 @@
+f=mpeg
+acodec=ac3
+ab=512k
+vcodec=mpeg2video
+intra=1
+vb=0
+g=0
+bf=0
+qscale=1
diff --git a/presets/consumer/avformat/lossless/MPEG-4 b/presets/consumer/avformat/lossless/MPEG-4
new file mode 100644 (file)
index 0000000..3f92a77
--- /dev/null
@@ -0,0 +1,8 @@
+f=avi
+acodec=pcm_s16le
+vcodec=mpeg4
+qscale=1
+intra=1
+g=0
+vb=0
+bf=0
diff --git a/presets/consumer/avformat/stills/BMP b/presets/consumer/avformat/stills/BMP
new file mode 100644 (file)
index 0000000..f95f766
--- /dev/null
@@ -0,0 +1,5 @@
+progressive=1
+f=image2
+vcodec=bmp
+an=1
+audio_off=1
diff --git a/presets/consumer/avformat/stills/DPX b/presets/consumer/avformat/stills/DPX
new file mode 100644 (file)
index 0000000..a7d8c09
--- /dev/null
@@ -0,0 +1,5 @@
+progressive=1
+f=image2
+vcodec=dpx
+an=1
+audio_off=1
diff --git a/presets/consumer/avformat/stills/JPEG b/presets/consumer/avformat/stills/JPEG
new file mode 100644 (file)
index 0000000..7b8e839
--- /dev/null
@@ -0,0 +1,6 @@
+progressive=1
+f=image2
+vcodec=mjpeg
+qscale=1
+an=1
+audio_off=1
diff --git a/presets/consumer/avformat/stills/PNG b/presets/consumer/avformat/stills/PNG
new file mode 100644 (file)
index 0000000..95050db
--- /dev/null
@@ -0,0 +1,5 @@
+progressive=1
+f=image2
+vcodec=png
+an=1
+audio_off=1
diff --git a/presets/consumer/avformat/stills/PPM b/presets/consumer/avformat/stills/PPM
new file mode 100644 (file)
index 0000000..13f5287
--- /dev/null
@@ -0,0 +1,5 @@
+progressive=1
+f=image2
+vcodec=ppm
+an=1
+audio_off=1
diff --git a/presets/consumer/avformat/stills/TGA b/presets/consumer/avformat/stills/TGA
new file mode 100644 (file)
index 0000000..34fc351
--- /dev/null
@@ -0,0 +1,5 @@
+progressive=1
+f=image2
+vcodec=targa
+an=1
+audio_off=1
diff --git a/presets/consumer/avformat/stills/TIFF b/presets/consumer/avformat/stills/TIFF
new file mode 100644 (file)
index 0000000..7ef799c
--- /dev/null
@@ -0,0 +1,5 @@
+progressive=1
+f=image2
+vcodec=tiff
+an=1
+audio_off=1
index 0aebac2085cb07b0569840e210ea0a6bf878d5ac..b3cda707db3dd6eaaebfc0a82dc6ede74ece7cea 100644 (file)
@@ -11,3 +11,4 @@ trellis=0
 flags2=+bpyramid-mixed_refs+wpred-dct8x8+fastpskip
 pass=1
 an=1
+audio_off=1