Search found 76 matches

Go to advanced search

by gepebril
10 Jul 2013 18:43
Forum: VLC media player for Windows Troubleshooting
Topic: VLC cross compiling for Windows, error in Wiki
Replies: 15
Views: 2515

Re: VLC cross compiling for Windows, error in Wiki

@Edwardw, I fixed the "issue" with the following commands wget "http://ftp.us.debian.org/debian/pool/main/m/mingw-w64/mingw-w64-dev_3.0~svn5915-1_all.deb" sudo dpkg -i mingw-w64-dev_3.0~svn5915-1_all.deb sudo apt-get install mingw-w64-x86-64-dev After running the command: make pr...
by gepebril
10 Jul 2013 14:46
Forum: VLC media player for Windows Troubleshooting
Topic: VLC cross compiling for Windows, error in Wiki
Replies: 15
Views: 2515

Re: VLC cross compiling for Windows, error in Wiki

Hi Edwardw,

Thanks for your reply, I don't fully understand what you mean by your remark,

Code: Select all

'if you feel adventurous'.
My goal is to get a working environment. Did you do it by all the manual work, or adding unstable repositories.
by gepebril
09 Jul 2013 14:11
Forum: VLC media player for Windows Troubleshooting
Topic: VLC cross compiling for Windows, error in Wiki
Replies: 15
Views: 2515

Re: VLC cross compiling for Windows, error in Wiki

@Edwardw, I've tried to install this module by installing all packages via .deb and installing as well all packages that Debian complained about that were missing on installing the others But After being busy for 30 minutes the list of dependencies was only growing and I gave up. There must be a mor...
by gepebril
08 Jul 2013 21:34
Forum: VLC media player for Windows Troubleshooting
Topic: VLC cross compiling for Windows, error in Wiki
Replies: 15
Views: 2515

Re: VLC cross compiling for Windows, error in Wiki

I managed to tackle the first issue

Code: Select all

Guessing build system... ../bootstrap: 1: ../bootstrap: cc: not found FAIL!
by installing gcc :)
by gepebril
08 Jul 2013 21:18
Forum: VLC media player for Windows Troubleshooting
Topic: VLC cross compiling for Windows, error in Wiki
Replies: 15
Views: 2515

Re: VLC cross compiling for Windows, error in Wiki

Well, new update. When I follow the Wiki I get the following error: :~/vlc-2.0.7/contrib/win32$ ../bootstrap --host=i686-w64-mingw32 Guessing build system... ../bootstrap: 1: ../bootstrap: cc: not found FAIL! When I try to install the 3.0 .deb I get error sudo dpkg -i mingw-w64-dev_3.0~svn5915-1_all...
by gepebril
05 Jul 2013 22:13
Forum: VLC media player for Windows Troubleshooting
Topic: VLC cross compiling for Windows, error in Wiki
Replies: 15
Views: 2515

Re: VLC cross compiling for Windows, error in Wiki

Tried the same today with Debian 7.0 (32 bits) Also problems arise here the output to the following command: sudo apt-get install gcc-mingw32 mingw32-binutils Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean ...
by gepebril
05 Jul 2013 15:19
Forum: Development around libVLC
Topic: Help to EVERYONE to compile vlc
Replies: 3
Views: 688

Re: Help to EVERYONE to compile vlc

Hi there, 100.000% right amavlc. I spend also many days figuring out how to cross compile VLC for Windows without any luck. If somebody uses putty and enables the logging the necessary data should be easy to present. I will try to compile VLC myself and share this info online. From reading all post ...
by gepebril
05 Jul 2013 15:11
Forum: Development around libVLC
Topic: vlc 2.0.6 build environment
Replies: 5
Views: 850

Re: vlc 2.0.6 build environment

@Ares19851110 Can you tell me on what platform and what release and what bit version you cross compiled VLC? I've tried already many variations on Ubuntu 12.04 srv LTS 32 bits without any luck at all. Also can you tell me how to compile a specific release like 2.0.5/2.0.6 for VLC, instead of the lat...
by gepebril
05 Jul 2013 14:56
Forum: VLC media player for Windows Troubleshooting
Topic: Switched from VLC 1.1.11 to 2.0 (Worse performance)
Replies: 15
Views: 2425

Re: Switched from VLC 1.1.11 to 2.0 (Worse performance)

I'm still stuck on 1.1.11 too For me it's the AAC audio that is crappy under Windows in 2.0.3, command line didn't work in 2.0.4 and 2.0.5 and I have now my hopes set on 2.0.7. It seems audio is better and CLI works again under windows. I hope to compile a Windows version with another AAC version. U...
by gepebril
05 Jul 2013 14:44
Forum: VLC media player for Windows Troubleshooting
Topic: want to set up Video on Demand
Replies: 30
Views: 85877

Re: want to set up Video on Demand

First of all, we need a machine to run the VLC server on. Here, it will be 192.168.0.2, an Ubuntu 8.04 machine with VLC 0.9.8a , ffmpeg SVN-r16245 (built from source) and x264 0.65.1057 (built from source). Is this serious, why do you use these old versions without any possibility to get serious su...
by gepebril
05 Jul 2013 14:40
Forum: VLC media player for Windows Troubleshooting
Topic: VLC Media Player 2.0.7 keeps crashing on Windows 7 64-Bit
Replies: 4
Views: 977

Re: VLC Media Player 2.0.7 keeps crashing on Windows 7 64-Bi

Hi there,

It would help if you provide some kind of logging. You could start VLC from the command line and start console. Than you can provide the logging to the experts. The more you give them, the easier it is to help you. Now it's looking for a needle in a haystack.
by gepebril
05 Jul 2013 01:08
Forum: VLC media player for Windows Troubleshooting
Topic: VLC cross compiling for Windows, error in Wiki
Replies: 15
Views: 2515

Re: VLC cross compiling for Windows, error in Wiki

If you try to walk the mingw32 route you enter the following problem when you try to do this step: Debian/Ubuntu: run apt-get install gcc-mingw32 mingw32-binutils. Note that at least version 3.17 of Mingw32 is required, which Debian does not provide. You may obtain mingw32-runtime-3.17 here. The .de...
by gepebril
04 Jul 2013 19:35
Forum: VLC media player for Windows Troubleshooting
Topic: VLC cross compiling for Windows, error in Wiki
Replies: 15
Views: 2515

VLC cross compiling for Windows, error in Wiki

Hi There, I followed the Wiki here: http://wiki.videolan.org/Win32Compile I wanted to compile Win32 version for Windows on Ubuntu srv 12.04 32bits via VMWare I'm using mingw-w64 I entered the following commands: sudo apt-get update sudo apt-get upgrade sudo apt-get install lua5.1 libtool automake au...
by gepebril
04 Jul 2013 14:07
Forum: VLC media player for Windows Troubleshooting
Topic: Cross compiling (Win32Compile) fuzzy Wiki
Replies: 3
Views: 375

Re: Cross compiling (Win32Compile) fuzzy Wiki

Dear Jean-Baptiste Kempf,

Thank you for your answer.
So the sentence : '(you are NOT on Debian or Ubuntu)' don't apply to me.

Yours sincerely,

Albert
by gepebril
30 Jun 2013 12:51
Forum: VLC media player for Windows Troubleshooting
Topic: Cross compiling (Win32Compile) fuzzy Wiki
Replies: 3
Views: 375

Cross compiling (Win32Compile) fuzzy Wiki

Hi there, I'm trying to compile latest VLC for my Windows 7 Home edition. I want to compile the 32bits version and I'm using VMWare with Ubuntu 12.04 srv 32 bits and Mingw-64 toolchain. I have found the following wiki: http://wiki.videolan.org/Win32Compile So from that information I conclude I have ...
by gepebril
30 Jun 2013 00:55
Forum: VLC stream-output (sout)
Topic: VLC with libfdk_aac
Replies: 5
Views: 1249

Re: VLC with libfdk_aac

Although I rarely compile, and surely never write my own make files, I think the solution lies here.
http://stuff.mit.edu/afs/sipb/project/v ... TALL.win32
by gepebril
29 Jun 2013 19:03
Forum: VLC stream-output (sout)
Topic: VLC with libfdk_aac
Replies: 5
Views: 1249

Re: VLC with libfdk_aac

I found the manual to built VLC on Windows. You have to do it on Linux., see http://wiki.videolan.org/Win32Compile But what I don't see is parts to parts to built lame, x264, or parts like libfdk_aac like the example here: http://linuxsysconfig.com/2013/04/compile-latest-ffmpeg-and-vlc-on-centos-6/ ...
by gepebril
28 Jun 2013 16:52
Forum: VLC stream-output (sout)
Topic: VLC with libfdk_aac
Replies: 5
Views: 1249

Re: VLC with libfdk_aac

Yup, I would love to use Linux, unfortunately are not all capture cards equipped with Linux drivers :( It's still about the money. Well if I have some time I would give it a try, as I see to build VLC you need Linux and cross compile it. A sound improvement always is nice for a software product. You...
by gepebril
27 Jun 2013 16:20
Forum: VLC stream-output (sout)
Topic: VLC with libfdk_aac
Replies: 5
Views: 1249

VLC with libfdk_aac

Hi there,

Is it possible to compile a version of VLC for windows with libfdk_aac and use this via command line?
I did it for FFMpeg in Linux with succes. Unfortunately I have to use VLC in Windows.
If so has anyone made an attempt?

Your sincerely,

Albert
by gepebril
27 Jun 2013 16:15
Forum: VLC media player for Windows Troubleshooting
Topic: VLC 2.0.7 MPEG 4 Audio (AAC) Encoding (MP4A)
Replies: 18
Views: 68353

Re: VLC 2.0.7 MPEG 4 Audio (AAC) Encoding (MP4A)

Add

Code: Select all

--sout-ffmpeg-strict=-2
to your command line. So no need to change it in the Gui
by gepebril
27 Jun 2013 15:54
Forum: VLC stream-output (sout)
Topic: Has mp4a (aac) audio support been dropped in 2.0.7?
Replies: 10
Views: 18278

Re: Has mp4a (aac) audio support been dropped in 2.0.7?

@Mahal, Thanks for the effort. Thanks to your help and Google you can do it in the command line, adding --sout-ffmpeg-strict=-2 So it will be: "C:\Users\test\software\VideoLAN\VLC-2.0.7\vlc.exe" -vvv "E:\test10-sec.mpg" --sout-ffmpeg-strict=-2 --sout=#transcode{vcodec=h264,venc=x...
by gepebril
23 Jun 2013 17:51
Forum: VLC stream-output (sout)
Topic: Has mp4a (aac) audio support been dropped in 2.0.7?
Replies: 10
Views: 18278

Re: Has mp4a (aac) audio support been dropped in 2.0.7?

@Jean-Baptiste Kemp,

Thx, do you mean I have to place this in the command line, and if so could you tell me where to place this in the command line. No matter where I place it, I get errors.

Yours sincerely,

Albert
by gepebril
22 Jun 2013 21:28
Forum: VLC stream-output (sout)
Topic: Has mp4a (aac) audio support been dropped in 2.0.7?
Replies: 10
Views: 18278

Has mp4a (aac) audio support been dropped in 2.0.7?

Hi there, First I see that cli transcoding works again in VLC under Windows, makes me very happy :) But than I found out that mp4a doesn't work, it says VLC can't open encoder. It produces a file, but no audio. When you use 'mp3' I get video+audio (mp3). Used command: "C:\Users\jaap\software\Vi...
by gepebril
22 Jun 2013 21:22
Forum: VLC media player for Windows Troubleshooting
Topic: VLC 2.0.7 MPEG 4 Audio (AAC) Encoding (MP4A)
Replies: 18
Views: 68353

Re: VLC 2.0.7 MPEG 4 Audio (AAC) Encoding (MP4A)

I have the the official version of 2.0.7. and the same issue here.
I will post it in the s-out section as that is the place as it should be.

Go to advanced search