Re: [fpc-pascal] Creating video files

2012-06-21 Thread Gerhard Scholz
...@wp.pl To: FPC-Pascal users discussions fpc-pascal@lists.freepascal.org Sent: Wednesday, June 20, 2012 7:22 PM Subject: Re: [fpc-pascal] Creating video files Ffmpeg looks similar like Mencoder project. So I have some solutions for output encoding, but there is a problem how to send frames

Re: [fpc-pascal] Creating video files

2012-06-21 Thread Bernd
2012/6/20 Krzysztof dib...@wp.pl: Ffmpeg looks similar like Mencoder project. So I have some solutions for output encoding, but there is a problem how to send frames to this encoders. Mencoder can encode video from series of PNG files, but can't find similar option in ffmpeg. ffmpeg can read

Re: [fpc-pascal] Creating video files

2012-06-20 Thread Gerhard Scholz
: [fpc-pascal] Creating video files Hi, I would like to write video (created from series of bitmaps) to some popular video formats like avi, flv. Is this possible? Has FPC bindings for video librarys? I googled that WinFF (http://winff.org/html_new/) is written in FPC and Lazarus, so I supose

Re: [fpc-pascal] Creating video files

2012-06-20 Thread Krzysztof
or VirtualDubMod (I think it's at Sourceforge). Greetings - Original Message - From: Krzysztof dib...@wp.pl To: fpc-pascal fpc-pascal@lists.freepascal.org Sent: Tuesday, June 19, 2012 3:53 PM Subject: [fpc-pascal] Creating video files Hi, I would like to write video (created from

Re: [fpc-pascal] Creating video files

2012-06-20 Thread Flávio Etrusco
or VirtualDubMod (I think it's at Sourceforge). Greetings - Original Message - From: Krzysztof dib...@wp.pl To: fpc-pascal fpc-pascal@lists.freepascal.org Sent: Tuesday, June 19, 2012 3:53 PM Subject: [fpc-pascal] Creating video files Hi, I would like to write video (created from series

Re: [fpc-pascal] Creating video files

2012-06-20 Thread Krzysztof
: Krzysztof dib...@wp.pl To: fpc-pascal fpc-pascal@lists.freepascal.org Sent: Tuesday, June 19, 2012 3:53 PM Subject: [fpc-pascal] Creating video files Hi, I would like to write video (created from series of bitmaps) to some popular video formats like avi, flv. Is this possible? Has FPC bindings

Re: [fpc-pascal] Creating video files

2012-06-20 Thread Giuliano Colla
Il 20/06/2012 19:22, Krzysztof ha scritto: Ffmpeg looks similar like Mencoder project. So I have some solutions for output encoding, but there is a problem how to send frames to this encoders. Mencoder can encode video from series of PNG files, but can't find similar option in ffmpeg. | ||

[fpc-pascal] Creating video files

2012-06-19 Thread Krzysztof
Hi, I would like to write video (created from series of bitmaps) to some popular video formats like avi, flv. Is this possible? Has FPC bindings for video librarys? I googled that WinFF (http://winff.org/html_new/) is written in FPC and Lazarus, so I supose that some bindings exists but can't