1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00

Add ffmpeg2theora, a command-line tool to convert many kinds of media

files to Ogg Theora.
This commit is contained in:
Anders Nordby 2008-10-18 17:40:52 +00:00
parent 5c1c98a112
commit eab343e476
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=221739
4 changed files with 37 additions and 0 deletions

View File

@ -41,6 +41,7 @@
SUBDIR += etoile-babbler
SUBDIR += etoile-multimediakit
SUBDIR += ffmpeg
SUBDIR += ffmpeg2theora
SUBDIR += ffmpegthumbnailer
SUBDIR += flv2mpeg4
SUBDIR += flvtool++

View File

@ -0,0 +1,28 @@
# New ports collection makefile for: ffmpeg2theora
# Date created: Sat 19 Oct 2008
# Whom: Anders Nordby <anders@FreeBSD.org>
#
# $FreeBSD$
PORTNAME= ffmpeg2theora
PORTVERSION= 0.22
CATEGORIES= multimedia
MASTER_SITES= http://v2v.cc/~j/ffmpeg2theora/
MAINTAINER= anders@FreeBSD.org
COMMENT= Reencode many media file formats to Ogg Theora
LIB_DEPENDS= avcodec.1:${PORTSDIR}/multimedia/ffmpeg \
theora.0:${PORTSDIR}/multimedia/libtheora \
kate.1:${PORTSDIR}/multimedia/libkate
USE_BZIP2= yes
USE_SCONS= yes
SCONS_ENV+= APPEND_LINKFLAGS="${PTHREAD_LIBS} -L${LOCALBASE}/lib" \
APPEND_CFLAGS="${PTHREAD_CFLAGS} -I${LOCALBASE}/include"
MAN1= ffmpeg2theora.1
PLIST_FILES= bin/ffmpeg2theora
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (ffmpeg2theora-0.22.tar.bz2) = 6523be13740343c93bbab5358755a511
SHA256 (ffmpeg2theora-0.22.tar.bz2) = 3c29743247fa4480eea02d0c4f4053ab788f515808413f7ccb7cbeadccc0a9da
SIZE (ffmpeg2theora-0.22.tar.bz2) = 60246

View File

@ -0,0 +1,5 @@
ffmpeg2theora is a simple command line tool to convert media files to
.ogg with Theora video and Vorbis audio streams. It supports reading any
file format that ffmpeg can decode.
WWW: http://v2v.cc/~j/ffmpeg2theora/