Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

ports/116446: [new port] multimedia/flv2mpeg4: Fast and less lossy FLV to MPEG4(AVI/MOV/MP4/MP3/3GP) converter

5 views
Skip to first unread message

Alex Kozlov

unread,
Sep 18, 2007, 2:08:39 PM9/18/07
to freebsd-gn...@freebsd.org

>Number: 116446
>Category: ports
>Synopsis: [new port] multimedia/flv2mpeg4: Fast and less lossy FLV to MPEG4(AVI/MOV/MP4/MP3/3GP) converter
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Tue Sep 18 18:10:02 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator: Alex Kozlov
>Release: FreeBSD 6.2
>Organization:
private
>Environment:
>Description:
Add new multimedia/flv2mpeg4 port.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# This is a shell archive. Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file". Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
# flv2mpeg4
# flv2mpeg4/Makefile
# flv2mpeg4/files
# flv2mpeg4/files/Makefile.bsd
# flv2mpeg4/pkg-descr
#
echo c - flv2mpeg4
mkdir -p flv2mpeg4 > /dev/null 2>&1
echo x - flv2mpeg4/Makefile
sed 's/^X//' >flv2mpeg4/Makefile << 'END-of-flv2mpeg4/Makefile'
X# New ports collection makefile for: flv2mpeg4
X# Date created: 22 August 2007
X# Whom: sp...@rm-rf.kiev.ua
X#
X# $FreeBSD$
X#
X
XPORTNAME= flv2mpeg4
XDISTVERSION= 20061129
XCATEGORIES= multimedia
XMASTER_SITES= ${MASTER_SITE_LOCAL}
X
XMAINTAINER= sp...@rm-rf.kiev.ua
XCOMMENT= Fast and less lossy FLV to MPEG4(AVI/MOV/MP4/MP3/3GP) converter
X
XLIB_DEPENDS= avformat:${PORTSDIR}/multimedia/ffmpeg
X
XUSE_BZIP2= yes
X
XMAKEFILE= ${FILESDIR}/Makefile.bsd
X
XPLIST_FILES= bin/flv2mpeg4
X
XWRKSRC= ${WRKDIR}/${PORTNAME}/src
X
XSVNROOT= https://vixynet.svn.sourceforge.net/svnroot/vixynet
X
Xgen-dist:
X @if [ ! -f ${LOCALBASE}/bin/svn ]; then \
X ${ECHO_CMD} "ERROR: You need to install devel/subversion for gen-dist target"; \
X ${FALSE}; \
X fi
X @if [ ! -f ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} ]; then \
X ${MKDIR} ${WRKDIR}/svn; \
X cd ${WRKDIR}/svn && svn co ${SVNROOT} vixynet; \
X cd ${WRKDIR}/svn/vixynet/trunk && \
X ${TAR} cfj ${_DISTDIR}${DISTFILES} flv2mpeg4; \
X cd ${WRKDIR} && ${RM} -rf svn; \
X cd ${.CURDIR} && ${MAKE} ${__softMAKEFLAGS} makesum; \
X fi
X
X.include <bsd.port.mk>
END-of-flv2mpeg4/Makefile
echo c - flv2mpeg4/files
mkdir -p flv2mpeg4/files > /dev/null 2>&1
echo x - flv2mpeg4/files/Makefile.bsd
sed 's/^X//' >flv2mpeg4/files/Makefile.bsd << 'END-of-flv2mpeg4/files/Makefile.bsd'
XPREFIX?= /usr/local
XBINDIR?= $(PREFIX)/bin
X
XSRCS= avformat_writer.c dcprediction.c flv2mpeg4.c fetch.c flvdecoder.c\
X m4vencode.c mp3header.c
XLDADD+= -lpthread -lavformat -lavcodec -lavutil
XCFLAGS+= -O2
XCFLAGS+= -I/usr/local/include/ffmpeg
XLDADD+= -L/usr/local/lib
XPROG= flv2mpeg4
XNO_MAN= yes
X
X.include <bsd.prog.mk>
END-of-flv2mpeg4/files/Makefile.bsd
echo x - flv2mpeg4/pkg-descr
sed 's/^X//' >flv2mpeg4/pkg-descr << 'END-of-flv2mpeg4/pkg-descr'
Xflv2mpeg4 allows you convert a Flash Video / FLV file (YouTube's videos,etc)
Xto MPEG4 (AVI/MOV/MP4/MP3/3GP) file online. It is using a compressed domain
Xtranscoder technology (outline in Japanese). It converts FLV to MPEG4 faster
Xand less lossy than a typical transcoder.
END-of-flv2mpeg4/pkg-descr
exit

>Release-Note:
>Audit-Trail:
>Unformatted:

ed...@freebsd.org

unread,
Sep 24, 2007, 1:11:03 AM9/24/07
to sp...@rm-rf.kiev.ua, ed...@freebsd.org, freebsd-p...@freebsd.org
Synopsis: [new port] multimedia/flv2mpeg4: Fast and less lossy FLV to MPEG4(AVI/MOV/MP4/MP3/3GP) converter

State-Changed-From-To: open->feedback
State-Changed-By: edwin
State-Changed-When: Mon Sep 24 05:10:18 UTC 2007
State-Changed-Why:
How about providing a tarball and the file distinfo?

http://www.freebsd.org/cgi/query-pr.cgi?pr=116446

Alex Kozlov

unread,
Sep 24, 2007, 11:50:11 AM9/24/07
to freebsd-p...@freebsd.org
The following reply was made to PR ports/116446; it has been noted by GNATS.

From: Alex Kozlov <sp...@rm-rf.kiev.ua>
To: bug-fo...@FreeBSD.org, ed...@freebsd.org, sp...@rm-rf.kiev.ua
Cc:
Subject: Re: ports/116446: [new port] multimedia/flv2mpeg4: Fast and less
lossy FLV to MPEG4(AVI/MOV/MP4/MP3/3GP) converter

Date: Mon, 24 Sep 2007 18:41:08 +0300

Hi

Source code exists only in svn. I tried to contact with authors,
but so far no success. So I followed advice from
http://groups.google.com.ua/group/mailing.freebsd.ports/browse_thread/thread/5f6fca39526c0fc4/00b972765a9e9712
and added target for create tarball and dirinfo in Makefile.
But if you need tarball himself:
(That freeform update is enough or I need to send new shar archive?)

source: http://src4.narod.ru/flv2mpeg4-20061129.tar.bz2

distinfo:
MD5 (flv2mpeg4-20061129.tar.bz2) = f757e1b0b2aa17db9551df32df39b1d9
SHA256 (flv2mpeg4-20061129.tar.bz2) = 4dee9767969b5166f1f72dc7e48370d621b048eb6f99250a4334354e16d1303
SIZE (flv2mpeg4-20061129.tar.bz2) = 154190


--
Adios

ed...@freebsd.org

unread,
Sep 24, 2007, 5:36:42 PM9/24/07
to sp...@rm-rf.kiev.ua, ed...@freebsd.org, freebsd-p...@freebsd.org
Synopsis: [new port] multimedia/flv2mpeg4: Fast and less lossy FLV to MPEG4(AVI/MOV/MP4/MP3/3GP) converter

State-Changed-From-To: feedback->closed
State-Changed-By: edwin
State-Changed-When: Mon Sep 24 21:36:26 UTC 2007
State-Changed-Why:
Committed, thanks!

http://www.freebsd.org/cgi/query-pr.cgi?pr=116446

kayla...@gmail.com

unread,
Sep 5, 2013, 4:08:21 AM9/5/13
to
To convert flv to mp4 and other formats, Aunsoft FLV Converter is a good choice. It could deal with flv/f4v problems and lossless convert them into different video and audio formats. It could keep perfect video/audio sync. Besides, it is now in giveaway and is only $9.9.
http://www.aunsoft.com/flv-converter/
http://www.aunsoft.com/giveaway/
0 new messages