Search found 6 matches

Go to advanced search

by inspiracionv
13 Feb 2014 18:23
Forum: Development around libVLC
Topic: Record and display from a dshow
Replies: 2
Views: 730

Re: Record and display from a dshow

Thanks for reply.

I found the problem. It was a problem of cache.
I was with 50ms who are very short for diplay and record.
i added a sout-cache=500 and all work well.
by inspiracionv
03 Feb 2014 17:43
Forum: Development around libVLC
Topic: Record and display from a dshow
Replies: 2
Views: 730

Record and display from a dshow

Hi, I have a problem for record a video with dshow. When i use this optons : :sout=#stream_out_duplicate{dst=display,dst=std{access=file,mux=avi,dst="+img+".avi}} All works good, but the size of video is very big (5sec - 100MB) I tried this : :sout=#duplicate{dst='transcode{vcodec=h264}:st...
by inspiracionv
06 Nov 2013 19:00
Forum: Development around libVLC
Topic: How use libvlc_media_player_record
Replies: 8
Views: 1573

Re: How use libvlc_media_player_record

To read more and more doumentation, i I concluded that the API libvlc don´t have this. For the moment i use this options "sout=#duplicate{dst=display,select=video,dst='transcode{audio-sync,vcodec=theo,vb=1800,scale=1,acodec=vorb,ab=328,channels=2,samplerate=44100}:std{access=file,mux=ogg,dst=&q...
by inspiracionv
23 Oct 2013 20:46
Forum: Development around libVLC
Topic: How use libvlc_media_player_record
Replies: 8
Views: 1573

Re: How use libvlc_media_player_record

One questions,

With libvlc sdk it's possible to record on fly or not ?

Because i looked something like this :

Code: Select all

var_GetBool( p_input_thread, "record" );
But i don´t find how obtain

Code: Select all

input_thread_t *p_input_thread;
Pls Someone can say me if where i am looking for is totally bad.

Thanks
by inspiracionv
15 Oct 2013 18:02
Forum: Development around libVLC
Topic: How use libvlc_media_player_record
Replies: 8
Views: 1573

Re: How use libvlc_media_player_record

Thks for answer I was looking bvlc sout option record in google, but i didn't find what i search. At this moment i use : :sout=#stream_out_duplicate{dst=display,dst=std{access=file,mux=avi,dst="+file+"}" but for this i need to stop the player, restart for record and stop again for sto...
by inspiracionv
19 Sep 2013 19:53
Forum: Development around libVLC
Topic: How use libvlc_media_player_record
Replies: 8
Views: 1573

How use libvlc_media_player_record

Hi all, I am developing a software to capture video with directshow and i need to record what the user look on the screen when he want (record button). To search in internet i looked this : libvlc_media_player_record But i don't look this in the doxygen. What is the best way to record video on fly? ...

Go to advanced search