Discussion:
[fpc-pascal] Free Pascal port of ffmpeg API example
BlueCat
2007-07-25 18:58:53 UTC
Permalink
Hi, FPC forks.

I have ported apiexample.c of ffmpeg to Free Pascal on Mac OS X. I owed
many on Victor Zinetz's efforts, but some modifications were made. Your
suggestions or improvements are very welcome. The zipped file is
http://www.nabble.com/file/p11795857/mpegpas01.zip mpegpas01.zip .
--
View this message in context: http://www.nabble.com/Free-Pascal-port-of-ffmpeg-API-example-tf4146434.html#a11795857
Sent from the Free Pascal - General mailing list archive at Nabble.com.
BlueCat
2007-08-01 15:40:28 UTC
Permalink
Hello folks again, I have revised my ffmpeg API example. Your suggestions
or improvements are still very welcome.
http://www.nabble.com/file/p11948056/mpegpas02.zip mpegpas02.zip
Post by BlueCat
Hi, FPC forks.
I have ported apiexample.c of ffmpeg to Free Pascal on Mac OS X. I owed
many on Victor Zinetz's efforts, but some modifications were made. Your
suggestions or improvements are very welcome. The zipped file is
http://www.nabble.com/file/p11795857/mpegpas01.zip mpegpas01.zip .
--
View this message in context: http://www.nabble.com/Free-Pascal-port-of-ffmpeg-API-example-tf4146434.html#a11948056
Sent from the Free Pascal - General mailing list archive at Nabble.com.
Luca Olivetti
2007-08-01 16:51:05 UTC
Permalink
Post by BlueCat
Hello folks again, I have revised my ffmpeg API example. Your suggestions
or improvements are still very welcome.
http://www.nabble.com/file/p11948056/mpegpas02.zip mpegpas02.zip
Hello, to get it to compile under linux (with fpc 2.0.4) I had to change
the name of MATHEMATICS.pas to mathematics.pas.
I also suggest lowercasing AVRead.pas -> avread.pas (though, since the
uses clause uses the same case as the filename it didn't produce any error).

Bye
--
Luca
BlueCat
2007-08-05 14:07:41 UTC
Permalink
Thanks a lot!

See, I am happy to hear the codes can be compiled under Linux. FPC's WOCE
feature is so great!.

Such nomenculature is my heritage from MT+/Turbo/Virtual/Speed Pascals :)
I am now working on a Lazarus version of MPEG Viewer (not player, it's
beyond my
aim and programming technique). I will accord your suggestion.

Bye now.
Haruo.
Post by Luca Olivetti
Post by BlueCat
Hello folks again, I have revised my ffmpeg API example. Your suggestions
or improvements are still very welcome.
http://www.nabble.com/file/p11948056/mpegpas02.zip mpegpas02.zip
Hello, to get it to compile under linux (with fpc 2.0.4) I had to change
the name of MATHEMATICS.pas to mathematics.pas.
I also suggest lowercasing AVRead.pas -> avread.pas (though, since the
uses clause uses the same case as the filename it didn't produce any error).
Bye
--
Luca
_______________________________________________
http://lists.freepascal.org/mailman/listinfo/fpc-pascal
--
View this message in context: http://www.nabble.com/Free-Pascal-port-of-ffmpeg-API-example-tf4146434.html#a12004903
Sent from the Free Pascal - General mailing list archive at Nabble.com.
BlueCat
2007-08-07 04:09:53 UTC
Permalink
Luka, Thanks a lot!

See, I am happy to hear the codes can be compiled under Linux. FPC's WOCE
feature is so great!.

Such nomenculature is my heritage from MT+/Turbo/Virtual/Speed Pascals :)
I am now working on a Lazarus version of MPEG Viewer (not player, it's
beyond my
aim and programming technique). I will accord to your suggestion.

Bye now.
Haruo.
Post by Luca Olivetti
Post by BlueCat
Hello folks again, I have revised my ffmpeg API example. Your suggestions
or improvements are still very welcome.
http://www.nabble.com/file/p11948056/mpegpas02.zip mpegpas02.zip
Hello, to get it to compile under linux (with fpc 2.0.4) I had to change
the name of MATHEMATICS.pas to mathematics.pas.
I also suggest lowercasing AVRead.pas -> avread.pas (though, since the
uses clause uses the same case as the filename it didn't produce any error).
Bye
--
Luca
_______________________________________________
http://lists.freepascal.org/mailman/listinfo/fpc-pascal
--
View this message in context: http://www.nabble.com/Free-Pascal-port-of-ffmpeg-API-example-tf4146434.html#a12004903
Sent from the Free Pascal - General mailing list archive at Nabble.com.
Loading...