Re: [Libav-user] ffmpeg programming job

2012-07-22 Thread Denis
In data sabato 21 luglio 2012 19:14:36, max slomoff ha scritto: hello, i would like to offer a job: i am looking for a programmer with skills in ffmpeg and sdi video signals i have 5k to get started got some free time this summer? please respond with a little about your background. Great!

[Libav-user] MOV and custom IO

2012-07-22 Thread David Rodrigues
Hi everyone. I've written some code to change the video container from MOV to MPEG-TS using ffmpeg API successfully. I'm using physical files. Now i have to change my input from file to custom IO. I changed the code for use custom IO with a callback (read_packet_callback) to feed ffmpeg.

Re: [Libav-user] MOV and custom IO

2012-07-22 Thread Carl Eugen Hoyos
David Rodrigues drodrigues@... writes: When i run the code the function avformat_open_input blocks, it reads N chunks of data but don't terminate with or without error. This happens with MOV format. I've tried using MPEG-TS format and this code runs successfully. This may be irrelevant

Re: [Libav-user] ffmpeg programming job

2012-07-22 Thread Michael Bradshaw
On Sat, Jul 21, 2012 at 11:14 AM, max slomoff maxslom...@gmail.com wrote: hello, i would like to offer a job: i am looking for a programmer with skills in ffmpeg and sdi video signals i have 5k to get started got some free time this summer? please respond with a little about your background.

[Libav-user] MOV and custom IO

2012-07-22 Thread David Rodrigues
Hi everyone. I've written some code to change the video container from MOV to MPEG-TS using ffmpeg API successfully. I'm using physical files. Now i have to change my input from file to custom IO. I changed the code for use custom IO with a callback (read_packet_callback) to feed ffmpeg.

Re: [Libav-user] MOV and custom IO

2012-07-22 Thread David Rodrigues
Thanks! The problem was on seeking, you are absolutely right MOV files require this capability. David Rodrigues A 22/07/2012, às 14:19, Carl Eugen Hoyos escreveu: David Rodrigues drodrigues@... writes: When i run the code the function avformat_open_input blocks, it reads N chunks of data