Search found 61 matches

Go to advanced search

by michaeldjcox
01 Dec 2010 14:42
Forum: VLM
Topic: VLC 1.0 and 1.1 - aspect ratio
Replies: 0
Views: 1106

VLC 1.0 and 1.1 - aspect ratio

Hi, I have a VLM conf file below. In VLC 1.0.5 it produces a video with 16:9 aspect ratio as expected. In VLC 1.1.5 the aspect ratio is 4:3. Can anyone tell me how I can get it back to 16:9? Michael new audio broadcast enabled setup audio input "mms://wmlive-acl.bbc.co.uk/wms/bbc_ami/radio1/rad...
by michaeldjcox
08 May 2010 15:31
Forum: VLC stream-output (sout)
Topic: reducing volume during transcode
Replies: 2
Views: 751

Re: reducing volume during transcode

Please some one..

is it possible to reduce the volume of a stream during transcoding?
by michaeldjcox
17 Apr 2010 23:52
Forum: VLC stream-output (sout)
Topic: reducing volume during transcode
Replies: 2
Views: 751

reducing volume during transcode

I need an audio stream in my stream output but I want to ramp the volume right down. Stupid sageTV won't play an mpg with no audio stream so I am adding a fake stream but don't want to hear the content. --volume=0 seems to do nothing to the mpg file I'm generating - is must be playback only. Is ther...
by michaeldjcox
10 Apr 2010 12:37
Forum: VLM
Topic: VLM and playlists
Replies: 3
Views: 1957

Re: VLM and playlists

Ticket #3510 raised
by michaeldjcox
10 Apr 2010 12:28
Forum: VLM
Topic: VLM and playlists
Replies: 3
Views: 1957

Re: VLM and playlists

My work around for the moment is to expand the playlist myself - not ideal turned out to be very tricky.

Then you can have:

setup audio input "mms://stream1"
setup audio input "mms://stream2"

and VLC will skip over duff streams and move to the next one.

Michael
by michaeldjcox
14 Mar 2010 10:18
Forum: VLM
Topic: Synchronised stream start
Replies: 0
Views: 847

Synchronised stream start

Hi, I'm taking an internet video stream and bridging in a "fake" video stream to produce an mpeg transport stream with an audio and video stream. Only trouble is the transport stream seem to contain the fake video for a few seconds before the audio stream appears. The destination app only ...
by michaeldjcox
04 Mar 2010 11:37
Forum: VLC media player for Windows Troubleshooting
Topic: command line stop recording
Replies: 2
Views: 3931

Re: command line stop recording

Hi

You should consider using the rc interface.

-I rc --rc-host=localhost:<portnumberofyourchoice> --rc-quiet

Then you can send commands via a socket <portnumberofyourchoice> to the VLC session e.g.

stop
clear
quit

Michael
by michaeldjcox
04 Mar 2010 10:52
Forum: VLC media player for Windows Troubleshooting
Topic: File logging without the window
Replies: 1
Views: 121

File logging without the window

I'm using

Code: Select all

--extraintf=logger --logfile="mylogfile.log" -vvv
Which gets me a nice log file.

But it always brings up a DOS window with the log messages which I do not want.

Is it possible not to have the window but keep the log file.

Michael
by michaeldjcox
02 Mar 2010 08:38
Forum: VLC stream-output (sout)
Topic: Generate an audio stream
Replies: 0
Views: 231

Generate an audio stream

I have a video stream to dump to a file that will be read by another app.

The other app will only play the fileif there is a video AND audio stream.

Is it possible with VLC to generate a fake audio stream (of silence)?

Michael
by michaeldjcox
01 Mar 2010 08:40
Forum: VLM
Topic: VLM and playlists
Replies: 3
Views: 1957

VLM and playlists

Hi, I think this is a well known issue. If you specify: setup audio input "http://www.bbc.co.uk/radio1/wm_asx/aod/radio1_hi.asx" (a playlist). It doesn't work. But if you dig into that file and pull out one of the entries: setup audio input "mms://wmlive-acl.bbc.co.uk/wms/bbc_ami/radi...
by michaeldjcox
09 Feb 2010 08:43
Forum: VLC stream-output (sout)
Topic: frame grabbing
Replies: 2
Views: 521

Re: frame grabbing

The scene filter dumps raw video frames. But it is not clear what you actually want to do.
Hi,

Thanks for your reply.

I want to capture an image periodically from an mjpeg stream and save to a file or a series of files.

MIchael
by michaeldjcox
05 Feb 2010 09:20
Forum: VLC stream-output (sout)
Topic: frame grabbing
Replies: 2
Views: 521

frame grabbing

Is it possible to grab a frame and keep updating it?

I've been all over the forum and documentation and there are various hints that it may have been possoible at some point but not command line that seems to work with 1.0.5.

Michael
by michaeldjcox
01 Feb 2010 19:42
Forum: VLC stream-output (sout)
Topic: Transcode mjpeg into mpeg2
Replies: 0
Views: 493

Transcode mjpeg into mpeg2

"C:\Program Files\VideoLAN\VLC\vlc.exe" "http://nembiz.dyndns.org:9090/img/video.mjpeg" --sout="#transcode{vcodec=mp2v,vb=800,fps=30,scale=1,width=720,height=576,acodec=mpga,ab=128,channels=2}:duplicate{dst=std{access=file,mux=ps,dst='output.mpg'}}" -I rc --rc-host=loc...
by michaeldjcox
01 Feb 2010 08:34
Forum: VLC media player for Windows Troubleshooting
Topic: VLC 1.0.2 input slave
Replies: 12
Views: 8329

Re: VLC 1.0.2 input slave

These other tools (Mencoder, ffmpeg) seem to have the basics but I cannot seem to make them operate in a "keep" encoding fashion. i.e. they giveup when they find the end of a file which is half way through been produced. Its seems to me that VLC is adding value above and beyond what these ...
by michaeldjcox
25 Jan 2010 18:35
Forum: VLC stream-output (sout)
Topic: Transcoding mpeg4 video to mpeg2 video
Replies: 2
Views: 813

Re: Transcoding mpeg4 video to mpeg2 video

The mp4 is from an ip camera.

So I guess unless the camera comes with options its not going to work.

Or can I process mp4 into some intermediate format and then to mpeg-2 TS?
by michaeldjcox
25 Jan 2010 10:55
Forum: VLC stream-output (sout)
Topic: Transcoding mpeg4 video to mpeg2 video
Replies: 2
Views: 813

Transcoding mpeg4 video to mpeg2 video

I have noticed that if I stream a live mpeg4 video stream and transcode to mpeg2 video. vlc %url% --sout="#transcode{vcodec=mp2v,vb=4000,fps=30,scale=1,width=720,height=576,acodec=mpga,ab=128,channels=2}:duplicate{dst=std{access=file,mux=ts,dst='test.mpg'}}" --sout-transcode-audio-sync If ...
by michaeldjcox
25 Jan 2010 10:47
Forum: VLC media player for Windows Troubleshooting
Topic: VLC 1.0.2 input slave
Replies: 12
Views: 8329

Re: VLC 1.0.2 input slave

I have tried ffmpeg and it works perfectly.

Given that vlc is based a lot on the work on ffmpeg.

and vlc already does so much

Why can we not just bring this functionality to the command line of vlc?
by michaeldjcox
04 Nov 2009 12:51
Forum: VLC media player for Windows Troubleshooting
Topic: VLC 1.0.2 input slave
Replies: 12
Views: 8329

Re: VLC 1.0.2 input slave

Do I have any other options both with VLC and outside? On the face of it the thing I am trying to do (effectively add music to a slide show and output as mpeg) is a less ambitious subset of what input slave is trying to do. I have tried bridging before (http://forum.videolan.org/viewtopic.php?f=11&a...
by michaeldjcox
04 Nov 2009 09:17
Forum: VLC media player for Windows Troubleshooting
Topic: VLC 1.0.2 input slave
Replies: 12
Views: 8329

Re: VLC 1.0.2 input slave

Thanks for opening the ticket.

I see some comments on the ticket - is there any likehood of it being fixed?

My internet radio plugin for SageTV relies on the input slave feature to add music to a sequence of images.

My users are stuck on 0.9.8a at the moment.

Michael
by michaeldjcox
13 Oct 2009 17:36
Forum: VLC media player for Windows Troubleshooting
Topic: VLC 1.0.2 input slave
Replies: 12
Views: 8329

Re: VLC 1.0.2 input slave

Thanks very much
by michaeldjcox
12 Oct 2009 23:11
Forum: VLC media player for Windows Troubleshooting
Topic: VLC 1.0.2 input slave
Replies: 12
Views: 8329

Re: VLC 1.0.2 input slave

Yes it works fine without --input-slave... apart from having no sound.

Michael
by michaeldjcox
12 Oct 2009 11:13
Forum: General VLC media player Troubleshooting
Topic: VLC1.0.0 vs VLC 0.9.8 streaming
Replies: 10
Views: 2100

Re: VLC1.0.0 vs VLC 0.9.8 streaming

Confirm - this was the problem.

fps=<framespersecond>

now needs to be added to the transcode command.

Michael
by michaeldjcox
10 Oct 2009 00:13
Forum: VLC media player for Windows Troubleshooting
Topic: VLC 1.0.2 input slave
Replies: 12
Views: 8329

VLC 1.0.2 input slave

Hi, This used to work fine with version 0.9.8. But fails to produce any output in VLC 1.0.2. Can anyone help please. Thanks, Michael vlc.exe fake:// --fake-file="test.jpg" --fake-duration=9999999999 --fake-file-reload=5 --input-slave="music.mp3" --sout="#transcode{vcodec=mp2...
by michaeldjcox
08 Oct 2009 16:46
Forum: General VLC media player Troubleshooting
Topic: VLC1.0.0 vs VLC 0.9.8 streaming
Replies: 10
Views: 2100

Re: VLC1.0.0 vs VLC 0.9.8 streaming

I think the answer may be the same as:

viewtopic.php?f=14&t=66101&p=220209&hil ... v+#p220209

I may need to specify fps.

Checking tonite.
by michaeldjcox
07 Oct 2009 18:36
Forum: General VLC media player Troubleshooting
Topic: VLC1.0.0 vs VLC 0.9.8 streaming
Replies: 10
Views: 2100

Re: VLC1.0.0 vs VLC 0.9.8 streaming

I think the following messages are the key ones: main error: Streaming / Transcoding failed main error: VLC could not open the encoder. main debug: TIMER module_need() : 131.000 ms - Total 131.000 ms / 1 intvls (Avg 131.000 ms) stream_out_transcode error: cannot find video encoder (module:any fourcc...

Go to advanced search