Discussion:
Ffmpeg
(too old to reply)
TeLLie
2012-08-20 05:33:25 UTC
Permalink
Hihi,

Who has the latest version from FFmpeg ported?

I need a version where avformat_open_input is defined

Would like to get that version :)
--
Dave Yeo
2012-08-20 07:01:39 UTC
Permalink
Post by TeLLie
Hihi,
Who has the latest version from FFmpeg ported?
I need a version where avformat_open_input is defined
Would like to get that version :)
I build FFmpeg and Libav regularly, see fate.libav.org (There was a fork
early this year and I seem to have ended up with libav though patches I
submit also end up in FFmpeg). It's fairly easy to build, directions are
at http://www.edm2.com/index.php/FFmpeg and most libraries are on Hobbes.
If you need a binary I could build one depending on which supporting
libraries are needed.
Dave
e***@gmail.com
2012-08-20 10:51:30 UTC
Permalink
Post by Dave Yeo
Post by TeLLie
Hihi,
Who has the latest version from FFmpeg ported?
I need a version where avformat_open_input is defined
Would like to get that version :)
I build FFmpeg and Libav regularly, see fate.libav.org (There was a fork
early this year and I seem to have ended up with libav though patches I
submit also end up in FFmpeg). It's fairly easy to build, directions are
at http://www.edm2.com/index.php/FFmpeg and most libraries are on Hobbes.
If you need a binary I could build one depending on which supporting
libraries are needed.
Dave
Hi Dave,

What string you use to build ?

Cause i need whole ffmpeg build.
Dave Yeo
2012-08-20 16:20:51 UTC
Permalink
Post by e***@gmail.com
Post by Dave Yeo
Post by TeLLie
Hihi,
Who has the latest version from FFmpeg ported?
I need a version where avformat_open_input is defined
Would like to get that version :)
I build FFmpeg and Libav regularly, see fate.libav.org (There was a fork
early this year and I seem to have ended up with libav though patches I
submit also end up in FFmpeg). It's fairly easy to build, directions are
at http://www.edm2.com/index.php/FFmpeg and most libraries are on Hobbes.
If you need a binary I could build one depending on which supporting
libraries are needed.
Dave
Hi Dave,
What string you use to build ?
Usually --enable-gpl --disable-docs
as I need to update tex2html IIRC
Post by e***@gmail.com
Cause i need whole ffmpeg build.
The above will build plain old FFmpeg. If you need more you have to
download the libraries from Hobbes and add them to the configure
options, see configure --help
Dave
TeLLie
2012-08-20 22:13:18 UTC
Permalink
Hi Dave whats latest build you have availble?
Post by Dave Yeo
Post by e***@gmail.com
Post by Dave Yeo
Post by TeLLie
Hihi,
Who has the latest version from FFmpeg ported?
I need a version where avformat_open_input is defined
Would like to get that version :)
I build FFmpeg and Libav regularly, see fate.libav.org (There was a fork
early this year and I seem to have ended up with libav though patches I
submit also end up in FFmpeg). It's fairly easy to build, directions are
at http://www.edm2.com/index.php/FFmpeg and most libraries are on Hobbes.
If you need a binary I could build one depending on which supporting
libraries are needed.
Dave
Hi Dave,
What string you use to build ?
Usually --enable-gpl --disable-docs
as I need to update tex2html IIRC
Post by e***@gmail.com
Cause i need whole ffmpeg build.
The above will build plain old FFmpeg. If you need more you have to
download the libraries from Hobbes and add them to the configure
options, see configure --help
Dave
--
Dave Yeo
2012-08-21 03:38:44 UTC
Permalink
Post by TeLLie
Hi Dave whats latest build you have availble?
I have the latest avlib and can download and build the latest FFmpeg.
Both have avformat_open_input defined.
What are you trying to do? I have various libs installed but haven't
built X264 in quite a while and it would probably take work porting the
YASM code to NASM.
Dave
Post by TeLLie
Post by Dave Yeo
Post by e***@gmail.com
Post by Dave Yeo
Post by TeLLie
Hihi,
Who has the latest version from FFmpeg ported?
I need a version where avformat_open_input is defined
Would like to get that version :)
I build FFmpeg and Libav regularly, see fate.libav.org (There was a fork
early this year and I seem to have ended up with libav though patches I
submit also end up in FFmpeg). It's fairly easy to build, directions are
at http://www.edm2.com/index.php/FFmpeg and most libraries are on Hobbes.
If you need a binary I could build one depending on which supporting
libraries are needed.
Dave
Hi Dave,
What string you use to build ?
Usually --enable-gpl --disable-docs
as I need to update tex2html IIRC
Post by e***@gmail.com
Cause i need whole ffmpeg build.
The above will build plain old FFmpeg. If you need more you have to
download the libraries from Hobbes and add them to the configure
options, see configure --help
Dave
TeLLie
2012-08-21 21:10:28 UTC
Permalink
Hi Dave,

I try to port
http://www.kochkin.org/lib/exe/fetch.php/screengen/screengen-1.2-20120
817.tar.bz2

It's a Qt port and that uses Ffmpeg from 10.4+

So if you have a port i be glad to try :)
IT seems it's only uses the ffmpeg sources
Post by Dave Yeo
Post by TeLLie
Hi Dave whats latest build you have availble?
I have the latest avlib and can download and build the latest FFmpeg.
Both have avformat_open_input defined.
What are you trying to do? I have various libs installed but haven't
built X264 in quite a while and it would probably take work porting the
YASM code to NASM.
Dave
Post by TeLLie
Post by Dave Yeo
Post by e***@gmail.com
Post by Dave Yeo
Post by TeLLie
Hihi,
Who has the latest version from FFmpeg ported?
I need a version where avformat_open_input is defined
Would like to get that version :)
I build FFmpeg and Libav regularly, see fate.libav.org (There was a fork
early this year and I seem to have ended up with libav though patches I
submit also end up in FFmpeg). It's fairly easy to build, directions are
at http://www.edm2.com/index.php/FFmpeg and most libraries are on Hobbes.
If you need a binary I could build one depending on which supporting
libraries are needed.
Dave
Hi Dave,
What string you use to build ?
Usually --enable-gpl --disable-docs
as I need to update tex2html IIRC
Post by e***@gmail.com
Cause i need whole ffmpeg build.
The above will build plain old FFmpeg. If you need more you have to
download the libraries from Hobbes and add them to the configure
options, see configure --help
Dave
--
Dave Yeo
2012-08-23 06:02:34 UTC
Permalink
Post by e***@gmail.com
Hi Dave,
I try to port
http://www.kochkin.org/lib/exe/fetch.php/screengen/screengen-1.2-20120
817.tar.bz2
It's a Qt port and that uses Ffmpeg from 10.4+
Good chance only 10.x will work though I didn't look to hard.
Post by e***@gmail.com
So if you have a port i be glad to try :)
IT seems it's only uses the ffmpeg sources
It uses the libs and headers. I built it but it is a 37 MB zip and I'm
bandwidth restrained. You should be able to build it yourself as all
OS/2 fixes are in the source, even OS/2 threads and mostly just needs a
Posix build environment and lxlite. If using ash add a line like cd ./.
close to the beginning of configure to set $PWD, make sure you have a
recent NASM (Hobbes) on your PATH and do something like ash configure
--enable-gpl --prefix=/ffmpeg then make and make install. The add
/ffmpeg/include and /ffmpeg/lib to corresponding C_PLUS_INCLUDE_PATH and
LIBRARY_PATH environment variables.
Dave
Post by e***@gmail.com
Post by Dave Yeo
Post by TeLLie
Hi Dave whats latest build you have availble?
I have the latest avlib and can download and build the latest FFmpeg.
Both have avformat_open_input defined.
What are you trying to do? I have various libs installed but haven't
built X264 in quite a while and it would probably take work porting the
YASM code to NASM.
Dave
Post by TeLLie
Post by Dave Yeo
Post by e***@gmail.com
Post by Dave Yeo
Post by TeLLie
Hihi,
Who has the latest version from FFmpeg ported?
I need a version where avformat_open_input is defined
Would like to get that version :)
I build FFmpeg and Libav regularly, see fate.libav.org (There was a fork
early this year and I seem to have ended up with libav though patches I
submit also end up in FFmpeg). It's fairly easy to build, directions are
at http://www.edm2.com/index.php/FFmpeg and most libraries are on Hobbes.
If you need a binary I could build one depending on which supporting
libraries are needed.
Dave
Hi Dave,
What string you use to build ?
Usually --enable-gpl --disable-docs
as I need to update tex2html IIRC
Post by e***@gmail.com
Cause i need whole ffmpeg build.
The above will build plain old FFmpeg. If you need more you have to
download the libraries from Hobbes and add them to the configure
options, see configure --help
Dave
Loading...