Re: [Libav-user] Using ffmpeg.exe in a project (non-commercial)

2012-02-23 Thread John Dexter
On 23 February 2012 01:19, Phil Turmel phi...@turmel.org wrote: On 02/22/2012 10:53 AM, Benjamin Gamisch wrote: [...] I would appreciate an answer whether I am allowed to use the FFMPEG.exe file or not. Per your screenshot, probably not.  If you distribute FFmpeg, you must follow the

Re: [Libav-user] Using ffmpeg.exe in a project (non-commercial)

2012-02-23 Thread jan hölscher
2012/2/23 John Dexter jdxsoluti...@gmail.com On 23 February 2012 01:19, Phil Turmel phi...@turmel.org wrote: On 02/22/2012 10:53 AM, Benjamin Gamisch wrote: [...] I would appreciate an answer whether I am allowed to use the FFMPEG.exe file or not. Per your screenshot, probably not.

Re: [Libav-user] Help Required - FFmpeg usage in own product

2012-02-23 Thread Andrey Utkin
2012/2/22 Zeeshan Mahmood z4zees...@gmail.com: use FFmpeg executable file (without modifying and providing source code) in my own software, which will NOT  be available as FREE for its customers? Do you mean 1) Software is available for customers, but NOT for free, i.e. you sell it; 2) FFmpeg

Re: [Libav-user] Using ffmpeg.exe in a project (non-commercial)

2012-02-23 Thread John Dexter
On 23 February 2012 09:41, jan hölscher jan.hoelsc...@codergrid.de wrote: 2012/2/23 John Dexter jdxsoluti...@gmail.com On 23 February 2012 01:19, Phil Turmel phi...@turmel.org wrote: On 02/22/2012 10:53 AM, Benjamin Gamisch wrote: [...] I would appreciate an answer whether I am allowed

Re: [Libav-user] Muxing settings for h264 + mp4

2012-02-23 Thread ALESSANDRO PAGANELLI
The stream I'm using is coded with h264 without mpegts. However, I'm following a sort of low level approach, since my goal is to read frames from the file, move their content into a RTP packet and, at the receiver side, rebuild the set of sent packets (regardless if this has an actual sense for

Re: [Libav-user] Using ffmpeg.exe in a project (non-commercial)

2012-02-23 Thread Phil Turmel
On 02/23/2012 04:05 AM, John Dexter wrote: On 23 February 2012 01:19, Phil Turmel phi...@turmel.org wrote: On 02/22/2012 10:53 AM, Benjamin Gamisch wrote: [...] I would appreciate an answer whether I am allowed to use the FFMPEG.exe file or not. Per your screenshot, probably not. If you

Re: [Libav-user] Using ffmpeg.exe in a project (non-commercial)

2012-02-23 Thread John Dexter
On 23 February 2012 12:07, Phil Turmel phi...@turmel.org wrote: Finally, whatever the legality, it is at least rude to hijack an open- source app's website bandwidth to deliver source code to *your* users. Apart from the inherent problem of defining social etiquette within a legal contract...

Re: [Libav-user] Using ffmpeg.exe in a project (non-commercial)

2012-02-23 Thread Phil Turmel
On 02/23/2012 07:16 AM, John Dexter wrote: On 23 February 2012 12:07, Phil Turmel phi...@turmel.org wrote: Finally, whatever the legality, it is at least rude to hijack an open- source app's website bandwidth to deliver source code to *your* users. Apart from the inherent problem of defining

Re: [Libav-user] Muxing settings for h264 + mp4

2012-02-23 Thread Kalileo
On Feb 23, 2012, at 18:37 , ALESSANDRO PAGANELLI wrote: The stream I'm using is coded with h264 without mpegts. if you have as input an mp4 file and as output an h264 stream, with or without mpegts, then AFAIK you need the h264_mp4toannexb filter.

[Libav-user] DeckLink libavdevice

2012-02-23 Thread Deron
Taking Nicolas George's suggestion, I have created a basic libavdevice for Blackmagic's DeckLink HD-SDI cards. I'm thrilled to have it working to any degree (much easier than I expected), but still have several issues to work out. Where is the proper place to ask questions for a new

Re: [Libav-user] Using ffmpeg.exe in a project (non-commercial)

2012-02-23 Thread Carl Eugen Hoyos
John Dexter jdxsolutions@... writes: On 23 February 2012 12:07, Phil Turmel philip@... wrote: Finally, whatever the legality, it is at least rude to hijack an open- source app's website bandwidth to deliver source code to *your* users. Apart from the inherent problem of defining social

Re: [Libav-user] DeckLink libavdevice

2012-02-23 Thread Carl Eugen Hoyos
Deron deron@... writes: Taking Nicolas George's suggestion, I have created a basic libavdevice for Blackmagic's DeckLink HD-SDI cards. Then please send the patch to ffmpeg-devel where it can be discussed (and later applied). Consider running tools/patcheck over your patch and please note

[Libav-user] A very general question

2012-02-23 Thread amir . rouhi
When somebody ask a question and don't receive any response...what does it mean? ___ Libav-user mailing list Libav-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/libav-user

Re: [Libav-user] A very general question

2012-02-23 Thread Peter Enerccio
C-C-C-C-COMBO BREAKER 2012/2/24 amir.ro...@rmit.edu.au When somebody ask a question and don't receive any response...what does it mean? ___ Libav-user mailing list Libav-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/libav-user

Re: [Libav-user] A very general question

2012-02-23 Thread amir . rouhi
Whats is that? C-C-C-C-COMBO BREAKER i have no idea toward this On 24 February 2012 12:15, Peter Enerccio enerc...@gmail.com wrote: C-C-C-C-COMBO BREAKER 2012/2/24 amir.ro...@rmit.edu.au When somebody ask a question and don't receive any response...what does it mean?

Re: [Libav-user] [libav-user] demuxing of incoming rtp stream by means of libavformat and custom IO

2012-02-23 Thread Dmitry Volyntsev
I found out the answer by myself. May be it could be useful for other ffmpeg newbies. It is impossible to feed only rtp stream to libav for just depacketising purpose without establishing rtsp input by means of libav //! Demuxer will use avio_open, no opened file should be provided by the