Search found 21 matches

Go to advanced search

by eNergizer
04 Jan 2012 02:31
Forum: General VLC media player Troubleshooting
Topic: Commands won't work, getting lua errors
Replies: 2
Views: 608

Commands won't work, getting lua errors

I can't seem to get the repeat, loop, random, rate, faster, slower to work. > repeat on Error in `repeat on' lua/intf/modules/common.lua:16: bad argument #-1 to 'foo' (boolean expected, got string) > loop on Error in `loop on' lua/intf/modules/common.lua:16: bad argument #-1 to 'foo' (boolean expect...
by eNergizer
04 Jan 2012 01:28
Forum: General VLC media player Troubleshooting
Topic: Problems with Looping|play/stop
Replies: 3
Views: 1064

Re: Problems with Looping|play/stop

Prepend "gather:" in front of transcode.
Thanks but I get main input error: ES_OUT_SET_(GROUP_)PCR is called too late (pts_delay increased to 300 ms) now. How can I avoid this?
by eNergizer
03 Jan 2012 00:09
Forum: General VLC media player Troubleshooting
Topic: Problems with Looping|play/stop
Replies: 3
Views: 1064

Problems with Looping|play/stop

I can start the stream okay with: vlc "Intermission.mkv" --sout "#transcode{vcodec=h264,scale=1.0,soverlay}:std{access=http{mime=video/x-flv},mux=ffmpeg{mux=flv},dst=:8080/stream.flv}" --sout-keep --loop --sub-track-id=0 --freetype-font=/usr/share/fonts/truetype/freefont/arial.tt...
by eNergizer
02 Jan 2012 22:32
Forum: General VLC media player Troubleshooting
Topic: freetype-font option won't work
Replies: 7
Views: 2128

Re: freetype-font option won't work

Alright I did yum instal fontconfig-devel
Now the ./configure works and compiled after.

It's using the right font now, thanks for the help Jean-Baptiste Kempf!
by eNergizer
02 Jan 2012 21:37
Forum: General VLC media player Troubleshooting
Topic: freetype-font option won't work
Replies: 7
Views: 2128

Re: freetype-font option won't work

I did a ./configure --prefix=/usr/local/customvlc/vlc.1.1.2 --enable-shout --enable-x264 --disable-nls --disable-mozilla --disable-a52 --disable-xcb --disable-qt4 --disable-skins2 --disable-v4l2 --enable-fontconfig I see that in my config.log it says: conftest.c:190:35: error: fontconfig/fontconfig....
by eNergizer
02 Jan 2012 21:19
Forum: General VLC media player Troubleshooting
Topic: freetype-font option won't work
Replies: 7
Views: 2128

Re: freetype-font option won't work

do you have fontconfig in it?
How can I tell if I have fontconfig in it?
by eNergizer
02 Jan 2012 15:00
Forum: General VLC media player Troubleshooting
Topic: freetype-font option won't work
Replies: 7
Views: 2128

Re: freetype-font option won't work

VLC media player 1.1.2 The Luggage When I open it, it looks like this. [root@PlayMOAR ~]# vlc VLC media player 1.1.2 The Luggage (revision exported) LibVLC has detected an unusable buggy GNU/libc version. Please update to version 2.8 or newer. Blocked: call to unsetenv("DBUS_ACTIVATION_ADDRESS&...
by eNergizer
02 Jan 2012 13:57
Forum: General VLC media player Troubleshooting
Topic: freetype-font option won't work
Replies: 7
Views: 2128

freetype-font option won't work

I get this error when trying to play this subtitled video: [0x27415c0] freetype spu text error: failed to load font file /usr/share/fonts/truetype/freefont/FreeSerifBold.ttf When I add the ttf there, it works but I want to force the subtitles into a certain font so I tried launching VLC via this: vl...
by eNergizer
02 Jan 2012 09:48
Forum: General VLC media player Troubleshooting
Topic: Subtitles and Transcoding not working in Stream
Replies: 5
Views: 4155

Re: Subtitles and Transcoding not working in Stream

So the VLC that I downloaded from repoforge didn't have x264 enabled, so I ended up compiling VLC to add it in. I fixed it by using yum install vlc which gave me vlc 0.9.9a Then I compiled vlc 1.1.2 and replaced the files in /usr/bin/ with the compiled files. Followed these posts for compiling: USE ...
by eNergizer
02 Jan 2012 09:46
Forum: General VLC media player Troubleshooting
Topic: Can't Compile VLC
Replies: 1
Views: 721

Re: Can't Compile VLC

Nevermind, I fixed it by using yum install vlc which gave me vlc 0.9.9a

Then I compiled vlc 1.1.2 and replaced the files in /usr/bin/ with the compiled files.
by eNergizer
02 Jan 2012 08:40
Forum: General VLC media player Troubleshooting
Topic: Can't Compile VLC
Replies: 1
Views: 721

Can't Compile VLC

Following this guide: Make sure you have Yum setup to point to Dags repositorys before starting. install the following via yum x11 libshout lame zlibs libgcrypt libdvbpsi gcc g++ libtool There might be some I missed.. When you run your make on each package list below.. it it errors out, it'll tell y...
by eNergizer
02 Jan 2012 02:53
Forum: General VLC media player Troubleshooting
Topic: Subtitles and Transcoding not working in Stream
Replies: 5
Views: 4155

Re: Subtitles and Transcoding not working in Stream

It's the VLC x264 plugin that's missing. Not x264 as such.
I don't suppose you would know how to get the x264 plugin for VLC on Centos 5?
by eNergizer
31 Dec 2011 19:09
Forum: General VLC media player Troubleshooting
Topic: Subtitles and Transcoding not working in Stream
Replies: 5
Views: 4155

Re: Subtitles and Transcoding not working in Stream

Use vcodec=x264 I tried: vlc file.mkv --sout-keep --sout="#transcode{vcodec=x264,soverlay}:std{access=http,mux=ts,dst=:8080}" And I'm getting: [00000410] avcodec encoder error: cannot open encoder [00000394] stream_out_transcode stream out error: cannot find video encoder (module:any four...
by eNergizer
31 Dec 2011 07:01
Forum: General VLC media player Troubleshooting
Topic: Subtitles and Transcoding not working in Stream
Replies: 5
Views: 4155

Subtitles and Transcoding not working in Stream

I'm streaming an mkv file on Centos 5. I tried streaming with vlc file2.mkv --sout-keep --sout="#transcode{soverlay}:std{access=http,mux=ts,dst=:8080}" But there's no subtitles showing up. Also when I try transcoding as so vlc file2.mkv --sout-keep --sout="#transcode{vcodec=h264,vb=80...
by eNergizer
16 Mar 2011 13:17
Forum: VLC media player for Windows Troubleshooting
Topic: Steaming problems with httpd (signaling pipe error)
Replies: 11
Views: 2305

Re: Steaming problems with httpd (signaling pipe error)

"C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" "d:\shared\Suzumiya Haruhi no Shoushitsu.mkv" -vv --extraintf logger --sout-mux-caching=5000 --sout "#transcode{vcodec=h264,acodec=mp3,samplerate=48000,vb=2400,vfilter=canvas{width=540,height=380},soverlay}:http{mux=ffmpeg{mux=f...
by eNergizer
16 Mar 2011 04:23
Forum: VLC media player for Windows Troubleshooting
Topic: Steaming problems with httpd (signaling pipe error)
Replies: 11
Views: 2305

Re: Steaming problems with httpd (signaling pipe error)

"C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" "video.mkv" -vv --extraintf logger --sout-mux-caching=5000 --sout "#transcode{vcodec=h264,acodec=mp3,vb=2400,vfilter=canvas{width=540,height=380},soverlay}:http{mux=ffmpeg{mux=flv},dst=:1234/stream.flv}" --sout-all --sout-k...
by eNergizer
12 Mar 2011 23:21
Forum: General VLC media player Troubleshooting
Topic: Transcoding MKV (No Audio)
Replies: 1
Views: 781

Re: Transcoding MKV (No Audio)

Also if I stream any size of an MKV and try transcoding the audio and setting a vb, channels, or samplerate parameter, I lose the audio. However if I just put only acodec but not other audio encoder parameter, the audio doesn't get lost on smaller MKV files.
by eNergizer
12 Mar 2011 06:58
Forum: VLC media player for Windows Troubleshooting
Topic: Steaming problems with httpd (signaling pipe error)
Replies: 11
Views: 2305

Re: Steaming problems with httpd

avcodec error: could not write header I got the same error when I try streaming large MKVs, here's my config: "C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" "video.mkv" -vv --extraintf logger --sout-mux-caching=5000 --sout "#transcode{vcodec=h264,acodec=alac,vb=2400,vfilter=...
by eNergizer
12 Mar 2011 04:21
Forum: General VLC media player Troubleshooting
Topic: Transcoding MKV (No Audio)
Replies: 1
Views: 781

Transcoding MKV (No Audio)

So I'm streaming and transcoding an mkv. I tried using this but there's no audio: "C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" "test.mkv" -vv --extraintf logger --sout-mux-caching=10000 --sout="#gather:transcode{vcodec=h264,vb=2400,vfilter=canvas{width=540,height=380},acode...

Go to advanced search