From 884c8093d63402a1ad0b502244b791e3c6782be3 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 11 Sep 2020 14:38:47 +0900 Subject: Added debian extra dependency packages. Signed-off-by: Michele Calgaro --- .../transcode-1.1.7/docs/html/export_xvid.php | 40 ++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 debian/transcode/transcode-1.1.7/docs/html/export_xvid.php (limited to 'debian/transcode/transcode-1.1.7/docs/html/export_xvid.php') diff --git a/debian/transcode/transcode-1.1.7/docs/html/export_xvid.php b/debian/transcode/transcode-1.1.7/docs/html/export_xvid.php new file mode 100644 index 00000000..f9d999d8 --- /dev/null +++ b/debian/transcode/transcode-1.1.7/docs/html/export_xvid.php @@ -0,0 +1,40 @@ + + 2-pass encoding (-R 1/2) by Christoph Lampert
-R 3 (constant quantizer mode) added by Gerhard Monzel"; +$ver = "0.5.1"; +$pac = "Open-Source available from the XviD project page"; +$format[0] = "XviD (FourCC=DIVX)"; +$format[1] = "MP3/AC3/PCM"; +$file = "AVI / raw bitstream"; +$c[0] = "superseeds OpenDivX codec."; +$c[1] = "video frame size parameter should be multiple of 16."; +$c[2] = "option -r does not work correctly for PAL (720x576) videos.
The frame must be cropped and the following combinations work: -r2 or -r4 with -j 0,8 and -r8 -j 32,40."; +$c[3] = "raw audio export with -m <filename>."; +$c[4] = "use \"-y xvid\" with codec snapshot of 2002-04-12."; +$c[5] = "export_xvidcvs.so tries to follow latest CVS development."; +$c[6] = "export_xvidraw.so writes raw bitstream for post-processing."; + +?> + + + + +<?php echo("$mod"); ?> + + + + + + +
+
+ +Last modified: Tue Feb 5 15:06:07 CET 2002 + + -- cgit v1.2.3