Search found 19 matches

Go to advanced search

by jongerenchaos
13 Mar 2013 20:01
Forum: VLC media player for Linux and friends Troubleshooting
Topic: ARM compiling Fpic issue
Replies: 1
Views: 958

ARM compiling Fpic issue

I try to compile videolan on arm linux (git version, ubuntu) . Compiling is no problem with the configure and make command. But when i try to install it on the system with the command make install i get the following error: libtool: install: (cd /root/vlc/modules/codec; /bin/bash /root/vlc/modules/c...
by jongerenchaos
11 Dec 2012 21:17
Forum: VLC stream-output (sout)
Topic: Raw video encoding VLC<>FFMPEG
Replies: 1
Views: 1000

Raw video encoding VLC<>FFMPEG

I try to encode a video to rawvideo format with vlc, without any problems: vlc -vvvvvvvv /home/ubuntu/tmp/480vpx.webm --sout "#transcode{vcodec=NV12,fps=23}:std{access=file,mux=avi,dst=test.avi}" And i re-encode this back with the following ffmpeg command: ffmpeg -f rawvideo -pix_fmt nv12 ...
by jongerenchaos
09 Oct 2012 21:22
Forum: VLC for Android and Chrome OS
Topic: Static vlc launch from command line on android
Replies: 1
Views: 472

Static vlc launch from command line on android

I want to create a static vlc player from the android command line without playing the videofiles on the android screen . When i use http://wiki.videolan.org/AndroidCompile i get a file that i can use incombination with eclipse (but i get no executeable static vlc file). So, i want to transfer one v...
by jongerenchaos
06 Nov 2011 18:03
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Webm encoding/decoding VLC problems
Replies: 1
Views: 4676

Webm encoding/decoding VLC problems

I try to use the following command VLC (1.1.15linux) (to transcode the mpeg file into a new Webm format): cvlc test.mpg --sout "#transcode{vcodec=VP80,vb=800,scale=1,acodec=vorbis,ab=128,channels=2}:std{access=file,mux='ffmpeg{mux=webm}',dst=aVeryNiceMoive.webm}" But when i use this i get ...
by jongerenchaos
15 Oct 2011 23:37
Forum: VLC stream-output (sout)
Topic: VP8 encoding and GPU support
Replies: 1
Views: 988

VP8 encoding and GPU support

For now i encode with vlc a vp8 file (from vp8/webm to vp8/webm with a logo overlay) on linux and my processor went to te 100% (if i want to encode it realtime). Is there a way that i can use the GPU for the file re-coding for vp8 files or is this only for the following codecs (without display outpu...
by jongerenchaos
03 Aug 2011 10:49
Forum: VLC stream-output (sout)
Topic: VP8/WEBM realtime stream
Replies: 5
Views: 3774

Re: VP8/WEBM realtime stream

Thanks, Is there a way now to use VP8/WEBM for a streaming solution (for example rtsp?) ? Or doesn't support VLC no streaming VP8? If that is possible, can you give a "streaming" example with VP8? The source files are allready VP8/webm and i hope if i use the same VP8 bitrate (on the desti...
by jongerenchaos
31 Jul 2011 21:30
Forum: VLC stream-output (sout)
Topic: VP8/WEBM realtime stream
Replies: 5
Views: 3774

VP8/WEBM realtime stream

I have the following situation: I encode all the video source (5) files to VP8/WEBM files with all the same bitrate at 720p resolution. I want to broadcast these files over the web (in the same bitrate and format) in WEBM/VP8 file format with some features of vlc (scrolling text etc). A few months a...
by jongerenchaos
23 Jul 2010 11:32
Forum: VLM
Topic: Transitions using in VLM
Replies: 0
Views: 815

Transitions using in VLM

I want to stream a playlist of videofiles with VP8/WEBM to a realtime videostream. But i want to make seamless transitions between the videofiles (without black screens). For example: video1 is playing the end of the videofile and fade out, video2 start with fading in. I want no black screens betwee...
by jongerenchaos
21 Jun 2010 08:01
Forum: VLC 1.1.0 testing
Topic: Videolan & VP8 / WEBM streaming
Replies: 14
Views: 93695

Re: Videolan & VP8 / WEBM streaming

Is there anybody who get realtime streaming working with the webm codec? I think there is a bug in VLC (only with realtime streaming).
by jongerenchaos
20 Jun 2010 13:03
Forum: VLC 1.1.0 testing
Topic: Videolan & VP8 / WEBM streaming
Replies: 14
Views: 93695

Re: Videolan & VP8 / WEBM streaming

I use now: @ player side: VLC mediaplayer 1.1.0-RC4 The Luggage @ encoder side: commandline@ks30683:~$ vlc clap.mp4 --sout-mux-caching=3000 --ttl 12 -vvv --sout-keep --sout '#transcode{vcodec=VP80,vb=300,acodec=vorb,ab=96}:std{access=http,mux=ffmpeg{mux=webm},url=:8080}' VLC media player 1.1.0-rc4 T...
by jongerenchaos
18 Jun 2010 10:20
Forum: VLC 1.1.0 testing
Topic: Videolan & VP8 / WEBM streaming
Replies: 14
Views: 93695

Re: Videolan & VP8 / WEBM streaming

First i use the http://tuxic.nl/site/blog/75-ffmpeg-etc.html install howto to install ffmpeg, X264, VP8. It works well when i encode a normal MP4 videofile to an webm file with the command: ffmpeg -i paarden.mp4 -vcodec libvpx paarden.webm I can play this videofile without any problem with my VLC me...
by jongerenchaos
17 Jun 2010 18:59
Forum: VLC 1.1.0 testing
Topic: Videolan & VP8 / WEBM streaming
Replies: 14
Views: 93695

Re: Videolan & VP8 / WEBM streaming

Don't work with my vlc player (VLC mediaplayer 1.1.0-rc The Luggage) when i use: vlc --ttl 12 -vvv clap.mp4 --color -I telnet --telnet-password videolan --sout-keep --sout '#transcode{vcodec=VP80,vb=300,acodec=vorb,ab=96}:std{access=http,mux=ffmpeg{mux=webm},url=0.0.0.0:8000}' I get the error: Geen ...
by jongerenchaos
15 Jun 2010 22:17
Forum: VLC 1.1.0 testing
Topic: Videolan & VP8 / WEBM streaming
Replies: 14
Views: 93695

Re: Videolan & VP8 / WEBM streaming

Anyone, what do i wrong? Here the log from the currect git version commandline@ubuntu:~$ vlc clap.mp4 --ttl 12 -vvv --color -I telnet --telnet-password videolan --sout-keep --sout '#transcode{vcodec=VP80,vb=300,ab64,acodec=vorb,ab=96}:std{access=http,mux=webm,url=:8000}' VLC media player 1.1.0-rc3 T...
by jongerenchaos
14 Jun 2010 21:47
Forum: VLC 1.1.0 testing
Topic: Videolan & VP8 / WEBM streaming
Replies: 14
Views: 93695

Re: Videolan & VP8 / WEBM streaming

Sorry for all these questions, but i can't find any solution or manual about VP8 incombination with Videolan. vlc clap.mp4 --ttl 12 -vvv --color -I telnet --telnet-password videolan --sout-keep --sout '#transcode{vcodec=VP80,vb=300,ab64,acodec=vorb,ab=96}:std{access=http,mux=webm,url=:8000}' Result ...
by jongerenchaos
14 Jun 2010 21:01
Forum: VLC 1.1.0 testing
Topic: Videolan & VP8 / WEBM streaming
Replies: 14
Views: 93695

Re: Videolan & VP8 / WEBM streaming

Tnx for the reply! That works! But i want to stream realtime. For example (with theora & ogg codecs) i use: vlc clap.mp4 --ttl 12 -vvv --color -I telnet --telnet-password videolan --sout-keep --sout '#transcode{vcodec=theora,vb=300,ab64,acodec=vorb,ab=96}:std{access=http,mux=ogg,url=0.0.0.0:8000...
by jongerenchaos
14 Jun 2010 12:08
Forum: VLC 1.1.0 testing
Topic: Videolan & VP8 / WEBM streaming
Replies: 14
Views: 93695

Videolan & VP8 / WEBM streaming

I want to make a Video VP8/WEBM/Audio OGG stream to an HTML5 page with all the options VLC. There is a way to create an stream with FFMPEG: # ffmpeg -v 8 -f video4linux2 -i /dev/video0 -vcodec libvpx_vp8 -vb 768k -f alsa -ac 2 -i hw:0,0 -acodec vorbis -ab 64k -f webm out.webm # ffplay out.webm But i...
by jongerenchaos
08 Feb 2009 17:03
Forum: VLC stream-output (sout)
Topic: Which codecs can i use without any licence?
Replies: 5
Views: 633

Re: Which codecs can i use without any licence?

Thanks!

I Found also the X.264 open source codec which them also used on Google video etc. and i think this is an open source codec. But when i stream it with vlc he encode this to H.264 is this real h264 or the open source codec?
by jongerenchaos
05 Feb 2009 19:50
Forum: VLC stream-output (sout)
Topic: Which codecs can i use without any licence?
Replies: 5
Views: 633

Re: Which codecs can i use without any licence?

Thanks for your answers. I'll stream from VLC with the codecs in this program. I know that VLC is free and GLP licenced. But is it true that if i stream for example in MP3 audio and DIVX or WMA video that this is (CODEC) licenced free for example in the netherlands (offcourse with own audio & vi...
by jongerenchaos
31 Jan 2009 17:34
Forum: VLC stream-output (sout)
Topic: Which codecs can i use without any licence?
Replies: 5
Views: 633

Which codecs can i use without any licence?

Hello, I want to stream audio & video with VLC for users who payed for it. The codecs like MPEG4 you should get a paid licence to use them for any commercial project. Theora is a completely free codec solution but not a optimal solution to create a working project with all the basic players.. My...

Go to advanced search