Search found 62 matches

Go to advanced search

by zozizozu
07 Jun 2017 14:36
Forum: General VLC media player Troubleshooting
Topic: Is a Generic / Universal Drive Playlist Possible?
Replies: 14
Views: 2219

Re: Is a Generic / Universal Drive Playlist Possible?

Sorry for that, it works for me with any version, i'm using debian and ubuntu, so i guess it's a windows issue ...
by zozizozu
01 Jun 2017 14:32
Forum: General VLC media player Troubleshooting
Topic: Is a Generic / Universal Drive Playlist Possible?
Replies: 14
Views: 2219

Re: Is a Generic / Universal Drive Playlist Possible?

Duplication of the path is very strange, i can not help for that. Did you try the .m3u : #EXTM3U ./Documents/Videos/80s%20Plus/Aerosmith/Walk%20This%20Way%20-%20Aerosmith%20%5BBoston%20Strong%5D.mp4 ./Documents/Videos/80s%20Plus/Aerosmith/Love%20in%20an%20Elevator%20-%20Aerosmith.mp4 ./Documents/Vid...
by zozizozu
31 May 2017 16:05
Forum: General VLC media player Troubleshooting
Topic: Is a Generic / Universal Drive Playlist Possible?
Replies: 14
Views: 2219

Re: Is a Generic / Universal Drive Playlist Possible?

Just drop the first slash : <location>./Documents/Videos/80s%20Plus/Aerosmith/Walk%20This%20Way%20-%20Aerosmith%20%5BBoston%20Strong%5D.mp4</location>
by zozizozu
30 May 2017 15:53
Forum: General VLC media player Troubleshooting
Topic: Is a Generic / Universal Drive Playlist Possible?
Replies: 14
Views: 2219

Re: Is a Generic / Universal Drive Playlist Possible?

You can save the playlist into the external drive, than edit it as a text file to search and replace the full path by a relative path ( drop the "file://" part and replace "J:Drive" by "."
by zozizozu
17 May 2017 17:07
Forum: VLC media player Feature Requests
Topic: Motion-Detection Filter for VLC?
Replies: 13
Views: 61613

Re: Motion-Detection Filter for VLC?

Hi. I'm sorry, it will not work on windows except if you install GNU executables tail and grep , you can use mingwin for example. I've modified the code of this module so it can resend datas to UDP, but it seams videolan's developpers not want that : https://mailman.videolan.org/pipermail/vlc-devel/...
by zozizozu
12 May 2012 13:13
Forum: VLC media player Feature Requests
Topic: Motion-Detection Filter for VLC?
Replies: 13
Views: 61613

Re: Motion-Detection Filter for VLC?

Hi, for this i use " vlc --video-filter=motiondetect -vvv > modec 2>&1 " to redirect full vlc log to a file. Then i use something like while thrue : tail -n 1 modec | grep 'moving shapes' , to get only the last line of the output of the motiondetect module. If the last line is not equa...
by zozizozu
11 May 2012 09:38
Forum: VLM
Topic: Using mosaic to sout file
Replies: 0
Views: 1210

Using mosaic to sout file

Hi. I'm using a 1*1 mosaic to convert differents files so they have exactly the same size ( the size of the background image ) . Here's my vlm conf : new channel broadcast enabled setup channel input "MyInputFile" setup channel output #duplicate{dst=mosaic-bridge{id=1},select=video,dst=bri...
by zozizozu
09 May 2012 10:05
Forum: General VLC media player Troubleshooting
Topic: Synchronize multiple vlc players
Replies: 1
Views: 870

Synchronize multiple vlc players

Hi, I'm trying to synchronize multiple vlc players that are reading different streams : I have one vlm broadcaster that generate multiple http streams, then many players that are reading it. The goal is that all players read the frame N at the same time. I've search about this but vlc+synchro gives ...
by zozizozu
29 Dec 2011 14:43
Forum: VLM
Topic: [SOLVED] can not stream still image using vlm
Replies: 1
Views: 1887

Re: can not stream still image using vlm

Hi, it looks it works perfectly with vlc 1.2 , great, thanks team.

ps: it seam to works only while transcoding :

setup test output #transcode{...}:standard{...} is working
setup test output #standard{...} is not working

Thanks again, happy new year.
by zozizozu
14 Dec 2011 08:49
Forum: VLM
Topic: [SOLVED] can not stream still image using vlm
Replies: 1
Views: 1887

[SOLVED] can not stream still image using vlm

Hi. I'm trying to setup a vlm conf using still image : new test broadcast enabled setup test input /home/zozi/Documents/test/vlm/tst2_lw.jpg setup test option fake-duration=10000 setup test output #standard{access=http,mux=ts,dst=192.168.1.11:8888/test} control test play but i got this main decoder ...
by zozizozu
23 Sep 2011 18:22
Forum: VLC media player for Linux and friends Troubleshooting
Topic: --video-x and --video-y command line not working
Replies: 9
Views: 6368

Re: --video-x and --video-y command line not working

Sorry, i may bad explain myself ( you might have reconised my froggy english ), i don't know if it is a bug or no because i did not found nothing about this except this post. You said it works for you without a window manager, for me not. If i am the only one where it's not working, my trouble, if y...
by zozizozu
23 Sep 2011 17:29
Forum: VLC media player for Linux and friends Troubleshooting
Topic: --video-x and --video-y command line not working
Replies: 9
Views: 6368

Re: --video-x and --video-y command line not working

I have notice that the video window position depend on "where" i start vlc : if i run from a shell ( or a .sh ) that is on located on my left screen, video is opening on the this left screen, if i move the shell to my right screen and start again, video is on this 2nd screen ... I also try...
by zozizozu
16 Sep 2011 14:03
Forum: VLC media player for Linux and friends Troubleshooting
Topic: --video-x and --video-y command line not working
Replies: 9
Views: 6368

Re: --video-x and --video-y command line not working

You should try without a window manager (i.e. with plain bare X server). Usually, the WM will override the video position. Unfortunally it did not work for me. Here is what i've done: * echo vlc myMovie.avi --video-x=100 > .xinitrc * sudo /etc/init.d/gdm stop * startx The video is going to x = 1441...
by zozizozu
06 Sep 2011 11:02
Forum: VLC media player for Linux and friends Troubleshooting
Topic: --video-x and --video-y command line not working
Replies: 9
Views: 6368

Re: --video-x and --video-y command line not working

Hi all , i'm using vlc 1.1.11 and it looks it's still an issue.
I've also try compiling vlc => 1.2.0-git Twoflower (revision 1.1.0-pre1-4373-g3ae42e7)
Does anyone solved this without droping the window manager ?

Thanks
by zozizozu
06 Sep 2011 10:03
Forum: VLC media player for Windows Troubleshooting
Topic: VLC on external monitor
Replies: 3
Views: 910

Re: VLC on external monitor

Hi all, i'm using vlc 1.1.11 and it looks --video-x is not working, my video windows always open on my second screen at (x=0, y=0) . My command : vlc my.AVI :reset-config :video-x=100 :video-y=200 :no-embedded-video Is there something wrong in my command ? Thanks [EDIT] Ooops, sorry, it is working o...
by zozizozu
18 May 2011 08:05
Forum: VLC stream-output (sout)
Topic: WebCam Streaming on Debian Squeey
Replies: 2
Views: 1133

Re: WebCam Streaming on Debian Squeey

You should give us mor information :
Can you see something when just opening the webcam : vlc -vvv v4l2:// ?
What is your command line ?
...
by zozizozu
18 May 2011 08:01
Forum: VLC stream-output (sout)
Topic: changing aspect ratio
Replies: 2
Views: 607

Re: changing aspect ratio

Hi, , if you only want to "resize" your video, i think you can set width/height while transcoding :

vlc -vvv udp://@172.27.27.167:1234 --sout #transcode{width=800,height=450,acodec=mp4a,ab=96,channels=2,samplerate=48000}:rtp{dst=172.27.27.61,port=3001,mux=ts}
by zozizozu
17 May 2011 11:35
Forum: VLC stream-output (sout)
Topic: vlc stream in Windows 2003, must need an soundcard?
Replies: 3
Views: 597

Re: vlc stream in Windows 2003, must need an soundcard?

I'm not sure, but i don't think you need a sound cards for streaming
by zozizozu
17 May 2011 09:46
Forum: VLC stream-output (sout)
Topic: Change the pixel ratio while trancoding
Replies: 1
Views: 826

Re: Change the pixel ratio while trancoding

Hi again. It's 3 days i'm searching but can not find the way to modifie the size of the pixels. I'm really surprise because the pixel aspect ratio is one of the main component of a video software. I can't beleive that i'm the 1rst to ask such a question, so i beleive i'm not asking in a proper way (...
by zozizozu
10 May 2011 22:04
Forum: VLC media player for Linux and friends Troubleshooting
Topic: screen-mouse-image does not display the image
Replies: 5
Views: 2304

Re: screen-mouse-image does not display the image

Hi again, i've just compiled vlc to have a brand new " VLC media player 1.2.0-git Twoflower (revision 1.1.0-pre1-4373-g3ae42e7) ", enabling all i can when ./configure (by the way, it's fabulous, you've made a wonderfull job on config+wiki..., it took me,a simple user, 20mn to compile and r...
by zozizozu
10 May 2011 15:24
Forum: VLC media player for Linux and friends Troubleshooting
Topic: screen-mouse-image does not display the image
Replies: 5
Views: 2304

Re: screen-mouse-image does not display the image

Sorry, but this option is describe and does not generate an error .
Do you mean that it doesn't exist anymore ?
Well so, is there a way to display the mouse cursor while running "vlc screen://" ?
by zozizozu
10 May 2011 13:05
Forum: VLC media player for Linux and friends Troubleshooting
Topic: screen-mouse-image does not display the image
Replies: 5
Views: 2304

screen-mouse-image does not display the image

Hi, i've seach a lot here but did not understand why it's not working : vlc screen:// :screen-mouse-image=/usr/share/gnome-control-center/pixmaps/mouse-cursor-normal-large.png :screen-width=500 :screen-height=300 Of course image exists and can be read by vlc ( i've tried with the same img as a logo ...
by zozizozu
09 May 2011 15:58
Forum: VLC stream-output (sout)
Topic: Change the pixel ratio while trancoding
Replies: 1
Views: 826

Change the pixel ratio while trancoding

Hi all. I'm trying to transcode some videos so they have exactly the same codec, aspect ratio etc... I'm using vlc 45b2404483.mp4 -I dummy --aspect-ratio 4/3 --monitor-par 4/3 --autoscale --noaudio --no-sout-audio --sout '#transcode{width=384,height=288,deinterlace,vcodec=theo,vb=1200,fps=25,acodec=...
by zozizozu
04 May 2011 16:05
Forum: VLC stream-output (sout)
Topic: [SOLVED] Delay between items in a playlist
Replies: 2
Views: 1317

Re: Delay between items in a playlist

Great, it works perfectly : vlc --loop --sout-keep --sout '#gather:std{access=http,mux=ts,dst=127.0.0.1:50001/}'

Thanks a lot

Go to advanced search