Search found 27 matches

Go to advanced search

by pieroxy
24 Aug 2006 07:43
Forum: General VLC media player Troubleshooting
Topic: ffmpeg hq parameter
Replies: 2
Views: 1037

Thanks... but could we have at least a rough idea of the difference between the three?
by pieroxy
24 Aug 2006 00:06
Forum: General VLC media player Troubleshooting
Topic: ffmpeg hq parameter
Replies: 2
Views: 1037

ffmpeg hq parameter

When transcoding with ffmpeg, I see that there is an option "hq" that can take the values: simple, rd or bits .

My question is simple: Which one will give the best results? There seems to be no documentation on this, but for listing the possible values.

Thanks
by pieroxy
23 Aug 2006 23:50
Forum: VLC media player Feature Requests
Topic: IVTC?
Replies: 2
Views: 1300

Agreed, it looks just weird that this is not there...
by pieroxy
21 Aug 2006 01:56
Forum: VLC stream-output (sout)
Topic: mkv muxer?
Replies: 0
Views: 1353

mkv muxer?

Hi,

Is there a way to encode a file and mux it with mkv (Matroska)? Is there any plans to support that in the future?

Thanks
by pieroxy
19 Aug 2006 19:31
Forum: VLC stream-output (sout)
Topic: Can vlc join two or more files?
Replies: 0
Views: 713

Can vlc join two or more files?

Hi,

Is there a way to join two TS files (knowing they have the same technical specs - reso, bitrate, codecs, etc...)?

Appreciated
by pieroxy
19 Aug 2006 19:28
Forum: VLC stream-output (sout)
Topic: how to transcode a video and just remux the audio
Replies: 2
Views: 1149

I realize I didn't even specify a mux ;-) Thanks for your answer. Muxing in TS works fine. As for the extra video stream, the original file has only one, so I guess it is a vlc bug. Since it could not fit the audio stream in there it made a dummy video stream... or something ;) Thanks anyways for th...
by pieroxy
19 Aug 2006 11:35
Forum: VLC stream-output (sout)
Topic: how to transcode a video and just remux the audio
Replies: 2
Views: 1149

how to transcode a video and just remux the audio

I have an MPEG-TS movie (MPEG2, AC3) and am trying to convert it to H264/AC3 (to save space). I tried to convert it to H264 the following way: "vlc" -vvv "movie.ts" :sout="#transcode{vcodec=h264,vb=4000,scale=1}:standard{access=file,url=test.mp4}" vlc:quit with limited ...
by pieroxy
18 Aug 2006 10:55
Forum: General VLC media player Troubleshooting
Topic: Interface to remotely control VLC
Replies: 7
Views: 3392

Look at the RC interface (help in the interface gives out options)
by pieroxy
18 Aug 2006 10:51
Forum: VLC media player Feature Requests
Topic: Move and resize Video windows from RC interface
Replies: 3
Views: 1543

Anyone has any hints? How complex is this? Is there any chance we'll see any dev looking into this?
by pieroxy
09 May 2006 17:13
Forum: VLC media player Feature Requests
Topic: JACK input
Replies: 4
Views: 1744

Just because I am curious, what is JACK ?
by pieroxy
09 May 2006 17:12
Forum: VLC media player Feature Requests
Topic: I want to recording streaming video
Replies: 3
Views: 1513

In order to receive help, you have to give symptoms. "However it didn't work" is hardly enough information for people to figure out what is wrong...

Can you tell us a bit more?
by pieroxy
07 May 2006 10:15
Forum: VLC media player Feature Requests
Topic: MINIMIZE TO TRAY !!!!!!
Replies: 14
Views: 14232

I don't think WMP can get minimized to tray. WMP can get minimized to the taskbar (normal), and its button on the task bar becomes a mini remote control (play pause ffw, etc). I don't find it very useful, but that just might be because I don't like WMP ;). The idea is that the button is wasted real ...
by pieroxy
05 May 2006 15:31
Forum: VLC media player Feature Requests
Topic: Automatic restart of VLC in case of crash
Replies: 2
Views: 1272

The obvious ;)

Instead of starting "vlc --options" start :

Code: Select all

while [ 1 ]; do vlc --options done
That's if your on unix/bash, but the same can be done for DOS in a batch file:

Code: Select all

:toto vlc --options goto toto
by pieroxy
05 May 2006 15:21
Forum: VLC media player Feature Requests
Topic: Move and resize Video windows from RC interface
Replies: 3
Views: 1543

I have been trying to dig in the code for this, but I can't find a way to do it. The fullscreen switch does set the p_vout->i_changes |= VOUT_FULLSCREEN_CHANGE but there doesn't seem to be a way to resize a generic vout object. I can send a VOUT_SIZE_CHANGE, but then how to pass on parameters about ...
by pieroxy
05 May 2006 01:22
Forum: General VLC media player Troubleshooting
Topic: TV card question
Replies: 4
Views: 987

Thanks for the help.
by pieroxy
04 May 2006 17:47
Forum: VLC media player Feature Requests
Topic: --rc-show-pos : Improvement suggestion
Replies: 4
Views: 2102

Ok, it turns out this feature is already implemented (by zorglub on 09/01/04 22:02:17). It is called "get_time" and is not documented. In the same commit, other feats were implemented: "is_playing", "get_title", "get_time" and "get_length" Question t...
by pieroxy
04 May 2006 00:58
Forum: Web and scripting
Topic: Media Center or PVR type front end?
Replies: 2
Views: 4477

It's coming, but patience will unfortunately be needed.

Watch for pieroxy ;)
by pieroxy
04 May 2006 00:49
Forum: General VLC media player Troubleshooting
Topic: TV card question
Replies: 4
Views: 987

Thanks On the features page, I see that: 1. DVB is supported on Linux 2. Capture card w/ hardware Enc on Linux and Windows 3. Capture card w/o hardware Enc on Linux and Windows Is there any plan to extend these? I am mostly interested by Win/Linux and would like to see a DVB support for both... Is t...
by pieroxy
03 May 2006 17:59
Forum: General VLC media player Troubleshooting
Topic: TV card question
Replies: 4
Views: 987

TV card question

Hi,

Does VLC supports streaming (or straight reading) of TV cards/Webcams? I am specifically thinking about DVB, Analog with HW encoding, Analog w/o HW encoding and USB devices.

Thanks for the information
by pieroxy
20 Apr 2006 21:08
Forum: VLC media player Feature Requests
Topic: LFE -> front channels
Replies: 20
Views: 6747

I have been running 4 speaker mode and have NOT noticed lack of bass. This does not mean that the LFE channel is mixed with others. It just means that you are listening to something where the LFE channel carries little if any signal. You see, the LFE channel does not carry all bass frequencies. Bas...
by pieroxy
20 Apr 2006 14:20
Forum: VLC media player Feature Requests
Topic: --rc-show-pos : Improvement suggestion
Replies: 4
Views: 2102

--rc-show-pos : Improvement suggestion

Hi, I am trying to write a program that will control VLC through the RC interface. One problem I am having is that I can't get a precise position from the stream currently playing. The --rc-show-pos option provides one with a rather vague "pos: 30%". And it is not clear when this info is d...
by pieroxy
20 Apr 2006 14:02
Forum: VLC media player Feature Requests
Topic: Move and resize Video windows from RC interface
Replies: 3
Views: 1543

Move and resize Video windows from RC interface

Hi, Thanks for the excellent product that VLC is already! Is it possible to add a few commands to the RC interface to be able to move/resize the Video windows (when not in fullscreen mode)? I know it doesn't makes much sense if a person is sending command, but to remotely control VLC from another pr...
by pieroxy
20 Apr 2006 13:51
Forum: General VLC media player Troubleshooting
Topic: Interface to remotely control VLC
Replies: 7
Views: 3392

Note: The --rc-show-pos can give infos on the position in terms of percentage... That is not great, but is definitely some start.

I will try a post in the 'features requests' section see how it goes
by pieroxy
20 Apr 2006 12:39
Forum: General VLC media player Troubleshooting
Topic: Interface to remotely control VLC
Replies: 7
Views: 3392

After a bit of work, I found out that a bunch of stuff is already there: 1. Start/Stop/Open a file 2. Fast Forward (and back), skip, pause, stop 3. Switch to full screen, switch to window mode 4. Get infos on what is playing (infos in the "Stream & Media Info") 5. I've had trouble with...
by pieroxy
19 Apr 2006 14:16
Forum: General VLC media player Troubleshooting
Topic: Interface to remotely control VLC
Replies: 7
Views: 3392

Interface to remotely control VLC

Hi, I was looking for an interface to remotely control VLC from another process (telnet is good), that would allow me to: 1. Start/Stop/Open a file 2. Fast Forward (and back), skip, pause, stop 3. Switch to full screen, switch to window mode (without window decoration is best), resize and move the w...

Go to advanced search