Search found 7 matches

Go to advanced search

by paulc0001
24 Feb 2007 15:57
Forum: General VLC media player Troubleshooting
Topic: MPEG-2 TS file demultiplexing ?
Replies: 5
Views: 1313

Actually, I'm not sure this is possible to demux an MPEG-2 TS files to "raw" Elementary Streams with VLC at all. You can generate ES files like this: vlc --intf dummy $1 vlc:quit --sout '#es{access=file,mux=es,dst-video="video.mp2v",dst-audio="audio.mp2a"}' and I didn'...
by paulc0001
24 Feb 2007 15:40
Forum: VLC media player for Linux and friends Troubleshooting
Topic: play vlc in a linux without graphical interface
Replies: 4
Views: 2206

Re: play vlc in a linux without graphical interface

I'm trying to play a http video stream and stream it , but my vlc can't play the video stream because there's no graphical interface on my fedora.
If you're trying to use sout, not vout, then just add "--intf dummy" to your commandline.
by paulc0001
20 Feb 2007 16:34
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Can't build from source -- want to do PS3/Cell modifications
Replies: 6
Views: 2629

Re: update

src/.libs/libvlc.so: undefined reference to `libiconv_open' src/.libs/libvlc.so: undefined reference to `libiconv_close' src/.libs/libvlc.so: undefined reference to `libiconv' I got around this by editing vlc-trunk/Makefile (after configure, before compile), changing the line that looked like: vlc_...
by paulc0001
20 Feb 2007 16:12
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Installation woes w/ FC4 + WinTV
Replies: 1
Views: 3553

Re: Installation woes w/ FC4 + WinTV

-bash-3.00$ vlc -vvv pvr:/dev/video0 :sout="#transcode{vcodec=mp4v,vb=110,scale=0.5,deinterlace,venc=ffmpeg{keyint=15,interlace,noise-reduction=50,hq=rd,rc-buffer-size=1024,pre-me,trellis}}:duplicate{dst=display}" [...] # /sbin/lspci –v 01:00.0 Multimedia video controller: Brooktree Corpo...
by paulc0001
20 Dec 2006 19:07
Forum: VLC stream-output (sout)
Topic: rescale and keep interlacing
Replies: 0
Views: 651

rescale and keep interlacing

I'm trying to re-scale an interlaced image. The input is a 25 fps interlaced MPEG 2 file at 720x756 (PAL). I need to crop this down and re-size it back up to 720x576. Cropping and sizing with 'transcode{croptop=105, cropleft=65, cropright=65,width=720,height=576}' works but looks awful because of th...
by paulc0001
03 Nov 2006 12:46
Forum: VLC media player for Windows Troubleshooting
Topic: ACTIVEX 0.8.5
Replies: 2
Views: 1158

Re: ACTIVEX 0.8.5

I think you need to recompile it. Change the function VLCPlugin::onDraw() so that it contains: FillRect(hdcDraw, &bounds, (HBRUSH)GetStockObject(BLACK_BRUSH)); about 6 lines down. This assumes you want it black - otherwise just create your own brush. Then comment out the block that begins with: ...
by paulc0001
02 Oct 2006 16:28
Forum: Web and scripting
Topic: Buffering incoming stream
Replies: 6
Views: 2719

I'm using something like this: <head> <script type="text/javascript"> function startIt() { var ob = document.getElementById('vlc'); if (ob) { var options=[":http-caching=400"]; ob.addTarget("http://some.server:8080/",options,2,0); ob.play(); } } </script> </head> <body ...

Go to advanced search