Page 1 of 2

Save dinamically to file

Posted: 18 Mar 2009 09:18
by tamiro44
Hi all,
VLC in future versions will able to save stream to file dinamically?
I mean that the user would press a "record button" during video displaying and the video,
from this point, will save to defined file .

Thanks,
Tamiro.

Re: Save dinamically to file

Posted: 18 Mar 2009 09:38
by Jean-Baptiste Kempf
Yes, 1.0 will do this.

Re: Save dinamically to file

Posted: 18 Mar 2009 09:44
by tamiro44
Great.
And libvlc would let me (through .NET interface) to do that also, right?

Re: Save dinamically to file

Posted: 18 Mar 2009 09:46
by Jean-Baptiste Kempf
Yes.
Everything that VLC can do, libVLC can do.

Re: Save dinamically to file

Posted: 18 Mar 2009 10:03
by tamiro44
Thanks.
Except writing text dinamically during incoming stream.

Re: Save dinamically to file

Posted: 18 Mar 2009 19:37
by Jean-Baptiste Kempf
Thanks.
Except writing text dinamically during incoming stream.
No, it can. A bit difficult, but it can.

Re: Save dinamically to file

Posted: 20 Mar 2009 14:34
by tamiro44
Do you have some examples?

Re: Save dinamically to file

Posted: 22 Mar 2009 00:00
by Jean-Baptiste Kempf
Do you have some examples?
Use Marqee filter.

Re: Save dinamically to file

Posted: 22 Mar 2009 07:28
by tamiro44
I'm using the Marqee filter for titles.
But how can i update during a stream playing?

Re: Save dinamically to file

Posted: 22 Mar 2009 11:57
by darkbasic
Yes, 1.0 will do this.
Really? How to (I have 1.0-git and I can't find it)? Is it possible for an http stream to save tracks separately using meta data for the file name?

Re: Save dinamically to file

Posted: 23 Mar 2009 02:28
by R A V E N
Because 1.0.0 isn`t finalised yet.

Re: Save dinamically to file

Posted: 07 Apr 2009 13:13
by R A V E N
I have few questions on this topic:

1. - When playing video stream,will disabling video via Video>Video track save bandwidth?

2. - When playing video stream on slow connection,video is choppy and freezes,but if I choose to save that stream to a file,will program be able to do it recording data chunk by chunk as it arrives,so when file is played,it will go on smoothly?

3. - On panel for choosing format in which video stream will be saved,every profile has in its options selected MPEG-TS as its mode of encapsulation.Is this normal or not?

4. - What is the file extension I should add to a file name in Destination file field if I want to save video stream as Video - H.264 + AAC (TS)?

Re: Save dinamically to file

Posted: 07 Apr 2009 15:00
by VLC_help
1. No. RTSP might allow behavior like that, but I am not sure.
2. Not for all formats.But for most formats it should work.
3. This should be fixed in latest 1.0.0 builds.
4. If you use TS, then select .ts

Re: Save dinamically to file

Posted: 07 Apr 2009 17:06
by tamiro44
About question number 4:
If the stream is H.264 in payload type 96 (dinamically)? which file format to choose?

Re: Save dinamically to file

Posted: 08 Apr 2009 13:45
by VLC_help
If you mean elementary H.264 stream, then try RAW.

Re: Save dinamically to file

Posted: 12 Apr 2009 07:07
by tamiro44
movie.RAW? just like that?

Re: Save dinamically to file

Posted: 12 Apr 2009 16:00
by VLC_help
Suitable file extension for ES H.264 streams is usually .264, but file extensions shouldn't be issue.

Re: Save dinamically to file

Posted: 12 Apr 2009 16:21
by tamiro44
OK.
Thanks.
VLC_help,
I wondered if you can help me in another subject (didn't get any answer in forum):
How can i change marquee dynamically through rc telnet (since there is no other option).

Thanks,
Tamiro.

Re: Save dinamically to file

Posted: 13 Apr 2009 16:43
by VLC_help
viewtopic.php?f=7&t=57201&p=190818&hilit=logo#p190715
that should help about dynamic marquee

Re: Save dinamically to file

Posted: 16 Apr 2009 08:15
by tamiro44
Thanks very much, i'll try it.
If i want it from code (c#) i should activate a Telnet client, right?
(Since there is no regular option)

Re: Save dinamically to file

Posted: 16 Apr 2009 11:35
by VLC_help
telnet or RC, both should work.

Re: Save dinamically to file

Posted: 16 Apr 2009 12:59
by tamiro44
I tried and it works!
But from code: where do i write " -I rc --sub-filter "marq@test{marquee=Hello}" "
At init options? and from where i can control on @test? i don't have a VLC command line in order to change @test marq.

Thanks again.

Re: Save dinamically to file

Posted: 16 Apr 2009 20:48
by VLC_help
Yep, at init. And you connect to telnet or RC interface using putty or another client.

Re: Save dinamically to file

Posted: 25 Apr 2009 22:38
by tamiro44
vlc_help,
This is what you've ment?
viewtopic.php?f=32&t=58587

Do you have any comments?

Re: Save dinamically to file

Posted: 26 Apr 2009 16:59
by VLC_help
I don't have any comments.