Search found 24 matches

Go to advanced search

by ralf.butler
08 Jun 2010 14:20
Forum: VLC stream-output (sout)
Topic: Delay when killing vlc while recording video AND audio
Replies: 6
Views: 1072

Re: Delay when killing vlc while recording video AND audio

Hi Remi, I just tested it with oss and there are massive delays as well. E.g. after a 6hrs recording it takes up to 15minutes till vlc is terminated. Is it really a limitation of the input? Do you have more information about that? I've the impression that it is related to vlc, perhaps it syncs the a...
by ralf.butler
31 May 2010 01:06
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Wow, a squeezed canvas ...
Replies: 2
Views: 450

Re: Wow, a squeezed canvas ...

Hi xtophe, It is :( $ dpkg -l libavutil\* Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Inst/Cfg-files/Unpacked/Failed-cfg/Half-inst/trig-aWait/Trig-pend |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad) ||/ Name Version Description +++-======================================-======...
by ralf.butler
30 May 2010 00:26
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Wow, a squeezed canvas ...
Replies: 2
Views: 450

Wow, a squeezed canvas ...

Hi there, I love vlc, know all key strokes and therefore really don't want to miss it on my system. But after I updated to ubuntu lucid I see the following: http://img571.imageshack.us/img571/2816/oilspill.png This suppose to be the live stream of the oil spill. I have this squeezy problem with all ...
by ralf.butler
30 May 2010 00:02
Forum: VLC stream-output (sout)
Topic: Frames skipped while recording
Replies: 3
Views: 516

Re: Frames skipped while recording

Thanks Remi. That did the job.
by ralf.butler
30 May 2010 00:02
Forum: VLC stream-output (sout)
Topic: Tiled image on each key frame
Replies: 3
Views: 752

Re: Tiled image on each key frame

Got slightly better. Thanks
by ralf.butler
30 May 2010 00:01
Forum: VLC stream-output (sout)
Topic: Delay when killing vlc while recording video AND audio
Replies: 6
Views: 1072

Re: Delay when killing vlc while recording video AND audio

Thanks Remi. Would oss make any difference?
by ralf.butler
20 May 2010 01:59
Forum: VLC stream-output (sout)
Topic: Stream a video adding a blanck audio file
Replies: 2
Views: 449

Re: Stream a video adding a blanck audio file

Do you stream with cvlc or the vlc gui? How does sout look like?
by ralf.butler
19 May 2010 12:17
Forum: VLC stream-output (sout)
Topic: Delay when killing vlc while recording video AND audio
Replies: 6
Views: 1072

Delay when killing vlc while recording video AND audio

Hi there, can someone explain me why the killing the vlc recording of a video with audio takes by far more time than killing one without audio? This is how I record: #!/bin/bash DURATION=21600 cvlc --color --run-time=$DURATION v4l2:///dev/video2:width=320:height=240 :input-slave=alsa://hw:0,0 :v4l2-...
by ralf.butler
05 Feb 2010 02:17
Forum: VLC stream-output (sout)
Topic: Sound device still blocked after killing vlc process
Replies: 4
Views: 821

Re: Sound device still blocked after killing vlc process

Can anyone help me out with that. So far I found no solution.

Thanks,
Ralf
by ralf.butler
03 Feb 2010 02:34
Forum: VLC stream-output (sout)
Topic: Sound device still blocked after killing vlc process
Replies: 4
Views: 821

Sound device still blocked after killing vlc process

Hi All, I repeatedly (endless loop) capture 6hrs of video and audio input with vlc: while [ 0 -eq 0 ]; do cvlc --run-time=21600 v4l2:///dev/video0 input-slave=alsa://hw:0,0 :v4l2-standard=0 :sout='#transcode{vcodec=mp4v,vb=800,scale=1,acodec=mpga,ab=128,sfilter=marq}:std{access=file,mux=mp4,dst=/tmp...
by ralf.butler
30 Jan 2010 10:46
Forum: VLC stream-output (sout)
Topic: Tiled image on each key frame
Replies: 3
Views: 752

Re: Tiled image on each key frame

Hi Remi,

I would like to keep the frame rate. I hope a video bit rate of 1000 will do the job.

Thanks,
Ralf
by ralf.butler
28 Jan 2010 04:45
Forum: VLC stream-output (sout)
Topic: Tiled image on each key frame
Replies: 3
Views: 752

Tiled image on each key frame

Dear All, I record with vlc: cvlc --color --run-time=10 v4l2:///dev/video0 :v4l2-adev= :v4l2-standard=0 :sout='#transcode{vcodec=mp4v,vb=800,scale=1,acodec=none,sfilter=marq}:std{access=file,mux=mp4,dst=/tmp/out.mp4}' --sub-filter marq --marq-marquee \"%D %H:%M:%S\" --marq-position 6 When ...
by ralf.butler
24 Jan 2010 12:56
Forum: VLC stream-output (sout)
Topic: Frames skipped while recording
Replies: 3
Views: 516

Re: Frames skipped while recording

Yes, I feared that. Furthermore I encode not only 2 but 4 videos on a Pentium 4. Ok, what do you think of a Core 2 Duo. Will that work?

Thanks Remi!
by ralf.butler
23 Jan 2010 14:22
Forum: VLC stream-output (sout)
Topic: Missing audio when recording a 2nd time
Replies: 2
Views: 300

Re: Missing audio when recording a 2nd time

Hi Remi,

Yes, I know that I can use the V4L2 multiple times. However, I've the feeling that the audio device is not released after I used it the first time. Because on the 2nd time there is no audio in the video.

Thanks,
Ralf
by ralf.butler
23 Jan 2010 12:43
Forum: VLC stream-output (sout)
Topic: Recording mulitple streams
Replies: 0
Views: 248

Recording mulitple streams

Hi, I try to record four video streams (/dev/video[0-3]) under Linux. So far I was not very successful. I let four cvlc programs execute in the background but it turned out that they are not recorded in the same quality. For example sometimes some frames are missed on some recorded streams. I looked...
by ralf.butler
23 Jan 2010 12:34
Forum: VLC stream-output (sout)
Topic: Frames skipped while recording
Replies: 3
Views: 516

Frames skipped while recording

Hi there, On my debian machine I record two camera streams link this: cvlc --color --run-time=10 v4l2:///dev/video0 :input-slave=alsa://hw:0,0 :v4l2-standard=0 :sout='#transcode{vcodec=mp4v,vb=800,scale=1,acodec=mpga,ab=128,sfilter=marq}:std{access=file,mux=mp4,dst=/tmp/out0.mp4}' --sub-filter marq ...
by ralf.butler
23 Jan 2010 12:28
Forum: VLC stream-output (sout)
Topic: Missing audio when recording a 2nd time
Replies: 2
Views: 300

Missing audio when recording a 2nd time

Dear All, I record video and audio: cvlc --color --run-time=10 v4l2:///dev/video0 :input-slave=alsa://hw:0,0 :v4l2-standard=0 :sout='#transcode{vcodec=mp4v,vb=800,scale=1,acodec=mpga,ab=128,sfilter=marq}:std{access=file,mux=mp4,dst=/tmp/out.mp4}' --sub-filter marq --marq-marquee \"%D %H:%M:%S\&...
by ralf.butler
11 Jan 2010 01:55
Forum: VLC media player for Linux and friends Troubleshooting
Topic: mixing v4l2 and sound input
Replies: 1
Views: 460

[SOLVED] Re: mixing v4l2 and sound input

Ok, I sort it out. The new command is: cvlc -vvv --color --run-time=10 v4l2:// :v4l2-dev=/dev/video0 :input-slave=alsa://hw:0,0 :v4l2-standard=0 :sout='#transcode{vcodec=mp4v,vb=800,scale=1,acodec=mpga,ab=128,sfilter=marq}:std{access=file,mux=mp4,dst=/tmp/out.mp4}' --sub-filter marq --marq-marquee &...
by ralf.butler
10 Jan 2010 07:10
Forum: VLC media player for Linux and friends Troubleshooting
Topic: mixing v4l2 and sound input
Replies: 1
Views: 460

mixing v4l2 and sound input

Hi, I can perfectly record from /dev/video0 and write the output to a file. However, I can not 'inject' sound into that outfile. The command that I use is: cvlc -vvv --color --run-time=10 v4l2:// :v4l2-dev=/dev/video0 :v4l2-adev=/dev/dsp :v4l2-standard=0 :sout='#transcode{vcodec=mp4v,vb=800,scale=1,...
by ralf.butler
20 Dec 2009 14:10
Forum: General VLC media player Troubleshooting
Topic: 'Header damaged' message when playing recorded mp4 file
Replies: 0
Views: 655

'Header damaged' message when playing recorded mp4 file

I record from /dev/video0 to an mp4 video file: cvlc --color --run-time=60 v4l2:///dev/video0 :v4l2-adev= :v4l2-standard=0 :sout='#transcode{vcodec=mp4v,vb=800,scale=1,acodec=none}:std{access=file,mux=mp4,dst=test_mp4v.mp4}' When playing the recorded file via vlc I can see the video nicely. However,...
by ralf.butler
30 Aug 2009 04:50
Forum: VLC stream-output (sout)
Topic: Missing duration
Replies: 2
Views: 483

Re: Missing duration

Hey, great! Thank you very much! This works.
by ralf.butler
30 Aug 2009 01:39
Forum: VLC stream-output (sout)
Topic: Missing duration
Replies: 2
Views: 483

Missing duration

Dear All, I capture (only 5 sec for testing purposes) from /dev/video0: cvlc --color --run-time=5 v4l2:///dev/video0:norm=secam:frequency=543250:size=320x240:channel=0 --sout '#transcode{vcodec=mp4v,acodec=mpga,vb=3000,ab=256,venc=ffmpeg{keyint=80,hurry-up,vt=800000},deinterlace}:std{access=file,mux...
by ralf.butler
30 Aug 2009 01:36
Forum: VLC stream-output (sout)
Topic: Text/Timestamp Overlay
Replies: 0
Views: 1143

Text/Timestamp Overlay

Dear All, During capturing of /dev/video0 I want to overlay the output video with a time stamp. is that possible? This is how I capture so far: cvlc --color --run-time=5 v4l2:///dev/video0:norm=secam:frequency=543250:size=320x240:channel=0 --sout '#transcode{vcodec=mp4v,acodec=mpga,vb=3000,ab=256,ve...

Go to advanced search