Search found 14 matches

Go to advanced search

by tech_enc24
29 Dec 2010 18:08
Forum: General VLC media player Troubleshooting
Topic: H263
Replies: 2
Views: 488

Re: H263

So did you replace h263 with H263 in the codec string? I faced same issue and got corrected like this.
by tech_enc24
22 May 2010 18:18
Forum: VLC media player for Windows Troubleshooting
Topic: mouse pointer capture not working in vlc screen capture
Replies: 7
Views: 11459

Re: mouse pointer capture not working in vlc screen capture

Thanks a lot.
But I didn't observe this problem on Mac. So on windows VLC will always use specified pointer image which won't be the same
as set on my PC (could be an animated pointer). Is this a limitation only on windows with the workaround to specify icon image?
by tech_enc24
21 May 2010 13:46
Forum: VLC media player for Windows Troubleshooting
Topic: mouse pointer capture not working in vlc screen capture
Replies: 7
Views: 11459

mouse pointer capture not working in vlc screen capture

Hello All, I am using following command to capture PC screen and stream it to other PC : vlc screen:// :screen-fps=5 :screen-caching=100 :sout=#transcode{vcodec=h264,vb=768,fps=5,scale=1,width=1024,height=768,acodec=none}:rtp{dst=192.168.1.12,port=5555} Screen capture is working fine but I am not se...
by tech_enc24
03 Jan 2010 19:02
Forum: General VLC media player Troubleshooting
Topic: ffmpeg debug logs in vlc transcoding
Replies: 0
Views: 490

ffmpeg debug logs in vlc transcoding

How do I turn on ffmpeg debug logs? I have tried giving --ffmpeg-debug-mask=3 in the vlc command line but no luck. I've also compiled ffmpeg in debug mode.
by tech_enc24
03 Jan 2010 17:18
Forum: General VLC media player Troubleshooting
Topic: VLC could not open the encoder
Replies: 3
Views: 2431

Re: VLC could not open the encoder

Could you please post your transcoding command or steps here? I have faced this problem earlier may be could help you in this.
by tech_enc24
27 Dec 2009 15:25
Forum: VLC media player for Windows Troubleshooting
Topic: error in linking ffmpeg during vlc compilation
Replies: 2
Views: 544

Re: error in linking ffmpeg during vlc compilation

Ok this got fixed by configuring and recompiling ffmpeg using (info from ffmpeg docs): ./configure --target-os=mingw32 --enable-memalign-hack --enable-static --disable-shared --extra-cflags=-mno-cygwin --extra-libs=-mno-cygwin --prefix=/usr/win32 But now I am facing strange compilation error in QT4 ...
by tech_enc24
26 Dec 2009 19:11
Forum: VLC media player for Windows Troubleshooting
Topic: error in linking ffmpeg during vlc compilation
Replies: 2
Views: 544

error in linking ffmpeg during vlc compilation

I want to compile ffmpeg with few code changes and plugin it into vlc contrib packages. I'm following this wiki for vlc compilation: http://wiki.videolan.org/Win32CompileCygwin According to this wiki third party libraries are installed in /usr/win32 folder. For ffmpeg compilation following is what I...
by tech_enc24
23 Dec 2009 18:39
Forum: VLC stream-output (sout)
Topic: Streaming from local computer to server
Replies: 4
Views: 1029

Re: Streaming from local computer to server

Try this if it helps:

vlc -vvv rtp://@<Your Server IP>:5004 --sout file/ts:file.mp

eg:
vlc -vvv rtp://@192.168.10.1:5004 --sout file/ts:file.mp
by tech_enc24
23 Dec 2009 07:42
Forum: VLC stream-output (sout)
Topic: Genrate I-Frame when desired using x264
Replies: 1
Views: 384

Genrate I-Frame when desired using x264

Is it possible to force x264 codec to generate I-frame when desired, using vlc or encoder option?
by tech_enc24
17 Dec 2009 10:00
Forum: General VLC media player Troubleshooting
Topic: Trouble in encoding custom picture format h263+ video
Replies: 0
Views: 374

Trouble in encoding custom picture format h263+ video

I am facing issues in encoding resolutions which are non multiple of CIF for h263v2 1998 / h263+ video using VLC and libavcodec. My goal is to encode raw/yuv XGA / HD resolution video to h263+ video but vlc throws error saying encoder failure. VLC version is 1.0.3. Is libavcodec library outdated or ...
by tech_enc24
16 Dec 2009 06:06
Forum: General VLC media player Troubleshooting
Topic: streaming window / application instead of desktop screen
Replies: 6
Views: 2115

Re: streaming window / application instead of desktop screen

From where can I download VLC 1.1, latest binary available on videolan website is 1.0.3, and it doesn't show application option in either Playlist or Open Capture Device menus?
by tech_enc24
15 Dec 2009 10:02
Forum: General VLC media player Troubleshooting
Topic: streaming window / application instead of desktop screen
Replies: 6
Views: 2115

Re: streaming window / application instead of desktop screen

So how we can do it using VLC, what are the steps or command line options to stream a window/application screen?
by tech_enc24
14 Dec 2009 12:17
Forum: General VLC media player Troubleshooting
Topic: streaming window / application instead of desktop screen
Replies: 6
Views: 2115

streaming window / application instead of desktop screen

Is it possible using VLC to capture and stream video of a single window or application than entire desktop screen of pc/laptop?

Go to advanced search