Search found 48 matches

Go to advanced search

by diegofn
22 May 2010 20:34
Forum: VLC media player for macOS Troubleshooting
Topic: Problem compiling VLC contrib x86_64 in Mac OSX SL
Replies: 2
Views: 1108

Problem compiling VLC contrib x86_64 in Mac OSX SL

Hi I'm compiling the VLC Contrib for intel64 architectures and I receive the following message in ffmpeg. touch .gsm (cd ffmpeg; CC="/Developer/usr/bin/gcc-4.2" CXX="/Developer/usr/bin/g++-4.2" LD="ld" RANLIB="ranlib" AR="ar" STRIP="strip" ...
by diegofn
09 May 2010 19:40
Forum: VLC media player Feature Requests
Topic: vlc playing amr
Replies: 3
Views: 499

Re: vlc playing amr

Yes, VLC support amrnb native codec int the sincce 1.1 version!
by diegofn
01 May 2010 19:06
Forum: VLC media player Feature Requests
Topic: VLC G.729 Support
Replies: 12
Views: 4932

Re: VLC G.729 Support

Hi! the audio has G.729 audio codec, not GSM
by diegofn
27 Apr 2010 02:44
Forum: VLC media player Feature Requests
Topic: VLC G.729 Support
Replies: 12
Views: 4932

Re: VLC G.729 Support

Hi j-b I received the following output detected format: gsm selecting program id=0 avformat debug: adding es: audio codec = gsm avformat debug: AVFormat supported stream avformat debug: - format = gsm (raw GSM) avformat debug: - start time = -1 avformat debug: - duration = -1 main debug: using demux...
by diegofn
25 Apr 2010 16:26
Forum: VLC media player Feature Requests
Topic: VLC G.729 Support
Replies: 12
Views: 4932

Re: VLC G.729 Support

Hi j-b

Yes you include amr_nb in the VLC-1.1 my question is about G.729 codec

I'd like if you can listen this audio in VLC http://www.asofanscolombia.com/VLC/win32/ad.gsm
by diegofn
25 Apr 2010 16:20
Forum: VLC media player Feature Requests
Topic: VLC G.729 Support
Replies: 12
Views: 4932

VLC G.729 Support

Hi!

I love VLC!! I'm glat to VLC include the amr_nb and amr_wb native support.

I can ask... If VLC support the G.729 audio codec support?
is it depend from ffmpeg?
is it a propietary codec?
is any opensource implementation?

Thanks for all
by diegofn
28 Mar 2010 20:05
Forum: VLC media player for Windows Troubleshooting
Topic: VLC 1.1.0 amrnb support
Replies: 1
Views: 229

VLC 1.1.0 amrnb support

Hi,

j-b in him blog (http://www.jbkempf.com/blog/post/2010/0 ... %3A-better) publish that VLC 1.1.0 has a amrnb audiocodec support

is it in the git now?. How can I test it? is it used via libopencore-amrnb or ffmpeg? can I help us with test?

Thanks for all!
by diegofn
15 Jan 2010 02:23
Forum: VLC media player for macOS Troubleshooting
Topic: Compiling VLC 1.1.0-git VCDX Error
Replies: 13
Views: 1757

Re: Compiling VLC 1.1.0-git VCDX Error

It compile fine... thanks!

But VLC crash when I play any video :S
by diegofn
11 Jan 2010 19:47
Forum: VLC media player for macOS Troubleshooting
Topic: Compiling VLC 1.1.0-git VCDX Error
Replies: 13
Views: 1757

Re: Compiling VLC 1.1.0-git VCDX Error

Yes, j-b

I have PKG-CONFIG in the contrib directory

Code: Select all

$ /Users/diegofn/Documents/vlc/vlc/extras/contrib/hosts/i686-apple-darwin9/bin/./pkg-config --version 0.23
by diegofn
11 Jan 2010 18:05
Forum: VLC media player for macOS Troubleshooting
Topic: Compiling VLC 1.1.0-git VCDX Error
Replies: 13
Views: 1757

Re: Compiling VLC 1.1.0-git VCDX Error

Thanks for all 'des' with this line it compiles fine I suggest to you the following Patch to include in the GIT repository diff --git a/configure.ac b/configure.ac index 5f88c3d..43fbdb6 100644 --- a/configure.ac +++ b/configure.ac @@ -2585,8 +2585,8 @@ then then VLC_ADD_PLUGIN([vcd]) VLC_ADD_PLUGIN...
by diegofn
10 Jan 2010 01:39
Forum: VLC media player for macOS Troubleshooting
Topic: VLC crashes immediately when playing VIDEO_TS files...
Replies: 8
Views: 3539

Re: VLC crashes immediately when playing VIDEO_TS files...

I try in my Snow Leopard drag the .TS file to VLC and it show the menu correctly. I'm using VLC 1.0.4 stable for Mac. What versión are you using?
by diegofn
10 Jan 2010 01:37
Forum: VLC media player for macOS Troubleshooting
Topic: Compiling VLC 1.1.0-git VCDX Error
Replies: 13
Views: 1757

Compiling VLC 1.1.0-git VCDX Error

Hi, I'm update my contrib and Git tree until today. I made ./bootstrap & ./configure --disable-silent-rules & make . But I found the following error: Extracting /Users/diegofn/Documents/vlc/vlc/modules/access/vcdx/../../../compat/.libs/libcompat.a (cd .libs/libvcdx_plugin.lax/libcompat.a &am...
by diegofn
18 Oct 2009 23:02
Forum: VLC stream-output (sout)
Topic: Time VideoFilter in Windows
Replies: 0
Views: 297

Time VideoFilter in Windows

Hi Actually I made a Streaming using VLC and DSS for 3G mobiles. However I need include in the Streaming text, logo and time overlay. I use the following comand for this: vlc -vvv dshow:// --dshow-tuner-channel=6 :sout=#transcode{width=176,height=144,vcodec=H263,vb=128,fps=12.5,acodec="samr&quo...
by diegofn
08 Aug 2009 20:09
Forum: VLC media player Feature Requests
Topic: opencore amrnb and amrwb opensource support
Replies: 2
Views: 3987

Re: opencore amrnb and amrwb opensource support

The opencore-amr is an opensource project with Apache License v.2

The ffmpeg compiled with the --enable-libopencore-amrnb and --enable-libopencore-amrwb must to include the --enable-version3 to allow license compatibility between Apache license v2 and LGPL v3
by diegofn
08 Aug 2009 19:14
Forum: VLC media player Feature Requests
Topic: opencore amrnb and amrwb opensource support
Replies: 2
Views: 3987

opencore amrnb and amrwb opensource support

Hi, Since the CVS version of ffmpeg 29426 that you can find http://archives.free.net.ph/message/20090718.150726.5b8c9459.es.html they remove the amrnb and amrwb support with the propietary license and add an opensource implementation based in opencore-amr project hosted in http://sourceforge.net/pro...
by diegofn
12 Jul 2009 04:07
Forum: VLC stream-output (sout)
Topic: how to specify audio bitrate with acodec=samr
Replies: 3
Views: 2349

Re: how to specify audio bitrate with acodec=samr

The audio bitrate only can you set in bits/sg.

acodec="samr",ab="7400",samplerate="8000",channels="1"
aenc=ffmpeg,acodec="sawb",ab="23850",samplerate="16000",channels="1"
by diegofn
05 Jul 2009 20:51
Forum: VLC media player for macOS Troubleshooting
Topic: Compiling contrib package 10.5.7
Replies: 3
Views: 2094

Re: Compiling contrib package 10.5.7

Great its works

Thanks for all 'des'
by diegofn
24 Jun 2009 14:19
Forum: VLC media player for macOS Troubleshooting
Topic: VLC 1.0.0 no show video but play audio
Replies: 4
Views: 755

Re: VLC 1.0.0 no show video but play audio

You're right .. I'm using and I downloaded the master branch :-$ I'm sorry. I'm compiling the 1.0-bugfix branch

Thanks for all
by diegofn
23 Jun 2009 15:49
Forum: VLC media player for macOS Troubleshooting
Topic: VLC 1.0.0 no show video but play audio
Replies: 4
Views: 755

Re: VLC 1.0.0 no show video but play audio

Hi!

I have an Intel Mac OS X and when I play one video I see black video window

I check the "Enable video" option and I have it enabled. The "output mode" is default
by diegofn
22 Jun 2009 23:54
Forum: VLC media player for macOS Troubleshooting
Topic: VLC 1.0.0 no show video but play audio
Replies: 4
Views: 755

VLC 1.0.0 no show video but play audio

Hi! Congratulations for the VLC 1.0.0 I'm compile the new VLC 1.0.0 in my Leopard 10.5.7, I 'delete the preferences', but when I play a video in VLC I hear the audio but I don't see the video. :'(. I'm testing with a lot videos (mpeg, avi, mp4) with the same result. In this moment I have VLC 0.9.9a ...
by diegofn
22 Jun 2009 20:00
Forum: VLC media player for macOS Troubleshooting
Topic: Compiling contrib package 10.5.7
Replies: 3
Views: 2094

Compiling contrib package 10.5.7

Hi! Congratulations for the VLC 1.0.0. I'm compiling the contrib package in Mac OS X Leopard 10.5.7 but I have the following error compiling libtheora 1.0 make all-recursive Making all in lib if /bin/sh ../libtool --tag=CC --mode=compile /Developer/usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I../i...
by diegofn
06 Mar 2008 21:27
Forum: VLC media player for Windows Troubleshooting
Topic: RTMP Compile failed
Replies: 2
Views: 572

Re: RTMP Compile failed

Thanks updating

$ git pull :-D
by diegofn
06 Mar 2008 17:46
Forum: VLC media player for Windows Troubleshooting
Topic: RTMP Compile failed
Replies: 2
Views: 572

RTMP Compile failed

Hi! Actually I update the SVN trunk version of VLC to GIT version When I compile it I received the following message d.nieto@dnieto /home/d.nieto/vlc/vlc-trunk/modules/access/rtmp $ make make[1]: Entering directory `/home/d.nieto/vlc/vlc-trunk/modules/access/rtmp' /bin/sh ../../../libtool --tag=CC -...

Go to advanced search