Search found 4 matches

Go to advanced search

by srikanthMadishetti
09 Feb 2011 12:15
Forum: VLC stream-output (sout)
Topic: recording an mp4 stream for a defined duration
Replies: 8
Views: 3793

Re: recording an mp4 stream for a defined duration

you can use --run-time option. With this option one can record for the required number of seconds.
by srikanthMadishetti
09 Feb 2011 12:07
Forum: Development around libVLC
Topic: stopping streaming without stopping playing
Replies: 10
Views: 1117

Re: stopping streaming without stopping playing

--run-time can be used to stop recording after specified number of seconds
Ex:
vlc.exe -vvv rtsp://10.46.10.112:554/orig.sdp --run-time=60 --sout="#std{access=file,mux='ts',dst=go7.ts}"

Here --run-time=60 means the stream will be recorded for 60 seconds.
by srikanthMadishetti
14 Dec 2010 14:05
Forum: VLC stream-output (sout)
Topic: bitrate of the h264stream transcoded using vlc is not proper
Replies: 1
Views: 1009

bitrate of the h264stream transcoded using vlc is not proper

Hi all, I have tried transcoding the stream with following parameters. vlc -I dummy vop85m3lfaj02w.mp4" --sout '#transcode{venc=x264{aud=1,non-deterministic,no-dct-decimate,no-fast-pskip,merange=24,asm=1,profile=baseline,vbv-bufsize=1024,qcomp=0.1, qblur=1.0,direct=auto,keyint=15,min-keyint=2,m...
by srikanthMadishetti
08 Dec 2010 15:21
Forum: VLC stream-output (sout)
Topic: Problem in transcoding to aac-lc with various bitrates
Replies: 1
Views: 648

Problem in transcoding to aac-lc with various bitrates

Hi all, When I transcode audio+video stream by giving acodec=mp4a, ab=16 ,samplerate=44100,channels=1, I am getting the transcoded stream with abudio bit rate of 59kbps . I tried by giving ab =32 , still the transcoded stream is have 59kbps . The exact command I used is export LICENSE_FILE_PATH=/opt...

Go to advanced search