summaryrefslogtreecommitdiffstats
path: root/debian/transcode/transcode-1.1.7/docs/html/export_fame.php
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2020-09-11 14:38:47 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-09-11 14:38:47 +0900
commit884c8093d63402a1ad0b502244b791e3c6782be3 (patch)
treea600d4ab0d431a2bdfe4c15b70df43c14fbd8dd0 /debian/transcode/transcode-1.1.7/docs/html/export_fame.php
parent14e1aa2006796f147f3f4811fb908a6b01e79253 (diff)
downloadextra-dependencies-884c8093d63402a1ad0b502244b791e3c6782be3.tar.gz
extra-dependencies-884c8093d63402a1ad0b502244b791e3c6782be3.zip
Added debian extra dependency packages.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'debian/transcode/transcode-1.1.7/docs/html/export_fame.php')
-rw-r--r--debian/transcode/transcode-1.1.7/docs/html/export_fame.php38
1 files changed, 38 insertions, 0 deletions
diff --git a/debian/transcode/transcode-1.1.7/docs/html/export_fame.php b/debian/transcode/transcode-1.1.7/docs/html/export_fame.php
new file mode 100644
index 00000000..82e64a05
--- /dev/null
+++ b/debian/transcode/transcode-1.1.7/docs/html/export_fame.php
@@ -0,0 +1,38 @@
+<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
+<?php
+
+
+$mod = "export_fame.so";
+$des = "encoder frontend for MPEG-4 codec provided by <i>libfame</i>";
+$aut = "Yannick Vignon <ye.vignon@enst-bretagne.fr>";
+$ver = "0.6.0-pre3";
+$pac = "Open-Source library <a href=http://sourceforge.net/projects/fame>project homepage</a>";
+$format[0] = "DivX (FourCC=DIVX)";
+$format[1] = "MP3/AC3/PCM";
+$file = "AVI";
+$c[0] = "<i>libfame</i> CVS version 0.8.10 required.<br>
+Alexander Gloeckner has made some packages available <a href=http://www-user.tu-chemnitz.de/~alg/rpms/>here</a>.";
+$c[1] = "only YUV mode -V supported";
+$c[2] = "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[3] = "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>