Search found 41 matches

Go to advanced search

by MortenKjarulff
20 Apr 2010 11:30
Forum: VLC media player for Windows Troubleshooting
Topic: Output a jpeg instead of a movie
Replies: 13
Views: 3176

Re: Output a jpeg instead of a movie

Thanks, Not totally broken, this: --sout '#duplicate{dst=display,dst={transcode{vcodec=FLV1,acodec=mp3,width=320,height=240,fps=1,sfilter=mosaic:marq{marquee=%Y%m%d-%H%M%S,position=8}}:std{access=http,mux=ffmpeg{mux=flv},dst=0.0.0.0:8081/cam1.flv}}}' gives me a timestamp on the video, but not on the...
by MortenKjarulff
20 Apr 2010 10:16
Forum: VLC media player for Windows Troubleshooting
Topic: Output a jpeg instead of a movie
Replies: 13
Views: 3176

Re: Output a jpeg instead of a movie

Also, no timestamp with this:

Code: Select all

--sub-filter 'marq{marquee=%Y%m%d-%H%M%S,position=8}' \ --sout '#duplicate{dst=display,dst={transcode{vcodec=FLV1,acodec=mp3,width=320,height=240,fps=1}:std{access=http,mux=ffmpeg{mux=flv},dst=0.0.0.0:8081/cam1.flv}}}' \
by MortenKjarulff
16 Apr 2010 14:25
Forum: VLC media player for Windows Troubleshooting
Topic: Output a jpeg instead of a movie
Replies: 13
Views: 3176

Re: Output a jpeg instead of a movie

changing to this: --sout '#transcode{sfilter=mosaic:marq{marquee=%Y%m%d-%H%M%S,position=8}}:duplicate{dst=display,dst={transcode{vcodec=FLV1,acodec=mp3,width=320,height=240,fps=1}:std{access=http,mux=ffmpeg{mux=flv},dst=0.0.0.0:8081/cam1.flv}}}' \ does not give me a timestamp on the snapshots. What ...
by MortenKjarulff
07 Apr 2010 11:53
Forum: VLC media player for Windows Troubleshooting
Topic: Output a jpeg instead of a movie
Replies: 13
Views: 3176

Re: Output a jpeg instead of a movie

Hi, I have this running now: $MSET_VLC \ --ignore-config \ --no-qt-privacy-ask \ -I rc --rc-host 127.0.0.1:8091 \ --vout dummy \ --snapshot-path "`cygpath -w -a $MSET_VAR/www/cam1`/%Y%m%d-%H%M%S-cam1.jpg" --snapshot-format jpg \ --sout '#duplicate{dst=display,dst={transcode{vcodec=FLV1,aco...
by MortenKjarulff
03 Dec 2009 08:45
Forum: VLC media player for Windows Troubleshooting
Topic: no sound after 1 hour
Replies: 23
Views: 3969

Re: no sound after 1 hour

:( I was glad and went on to the next DVD. The sound was fine for both the first and second part I recorded, but the picture froze the last 5 minutes of the second part.

Any ideas?
by MortenKjarulff
02 Dec 2009 19:33
Forum: VLC media player for Windows Troubleshooting
Topic: no sound after 1 hour
Replies: 23
Views: 3969

Re: no sound after 1 hour

Ok, got it! With these 2 commands: vlc.exe \ 'dvdsimple://E:\@1' \ ':sout=#std{access=file,mux=ps,dst=movie-part-1.mpg' \ '--stop-time=3524' \ ':audio-track=0' \ 'vlc://quit' vlc.exe \ 'dvdsimple://E:\@1' \ ':sout=#std{access=file,mux=ps,dst=movie-part-2.mpg' \ '--start-time=3524' \ ':audio-track=0'...
by MortenKjarulff
02 Dec 2009 14:57
Forum: VLC media player for Windows Troubleshooting
Topic: no sound after 1 hour
Replies: 23
Views: 3969

Re: no sound after 1 hour

(one for each layer)
How to select layer? (I don't even know what layer is)
by MortenKjarulff
02 Dec 2009 13:23
Forum: VLC media player for Windows Troubleshooting
Topic: Output a jpeg instead of a movie
Replies: 13
Views: 3176

Re: Output a jpeg instead of a movie

Thanks, I will try it some day.

Would you put that on a public webpage? As I see it, it would open up for anyone to send commands to your vlc?

If it is possible, I need everything on port 80, and I have 2 cameras.

Cheers,
Morten
http://www.mortenkjarulff.dk/webcams
by MortenKjarulff
02 Dec 2009 10:32
Forum: VLC media player for Windows Troubleshooting
Topic: Output a jpeg instead of a movie
Replies: 13
Views: 3176

Re: Output a jpeg instead of a movie

Thank you. As I understand you, I will have to have a page which call the snapshot script and show the image. The snapshot script should be called first, and when the image is loaded, it will be the newly created one, right? (I don't know how to code such a page, but I will ask for help if I go that...
by MortenKjarulff
01 Dec 2009 20:05
Forum: VLC media player for Windows Troubleshooting
Topic: no sound after 1 hour
Replies: 23
Views: 3969

Re: no sound after 1 hour

Only solution so far is to record in two pieces (one for each layer)
Can you make the first part of the movie en one file, and second part of the movie in another file, if so, how?
by MortenKjarulff
01 Dec 2009 16:29
Forum: VLC media player for Windows Troubleshooting
Topic: Output a jpeg instead of a movie
Replies: 13
Views: 3176

Re: Output a jpeg instead of a movie

Ok. Currently I run a vlm conf that stream 2 cams, and then run 2 more instances of vlc to save snapshots of the 2 stream (see viewtopic.php?f=2&t=60841), is this the way to do it?
by MortenKjarulff
01 Dec 2009 11:50
Forum: VLC media player for Windows Troubleshooting
Topic: Output a jpeg instead of a movie
Replies: 13
Views: 3176

Output a jpeg instead of a movie

Hi, I run this vlm conf to stream a webcam: new chl0 broadcast enabled setup chl0 input dshow:// setup chl0 option dshow-vdev="Logitech QuickCam Chat " setup chl0 output #transcode{vcodec=FLV1,acodec=mp3,channels=2,samplerate=44100,width=320,height=240,fps=1,sfilter=mosaic:marq{marquee=%Y%...
by MortenKjarulff
01 Dec 2009 09:47
Forum: VLC media player for Windows Troubleshooting
Topic: new files not visible in http interface
Replies: 1
Views: 136

new files not visible in http interface

Hi, I run this: C:\Programmer\VideoLAN\vlc\vlc.exe ^ --no-qt-privacy-ask ^ --extraintf=http ^ --http-host=0.0.0.0:80 ^ --http-src=%MSET_VAR%\wwwroot ^ --vlm-conf=%MSET_PRIVATE_BIN%\vlc-vlm.conf I seems that when I add new files under ...\wwwroot they are not visible in my browser until I restart vlc...
by MortenKjarulff
23 Nov 2009 20:24
Forum: VLC media player for Windows Troubleshooting
Topic: --http-reconnect
Replies: 1
Views: 266

--http-reconnect

Hi, I have a vlm configuration running on computer A, it streams a webcam. I run vlc --http-reconnect http://mortenkjarulff.dyndns.org:80/webcams/cam0.flv on computer B, and it shows the cam. If I pull out the network cable on computer B, the "movie" freeze (no suprise!), but shouldn't it ...
by MortenKjarulff
23 Nov 2009 14:42
Forum: VLC media player for Windows Troubleshooting
Topic: no sound after 1 hour
Replies: 23
Views: 3969

Re: no sound after 1 hour

Ok, could you teach me how to re-index a file myself?
by MortenKjarulff
22 Nov 2009 19:35
Forum: VLC media player for Windows Troubleshooting
Topic: no sound after 1 hour
Replies: 23
Views: 3969

Re: no sound after 1 hour

Hi,

http://trac.videolan.org/vlc/ticket/3136 says "When reindexed with AVIdemux the TS file works OK." - what does that mean? Did you get a working copy?

/Morten
by MortenKjarulff
16 Nov 2009 23:01
Forum: VLC media player for Windows Troubleshooting
Topic: no sound after 1 hour
Replies: 23
Views: 3969

Re: no sound after 1 hour

Thanks, but same thing happen (a few minutes into 2nd file). I used the following commands (I am using cygwin on windows): /cygdrive/c/Programmer/VideoLAN/VLC/vlc.exe \ 'dvdsimple://E:\@1' \ ':sout=#std{access=file,mux=ps,dst=far-til-fire-i-sneen-del-1.mpg' \ '--stop-time=3000' \ ':audio-track=0' \ ...
by MortenKjarulff
15 Nov 2009 22:59
Forum: VLC media player for Windows Troubleshooting
Topic: no sound after 1 hour
Replies: 23
Views: 3969

Re: no sound after 1 hour

is there any workaround?
by MortenKjarulff
05 Nov 2009 12:20
Forum: VLC media player for Windows Troubleshooting
Topic: "VLC media Player has just crashed"
Replies: 6
Views: 14681

Re: "VLC media Player has just crashed"

Hi, I have the same problem. If I delete %appdata%\vlc, it comes up fine ... but ask me for some few basic settings. On one of my PCs I use vlc to stream webcams (unattended) so I can't accept any popups asking for yes/no. 1) Is there an option to tell vlc what it ask for on the first popup after de...
by MortenKjarulff
28 Oct 2009 14:17
Forum: VLC media player for Windows Troubleshooting
Topic: no sound after 1 hour
Replies: 23
Views: 3969

Re: no sound after 1 hour

close, I think the movie was about 98 mins long, and sound disappeared after about 62 mins:

Code: Select all

((5 927 151 381 bytes) / 98) * 62 = 3.49230176 gigabytes
I don't know if it can be calculated that way.

As I remember, on both movies the sound disappear right in a "sceneshift".

Cheers,
Morten
by MortenKjarulff
27 Oct 2009 16:16
Forum: VLC media player for Windows Troubleshooting
Topic: no sound after 1 hour
Replies: 23
Views: 3969

Re: no sound after 1 hour

one of them is
5.927.151.381 bytes
by MortenKjarulff
27 Oct 2009 13:10
Forum: VLC media player for Windows Troubleshooting
Topic: no sound after 1 hour
Replies: 23
Views: 3969

no sound after 1 hour

Hi,

I use this command to copy a movie from DVD to harddisk:

Code: Select all

vlc.exe 'dvdsimple://E:\@1' ':sout=#std{access=file,mux=ps,dst=myfile.mpg' ':audio-track=0'
When I play the copy, there is no sound after approx 1 hour. I have tried with 2 DVDs, same problem.

What could I try?

Cheers,
Morten
by MortenKjarulff
25 Oct 2009 11:55
Forum: VLC media player for Windows Troubleshooting
Topic: How to make a logfile
Replies: 7
Views: 492

Re: How to make a logfile

am I using the correct options, that is, should I get a log file with the options I use?

Go to advanced search