684be9f2d4
HandBrake is an open-source, GPL-licensed, multiplatform, multithreaded video transcoder, available for MacOS X, NetBSD, Linux and Windows. Supported sources: * Any DVD-like source: VIDEO_TS folder, DVD image or real DVD (unencrypted--protection methods including CSS are not supported internally and must be handled externally with third-party software and libraries), and some .VOB and .TS files * Most any multimedia file it can get libavformat to read and libavcodec to decode. Outputs: * File format: MP4, MKV, AVI or OGM * Video: MPEG-4, H.264, or Theora (1 or 2 passes or constant quantizer/rate encoding) * Audio: AAC, MP3, Vorbis or AC-3 pass-through (supports encoding of several audio tracks) Misc features: * Chapter selection * Basic subtitle support (burned into the picture) * Integrated bitrate calculator * Picture deinterlacing, cropping and scaling * Grayscale encoding
13 lines
393 B
Diff
13 lines
393 B
Diff
$NetBSD: patch-ffmpeg-nodocs.patch,v 1.1.1.1 2009/01/21 14:15:15 jmcneill Exp $
|
|
|
|
--- configure.orig 2009-01-20 20:56:24.000000000 -0500
|
|
+++ configure 2008-09-28 19:29:23.000000000 -0400
|
|
@@ -1784,7 +1784,7 @@
|
|
restore_flags
|
|
fi
|
|
|
|
-texi2html -version > /dev/null 2>&1 && enable texi2html || disable texi2html
|
|
+disable texi2html
|
|
|
|
##########################################
|
|
# Network check
|