Search found 12 matches

Go to advanced search

by jahanzeb
16 Apr 2012 09:46
Forum: VLC stream-output (sout)
Topic: Freezing On Internet Stream From Ubuntu
Replies: 1
Views: 499

Re: Freezing On Internet Stream From Ubuntu

Try the following. This will give you acceptable quality with a bitrate of around 500-700Kbps. Also try to playback on your local system as to make sure that your system is performing proper transcoding. cvlc INPUT --sout='#transcode{venc=x264{keyint=30,profile=baseline},vcodec=x264,width=512,height...
by jahanzeb
11 Apr 2012 12:12
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Display Video Coordinate options not working
Replies: 2
Views: 2106

Re: Display Video Coordinate options not working

I found the following information in the bug report http://trac.videolan.org/vlc/ticket/3215 . Qt4 never respected the video-x and video-y setting. We definitely don't want to move the whole UI on every video... If you want to set the video position, you need to disable embedded mode. I have tried t...
by jahanzeb
07 Apr 2012 10:36
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Display Video Coordinate options not working
Replies: 2
Views: 2106

Display Video Coordinate options not working

I am trying to display a video on a specific location on screen, but the video coordinate options doesnt seem to be working. I am trying the following command. Have tested this on Fedora VLC 1.1.13 and Ubuntu VLC 2.0.1.

Code: Select all

vlc -v --scale=0.25 --video-x=0 --video-y=0 Movie.mp4
by jahanzeb
07 Apr 2012 08:11
Forum: VLC stream-output (sout)
Topic: Having Problems with streaming/H264 RTP/UDP VLC-1.2.0
Replies: 13
Views: 19290

Re: Having Problems with streaming/H264 RTP/UDP VLC-1.2.0

I was having the same problem while capturing from Firewire/DV camera. Adding the --dv-caching=5000 option fixed the warning for me.
by jahanzeb
04 Apr 2012 09:31
Forum: VLC stream-output (sout)
Topic: logo or Marquee text: do I need to transcode?
Replies: 7
Views: 1946

Re: logo or Marquee text: do I need to transcode?

Sorry for my lack of understanding in this area. I do know that video needs to be decoded before displaying. From you answer I gather that overlay of image or text is only possible on a decoded video.
by jahanzeb
04 Apr 2012 08:28
Forum: VLC stream-output (sout)
Topic: logo or Marquee text: do I need to transcode?
Replies: 7
Views: 1946

Re: logo or Marquee text: do I need to transcode?

I am able to add logo and marquee on the display withought transcoding. So thats why I was wondering if same thing is possible with sout.

Code: Select all

cvlc --sub-filter "logo{file=logo.png,position=6,y=40}:marq{marquee=%H:%M:%S,position=5}" Movie.mp4
by jahanzeb
04 Apr 2012 06:34
Forum: VLC stream-output (sout)
Topic: logo or Marquee text: do I need to transcode?
Replies: 7
Views: 1946

Re: logo or Marquee text: do I need to transcode?

If you want to modify the picture, you have to transcode. There is no way around it, at least not with current VLC versions.
I wanted to know if this has become possible in the latest version of VLC 2.X. I want to display Marquee on my sout streams withought transcoding.
by jahanzeb
10 Feb 2011 06:26
Forum: VLC media player Feature Requests
Topic: RTSP seeking implementation
Replies: 18
Views: 5676

Re: RTSP seeking implementation

I have tested the seek issue with the Developer version of Wowza Media Server V2.1.2 and VLC 1.1.5. The seeking is working properly. But for Darwin streaming server haven't found a solution yet.
by jahanzeb
22 Sep 2010 14:00
Forum: VLC media player Feature Requests
Topic: RTSP seeking implementation
Replies: 18
Views: 5676

Re: RTSP seeking implementation

Any help here would be appreciated.
by jahanzeb
17 Sep 2010 06:04
Forum: VLC media player Feature Requests
Topic: RTSP seeking implementation
Replies: 18
Views: 5676

Re: RTSP seeking implementation

The output log file was too large to post here. Have uploaded to following URL:

http://www.megafileupload.com/en/file/2 ... c-txt.html
by jahanzeb
16 Sep 2010 09:48
Forum: VLC media player Feature Requests
Topic: RTSP seeking implementation
Replies: 18
Views: 5676

Re: RTSP seeking implementation

Following is the output of vlc with -v switch: [i]vlc -v rtsp://streaming.nayatel.com:554/mnt/movies/sample_h264_1mbit.mp4 VLC media player 1.1.3 The Luggage (revision exported) [0x8fe120] main libvlc warning: cannot read /usr/lib64/vlc/plugins/plugins-04081e-3e8.dat (No such file or directory) Bloc...
by jahanzeb
16 Sep 2010 09:13
Forum: VLC media player Feature Requests
Topic: RTSP seeking implementation
Replies: 18
Views: 5676

Re: RTSP seeking implementation

Has anybody been able to find a solution of VLC seek problem. Am facing the same issue. Am using Darwing Server version 6.0.3 and VLC client version 1.1.3. Have tested the same server with Quicktime on Windows and Totem on Fedora and seeking works perfectly for both.

Go to advanced search