Search found 3 matches

Go to advanced search

by EparionaD
15 Nov 2019 14:40
Forum: VLC stream-output (sout)
Topic: Problems generating a file with sout in python
Replies: 2
Views: 771

Re: Problems generating a file with sout in python

good morning Sorry for the delay, this is all that appears on the console. Or you could explain how to view the logs you need. Regards. eparionad@Sp1k3 ~]$ cd Descargas/ [eparionad@Sp1k3 Descargas]$ python radio.py [00007f9cb800af50] mpeg4audio demux packetizer: AAC channels: 2 samplerate: 22050 [ep...
by EparionaD
13 Nov 2019 22:32
Forum: VLC stream-output (sout)
Topic: Problems generating a file with sout in python
Replies: 2
Views: 771

Problems generating a file with sout in python

Good afternoon I have the following code in python: import time import vlc def grabar_audio(): convertidor = "--sout=#transcode{acodec=flac,ab=320,channels=1,samplerate=16000}:std{access=file,mux=raw,dst='/home/eparionad/Descargas/audio.flac'} --run-time=40 --stop-time=40" instancia = vlc....
by EparionaD
17 Feb 2018 14:47
Forum: VLC stream-output (sout)
Topic: Record streaming audio to FLAC format
Replies: 2
Views: 4101

Record streaming audio to FLAC format

Good Morning I have a question, I am trying to record audio from a radio by streaming to the FLAC format with the following characteristics: Channel: Mono Sample rate: 16000 Bite rate: 320 or 128 I have the following expression that I am using, is it the correct one? "--sout=#transcode{acodec=f...

Go to advanced search