Re: [FFmpeg-devel] GSoC '15 Introduction

2015-03-12 Thread Ilinca Andrei
Hello,

This is my first qualification task submit for the *d**irectshow digital
video capture *project. In this http://i.imgur.com/zd47rP3.png link there
is my screenshot proving that I successfully made a filter graph using
graphstudionext that captures the video stream from a webcam and show it
on the screen . I am now working on the second part of the qual task, which
is adding an IPersistStream option to and from file for the dshow code base
for video module.

Roger Pack, thanks a lot for helping me out with this, your feedback has
been very useful!

Regards,
Andrei

On Thu, Mar 12, 2015 at 10:40 PM, Ilinca Andrei andrei.ilinc...@gmail.com
wrote:

 Hello,

 This is my first qualification task submit for the *d**irectshow digital
 video capture *project. I attached below a screenshot proving that I
 successfully made a filter graph using graphstudionext that captures the
 video stream from a webcam and show it on the screen . I am now working on
 the second part of the qual task, which is adding an IPersistStream
 option to and from file for the dshow code base for video module.

 Roger Pack, thanks a lot for helping me out with this, your feedback has
 been very useful!

 Regards,
 Andrei

 On Tue, Mar 10, 2015 at 12:14 AM, Ilinca Andrei andrei.ilinc...@gmail.com
  wrote:

 Hi,

 I'm currently working on* dshow digital video capture* and it's really
 interesting, even if I' m making slow progress, as I' m not familiar with
 graphstudionext and DShow principles .

 I decided to apply for another project as well, the *MPEG-4 ALS encoder**
 project, *for two reasons, as suggested by a developer on IRC: it
 involves more mathematical work and signal processing as well as giving
 mentors more flexibilty and improving my understanding of ffmpeg.

 I will start with the links in the project description and work my way up
 . Any thoughts/ advices are welcome .

 Regards,
 Andrei



___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel


Re: [FFmpeg-devel] GSoC '15 Introduction

2015-03-09 Thread Roger Pack
On 3/8/15, compn te...@mi.rr.com wrote:
 On Sat, 7 Mar 2015 20:24:16 +0200
 Ilinca Andrei andrei.ilinc...@gmail.com wrote:

Hello!

 welcome!


*Why directshow digital video capture ?*

Simply because It sounds really interesting and entertaining.
 I have some experience using Matlab and Simulink for converting from
 time-domain to frequency-domain and back, Bode  Nyquist Diagrams and
 I have basic knowledge about how filters work and how they can be
 used and implemented. I've done some research about video capturing
 in DirectShow , mainly on this link

 https://msdn.microsoft.com/en-us/library/windows/desktop/dd373406%28v=vs.85%29.aspx,
and I believe this project suits me the best.

 dont forget you can check other open source projects
 (videolan, virtualdub etc) and maybe copy how they do dshow video
 capture.

Just don't copy and paste, since the VLC stuff [at least] is straight
GPL and we'll need this one to be LGPL [so basically base it off of
the MSDN not off the VLC code base, that's what I do].  Look forward
to corresponding more through private email on the issue with you.
-roger-
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel


Re: [FFmpeg-devel] GSoC '15 Introduction

2015-03-09 Thread Ilinca Andrei
Thank you very much for your kind replies and advices compn, Timo and
Roger.

I am at the very beginning of the journey , I've never worked with Dshow
before but I'm very excited to learn and develop. I will look through all
the materials given and start doing stuff as soon as possible.

On Mon, Mar 9, 2015 at 2:21 PM, Roger Pack rogerdpa...@gmail.com wrote:

 On 3/8/15, compn te...@mi.rr.com wrote:
  On Sat, 7 Mar 2015 20:24:16 +0200
  Ilinca Andrei andrei.ilinc...@gmail.com wrote:
 
 Hello!
 
  welcome!
 
 
 *Why directshow digital video capture ?*
 
 Simply because It sounds really interesting and entertaining.
  I have some experience using Matlab and Simulink for converting from
  time-domain to frequency-domain and back, Bode  Nyquist Diagrams and
  I have basic knowledge about how filters work and how they can be
  used and implemented. I've done some research about video capturing
  in DirectShow , mainly on this link
 
  
 https://msdn.microsoft.com/en-us/library/windows/desktop/dd373406%28v=vs.85%29.aspx
 ,
 and I believe this project suits me the best.
 
  dont forget you can check other open source projects
  (videolan, virtualdub etc) and maybe copy how they do dshow video
  capture.

 Just don't copy and paste, since the VLC stuff [at least] is straight
 GPL and we'll need this one to be LGPL [so basically base it off of
 the MSDN not off the VLC code base, that's what I do].  Look forward
 to corresponding more through private email on the issue with you.
 -roger-
 ___
 ffmpeg-devel mailing list
 ffmpeg-devel@ffmpeg.org
 http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel


Re: [FFmpeg-devel] GSoC '15 Introduction

2015-03-09 Thread Ilinca Andrei
Hi,

I'm currently working on* dshow digital video capture* and it's really
interesting, even if I' m making slow progress, as I' m not familiar with
graphstudionext and DShow principles .

I decided to apply for another project as well, the *MPEG-4 ALS encoder**
project, *for two reasons, as suggested by a developer on IRC: it involves
more mathematical work and signal processing as well as giving mentors more
flexibilty and improving my understanding of ffmpeg.

I will start with the links in the project description and work my way up .
Any thoughts/ advices are welcome .

Regards,
Andrei
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel


Re: [FFmpeg-devel] GSoC '15 Introduction

2015-03-08 Thread compn
On Sat, 7 Mar 2015 20:24:16 +0200
Ilinca Andrei andrei.ilinc...@gmail.com wrote:

Hello!

welcome!

 
*Why directshow digital video capture ?*
 
Simply because It sounds really interesting and entertaining.
 I have some experience using Matlab and Simulink for converting from
 time-domain to frequency-domain and back, Bode  Nyquist Diagrams and
 I have basic knowledge about how filters work and how they can be
 used and implemented. I've done some research about video capturing
 in DirectShow , mainly on this link

 https://msdn.microsoft.com/en-us/library/windows/desktop/dd373406%28v=vs.85%29.aspx,
and I believe this project suits me the best.

dont forget you can check other open source projects
(videolan, virtualdub etc) and maybe copy how they do dshow video
capture.

 
I got the git code base cloned and started reading and
 documenting about it.

great! being able to find docs, play in git and do it all by yourself is
a very useful skill to have.

-compn
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel