similar to: ffmpeg adaptor for ogg123

Displaying 20 results from an estimated 5000 matches similar to: "ffmpeg adaptor for ogg123"

2015 Aug 23
2
RFC: New dependency on FFmpeg?
On 08/22/2015 04:27 PM, Pau Garcia i Quiles wrote: > But I guess the problem is not source-compatibility for > wine but binary-compatibility for CrossOver. In that case, I'd suggest > dlopen'ing and checking for the symbol you want. There's also issues with structure changes which won't be caught that way. libwmapro sounds like the sanest solution, short of doing the
2015 Aug 20
6
RFC: New dependency on FFmpeg?
I have a working implementation of the new xaudio2 API in my tree. Microsoft is treating it as a replacement for dsound[1], and as a result, this new API is used by lots of recent games; see Bug 26808[2] for some examples. Most games that use the xaudio2 API use a version of Microsoft's WMA codec. Wine doesn't currently have the ability to decode this audio for playback. In order for the
2014 May 23
2
Newer version of ffmpeg for EL6?
We're trying to build a rich media website, and will need to re-encode the video content with ffmpeg. Unfortunately, the ffmpeg version that comes with the most common repos are rather out of date. As in 0.6.5 vs 2.21 being the most current version. However, ffmpeg looks to be a pretty thorny thing to compile with all the options we need. It appears that the FFMPEG with rpmfusion for
2014 May 23
2
Newer version of FfMpeg
We're trying to build a rich media website, and will need to re-encode the video content with ffmpeg. Unfortunately, the ffmpeg version that comes with the most common repos are rather out of date. As in 0.6.5 vs 2.21 being the most current version. However, ffmpeg looks to be a pretty thorny thing to compile with all the options we need. It appears that the FFMPEG with rpmfusion for
2019 Dec 18
1
how to install Cross compiling FFmpeg for Windows and build ffmpeg
Hi, I have one question: how to install Cross compiling FFmpeg for Windows and build windows version of ffmpeg on Centos 7? Thanks! Regards Andrew
2007 Oct 25
1
[PATCH] Fix logic in ffmpeg detection
If neither --enable-ffmpeg nor --disable-ffmpeg was given, try to find ffmpeg. If it wasn't found, print the warning, but don't fail. If --enable-ffmpeg was given, fail if ffmpeg is not found. If --disable-ffmpeg was given, don't print the warning, as the user already knows that ffmpeg won't be enabled. It's important that ffmpeg is not viewed as a hard requirement, as
2019 Aug 28
3
Anyone using ffmpeg as a source-client?
How are you capturing the audio-in? Jack Elliott On 8/27/2019 5:25 PM, webmaster at berean-biblechurch.org wrote: > Yes, I'm using it to capture the audio-in and pushing to Icecast. > > On 2019-08-27 10:33, Jack Elliott wrote: >> As described here in ffmpeg's documentation: >> >> http://ffmpeg.org/ffmpeg-all.html#Icecast
2019 Aug 27
5
Anyone using ffmpeg as a source-client?
As described here in ffmpeg's documentation: http://ffmpeg.org/ffmpeg-all.html#Icecast -- That Jack Elliott (541) 848 7021 KPOV 88.9 FM High Desert Community radio Host, The Sunday Classics
2015 Aug 21
2
RFC: New dependency on FFmpeg?
On 08/21/2015 12:19 AM, Andrew Udvare wrote: > So basically I think you would have to propose inclusion of a version of > ffmpeg into Wine's source to get the green-light (and update as > necessary). Otherwise there will be a lot of new bug reports of crashes > landing in a probably stripped copy of the system's ffmpeg or libav, > with users not knowing how to give good
2006 Jul 17
1
ffmpeg
Hi ALL I am trying to install rpm -ivh ffmpeg-0.4.9-0.3.20051207.2.el4.rf.i386.rpm warning: ffmpeg-0.4.9-0.3.20051207.2.el4.rf.i386.rpm: V3 DSA signature: NOKEY, key ID 6b8d79e6 error: Failed dependencies: libImlib2.so.1 is needed by ffmpeg-0.4.9-0.3.20051207.2.el4.rf.i386 libfaad.so.0 is needed by ffmpeg-0.4.9-0.3.20051207.2.el4.rf.i386 libpostproc.so.0.0.1 is needed by
2013 Nov 13
2
Compiling FFmpeg with libopencore-amrnb and opus-git.
Hi Any idea what's causing these errors:- /home/user/build/lib/libopencore-amrnb.a(preemph.o): In function `preemphasis': /home/user/build/opencore-amr-0.1.3/amrnb/../opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/preemph.cpp:193: multiple definition of `preemphasis' /home/user/build/lib/libopus.a(celt_encoder.o):/home/user/build/opus/celt/celt_encoder.c:455: first defined here
2019 Aug 28
1
Anyone using ffmpeg as a source-client?
I'm just wondering if ffmpeg is a reliable Icecast source-client -- a "pusher" to send a stream to an Icecast server and runs 24/7/365 dependably. -- That Jack Elliott (541) 848 7021 KPOV 88.9 FM High Desert Community radio Host, The Sunday Classics On 8/27/2019 10:58 AM, Alejandro wrote: > When you say as Source Client, means like listener? > > i'm using for push
2014 May 17
1
Error when compiling FFmpeg with speex-git.
On Fri, May 16, 2014 at 06:24:48PM -0400, Tristan Matthews wrote: > Hi, > > On Fri, May 16, 2014 at 1:58 PM, batguano999 <batguano999 at zoho.com> wrote: > > > > > Hi > > With 32-bit Xubuntu-14.04. > > When I compile FFmpeg from git using speex-1.2rc1 it builds OK. > > When I compile FFmpeg from git using speex-git it fails to build. > >
2009 May 18
1
Broken Theora integration in FFMPEG
This file is impossible to encode into Theora (AVI works) with FFMPEG: http://freefile.kristopherw.us/uploads/temp/ffx3yuv.zi7 See also: http://sf.net/tracker/?func=detail&aid=2789359&group_id=205275&atid=992986 Tried many versions, until 2009-May PageFault, Sherpya's 2009-Apr and 2009-May versions produce garbage. Anyone can confirm this ? Used just ".ogv" as output
2009 May 20
3
ffmpeg + mp3 convert
Hi all, I am using paperclip plugin to upload mp3''s. Before I save the mp3 I would like to convert it to a smaller size. I am using ffmpeg library and in my Track model I am calling: before_save :convert_mp3 def convert_mp3 system("ffmpeg -i #{mp3.to_file.path} -vn -ar 44100 -ac 2 -ab 64 -f mp3 #{mp3.to_file.path}") end But this fails. Am I missing something?
2009 May 07
1
Consulting replace FFmpeg with Theora
hi,all: I come here to consult that whether FFmpeg could be replaced with Theora in our project. Here the thing. Our project, Bluesky( http://incubator.apache.org/projects/bluesky.html) is podling in Apache incubation. However, core function of our system, the encode/decode part which implemented by FFmpeg(GPL licensed)(we mainly use libavcodec and libavformat library), conflicts with Apache
2006 Apr 21
2
How to call FFMPEG using Rails?
Basically i am wondering how to call ffmpeg in rails so i can read video files in order to get their properties? My goal is to have ffmpeg read thru a list of video files and then take their properties and place these properties along with the name in a sql table. -- Posted via http://www.ruby-forum.com/.
2011 Aug 10
5
ffmpeg
This is annoying. I've been trying to get motion working correctly on CentOS 6. First, there was no ffmpeg rpms. Now, I try to install it, and it's found on rpmfusion... except that it will not install. It insists that libfaad.so.0 is required, and tells me faad2-libs-2.6.1-5 from el5 is available. (I've done some stuff with my repos to try to get what I need for motion.) I installed
2006 Feb 21
5
ffmpeg/ffmpeg2theora &vhooks
Hi theora-list, I'm involved in in a project to redistribute C-SPAN's floor footage from the US house and senate that we're capturing and converting*. This footage is in the public doman, however there's a C-SPAN overlay which is a registered trademark - we're having to overlay a "public domain" graphic on top of it. We're currently doing this with
2008 May 01
2
some thoughts about both ffmpeg and gnome
hello i tried swfdec a year ago and didn't find it suitable. this is why i now first tried gnash. however, it wants alot of uncommon dependencies and dumped alot of error messages. this is why i tried taking a second look at swfdec. im surprised to find that all of my most favourite games work. only that i have to click on the somewhat blurry "play" image is quite boring. however,