Date: Mon, 22 Nov 2004 20:26:08 +0000 (UTC) From: Michael Johnson <ahze@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/multimedia Makefile ports/multimedia/handbrake Makefile distinfo pkg-descr ports/multimedia/handbrake/files ffmpeg-patch patch-Jamfile patch-Jamrules patch-contrib_Jamfile... Message-ID: <200411222026.iAMKQ8Va070277@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
ahze 2004-11-22 20:26:08 UTC FreeBSD ports repository Modified files: multimedia Makefile Added files: multimedia/handbrake Makefile distinfo pkg-descr multimedia/handbrake/files ffmpeg-patch patch-Jamfile patch-Jamrules patch-contrib_Jamfile patch-core_FfmpegEnc.c patch-core_Fifo.c patch-core_HandBrake.c patch-core_Jamfile patch-core_MpgaDec.c patch-core_Scale.c patch-core_Thread.c patch-core_Thread.h patch-core_Utils.c patch-gtk2_main.c Log: HandBrake is a GPL'd multi-platform, multithreaded DVD to MPEG-4 ripper and converter. HandBrake was originally available on the BeOS, but now has been ported over to MacOS X, GNU/Linux and FreeBSD. Features: * Can encode directly from DVDs (even encrypted ones) or from VIDEO_TS folders * Supports AC3, LPCM and MPEG audio tracks * Outputs MP4, AVI or OGM files * Outputs AAC, MP3 or Vorbis audio * Supports 2-pass encoding * Supports encoding of two audio tracks * Includes a bitrate calculator * Supports picture deinterlacing, cropping and scaling Known limitations: * Does not handle DTS audio tracks * Does not handle single VOB files or any other file format WWW: http://handbrake.m0k.org/ PR: 74214 Submitted by: Andrew Thompson Approved by: adamw (mentor) Revision Changes Path 1.93 +1 -0 ports/multimedia/Makefile 1.1 +111 -0 ports/multimedia/handbrake/Makefile (new) 1.1 +4 -0 ports/multimedia/handbrake/distinfo (new) 1.1 +56 -0 ports/multimedia/handbrake/files/ffmpeg-patch (new) 1.1 +23 -0 ports/multimedia/handbrake/files/patch-Jamfile (new) 1.1 +29 -0 ports/multimedia/handbrake/files/patch-Jamrules (new) 1.1 +18 -0 ports/multimedia/handbrake/files/patch-contrib_Jamfile (new) 1.1 +11 -0 ports/multimedia/handbrake/files/patch-core_FfmpegEnc.c (new) 1.1 +29 -0 ports/multimedia/handbrake/files/patch-core_Fifo.c (new) 1.1 +30 -0 ports/multimedia/handbrake/files/patch-core_HandBrake.c (new) 1.1 +32 -0 ports/multimedia/handbrake/files/patch-core_Jamfile (new) 1.1 +11 -0 ports/multimedia/handbrake/files/patch-core_MpgaDec.c (new) 1.1 +21 -0 ports/multimedia/handbrake/files/patch-core_Scale.c (new) 1.1 +66 -0 ports/multimedia/handbrake/files/patch-core_Thread.c (new) 1.1 +75 -0 ports/multimedia/handbrake/files/patch-core_Thread.h (new) 1.1 +12 -0 ports/multimedia/handbrake/files/patch-core_Utils.c (new) 1.1 +10 -0 ports/multimedia/handbrake/files/patch-gtk2_main.c (new) 1.1 +22 -0 ports/multimedia/handbrake/pkg-descr (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200411222026.iAMKQ8Va070277>