diff options
author | Michele Calgaro <[email protected]> | 2020-09-11 14:38:47 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2020-09-11 14:38:47 +0900 |
commit | 884c8093d63402a1ad0b502244b791e3c6782be3 (patch) | |
tree | a600d4ab0d431a2bdfe4c15b70df43c14fbd8dd0 /debian/transcode/transcode-1.1.7/docs/html/export_opendivx.php | |
parent | 14e1aa2006796f147f3f4811fb908a6b01e79253 (diff) | |
download | extra-dependencies-884c8093d63402a1ad0b502244b791e3c6782be3.tar.gz extra-dependencies-884c8093d63402a1ad0b502244b791e3c6782be3.zip |
Added debian extra dependency packages.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'debian/transcode/transcode-1.1.7/docs/html/export_opendivx.php')
-rw-r--r-- | debian/transcode/transcode-1.1.7/docs/html/export_opendivx.php | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/debian/transcode/transcode-1.1.7/docs/html/export_opendivx.php b/debian/transcode/transcode-1.1.7/docs/html/export_opendivx.php new file mode 100644 index 00000000..59e77505 --- /dev/null +++ b/debian/transcode/transcode-1.1.7/docs/html/export_opendivx.php @@ -0,0 +1,36 @@ +<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> +<?php + + +$mod = "export_opendivx.so"; +$des = "encoder frontend for OpenDivX video based on MPEG4 v2"; +$aut = "ThOe"; +$ver = "0.2.0"; +$pac = "-"; +$format[0] = "OpenDivX (FourCC=DIVX)"; +$format[1] = "MP3/AC3/PCM"; +$file = "AVI"; +$c[0] = "obsolete"; +$c[1] = "option -r does not work correctly for PAL (720x576) videos. <br> The frame must be cropped and the following combinations work: -r2 or -r4 with -j 0,8 and -r8 -j 32,40"; +$c[2] = "raw audio export with -m"; + +?> +<!-- /////////////////////////////////////// --> + + +<html> <head> +<title><?php echo("$mod"); ?></title> +</head> + +<body> + +<?php +include("table.php"); +?> + +<hr> +<address></address> +<!-- hhmts start --> +Last modified: Tue Feb 5 15:06:07 CET 2002 +<!-- hhmts end --> +</body> </html> |