This is a partial revert of commit 60955c0a09
which removed transcode
and ports depending on it for not building with -fno-common.
multimedia/transcode: Revert removal of port
The transcode port has been fixed to build with -fno-common by adding
1 "extern" and 3 "static" keywords to prevent some global symbols to
be defined in multiple files that are linked into one binary.
While here fix a few issues reported by "make stage-qa".
multimedia/dvdrip: remove DEPRECATED
multimedia/mkxvcd: remove DEPRECATED
multimedia/subtitleripper: remove DEPRECATED
While here add TIMESTAMP to distinfo of these ports and make portlint
and portclippy happy.
multimedia/transcode: Add TIMESTAMP to distinfo
16 lines
561 B
Text
16 lines
561 B
Text
Makes high quality X/K/S/VCD movies from any format mplayer can play
|
|
|
|
From README:
|
|
GOAL
|
|
Make a 2 hour vcd with good quality.
|
|
|
|
USAGE
|
|
mkxvcd.sh yourmovie.whateverextensionmplayercanplay
|
|
mkxvcd.sh /dev/dvd (or whatever device your dvd drive is using)
|
|
Options on the commandline are:
|
|
-d for debugging.
|
|
-m to force mplayer if you don't have transcode installed.
|
|
-t to force transcode (you can also edit the script in the :user
|
|
settings" section)
|
|
|
|
WWW: http://kvcd4nix.sourceforge.net/
|