Search found 4 matches

Go to advanced search

by srafay
18 Feb 2018 16:27
Forum: VLC stream-output (sout)
Topic: Record streaming audio to FLAC format
Replies: 2
Views: 4106

Re: Record streaming audio to FLAC format

You are using the correct audio codec acodec=flac but the mux should either be raw or ogg ( mux=raw or mux=ogg ). flac is the accepted audio codec for ogg container format and is thus used with it mostly. For more details, look at this example: Extracting audio in FLAC format And the supported VLC M...
by srafay
18 Feb 2018 12:16
Forum: VLC stream-output (sout)
Topic: Saving livestream file upto certain seconds
Replies: 1
Views: 736

Saving livestream file upto certain seconds

Hello, I want to save the first 15 seconds from the livestream (only 15 seconds in total). Is there a flag or an argument that could allow me to do that?
I am currently using this command :

Code: Select all

--sout=#transcode{vcodec=none,acodec=mp3,ab=320,channels=2,samplerate=44100}:file{dst=audio.mp3}"
by srafay
17 Feb 2018 13:11
Forum: VLC stream-output (sout)
Topic: Saving audio clips from livestream
Replies: 1
Views: 290

Saving audio clips from livestream

I am just trying to save audio clips (15 seconds per clip) from live stream using VLC library. I am unable to find any option that could allow me to record only 15 seconds from the live stream. Thus I ended up using timer in my code, but the recording clips sometimes contain 10 seconds, sometimes 20...

Go to advanced search