search for: libav

Displaying 20 results from an estimated 35 matches for "libav".

Did you mean: libao
2015 Aug 20
6
RFC: New dependency on FFmpeg?
...to use the FFmpeg library to decode WMA audio. This means for most games, Wine's built-in xaudio2 will require that the 32-bit FFmpeg library be available on the system to successfully play audio. The new code only uses the audio decoding features of FFmpeg, specifically linking only against libavcodec and libavutil. The newest APIs that we use were introduced in 2013. Most of the rest date from 2011 and a few from 2002. FFmpeg's API isn't stable, but I don't expect much maintenance burden from the small piece that we're using. An additional complication is the libav fork. T...
2017 Nov 07
0
lets talk abaut gstreamer 1.10.5, gstreamer-libav, ffmpeg, bluray and vlc
Hello guys, my playground this days with gstreamer resources can be found at: http://centos.cms4all.org/repo/7/gstreamer/ The best thing for centos I think to compile the given one by gstream libav: Has ffmpeg 3.2.5 not ffmpeg 2.8.13 what is the background for vlc. In principal it's possible to build ffmpeg 3.4. http://centos.cms4all.org/repo/7/gstreamer-ffmpeg3/ vlc 2.26 is only compatible with ffmpeg 2.8.xx release. Hopefully i get response from the gstreamer guys to get bluray run...
2013 Apr 16
2
Krad Pipe To
https://gist.github.com/oneman/5394332 This is a little hack for sending -live encoded- WebM streams to Icecast from STDIN. An example (I was using libav from git, params likely different between libav, ffmpeg etc programs) avconv -v debug -f video4linux2 -s 320x240 -r 10 -i /dev/video0 -vcodec libvpx -threads 2 -vb 128k -r 10 -f webm pipe:1 | krad_pipe2 europa.kradradio.com 8008 /pipetest123.webm firefox Requires an Icecast 2.4 beta server. Testi...
2015 Sep 08
2
C6 firefox esr h.264 support on youtube
I was able to get h.264 support on www.youtube.com/html5 on fedora 21 by installing gstreamer1-libav but that package does not exist in C6 (or it's popular third party repos) What is the name of the package which adds h.264 to firefox on youtube/html5 in C6?
2015 Aug 21
2
RFC: New dependency on FFmpeg?
...> 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 information for debugging. > ffmpeg/libav sometimes has security issues. Including a vulnerable version with Wine would make it impossible for the user to update if Wine were stuck on an old ffmpeg version. -------------- next part --------------...
2012 Dec 20
2
asterisk 11 and no RTP
I have a CentOS 6.3 machine I installed Asterisk 11, worked fine... I then tried to install on Cents 5.8, seemed to go fine... Then when I placed a call I got this: ast_rtp_instance_new: No RTP engine was found. Do you have one loaded? Did a search and found issues with ARM and this problem but did not help me, not using gtalk or anything. Just call between two polycom phones on local network.
2010 Sep 19
4
ptalarbvorm - presece on launchpad
Hallo all, i didn't found any deb packages for ptalarbvorm so i did it by my self. currently i do it in my playgrond here https://launchpad.net/~bug-track/+archive/ppa probably it will be better to add ffmpeg2theora too. I stated write scrip to do it regularity without big work overhead. any comments? Regards, Alexey
2010 Feb 07
1
Theora blurriness in Windows players
...his test, I am much dismayed to find that the vast majority of users will be experiencing subpar Theora performance, as outside of Firefox & Google Chrome, the blurriness appears to be present. I am fairly sure that all of the above-mentioned media players, aside from Firefox, use some form of libav*. However, I thought Google Chrome likewise used an ffmpeg-based video library, which I thought was libav*. I believe this to be a significant hindrance to adoption of Theora as video standard, because the latest versions of a wide variety of players all appear to display this bug. Notably absen...
2015 Sep 08
3
C6 firefox esr h.264 support on youtube
...t; >> > Date: Tuesday, September 08, 2015 14:57:22 -0700 >> > From: Robert Arkiletian <robark at gmail.com> >> > >> > I was able to get h.264 support on www.youtube.com/html5 on >> > fedora 21 by installing >> > >> > gstreamer1-libav >> > >> > but that package does not exist in C6 (or it's popular third >> > party repos) >> > >> > What is the name of the package which adds h.264 to firefox on >> > youtube/html5 in C6? >> >> >> I think you'll fin...
2015 Sep 08
0
C6 firefox esr h.264 support on youtube
------------ Original Message ------------ > Date: Tuesday, September 08, 2015 14:57:22 -0700 > From: Robert Arkiletian <robark at gmail.com> > > I was able to get h.264 support on www.youtube.com/html5 on fedora > 21 by installing > > gstreamer1-libav > > but that package does not exist in C6 (or it's popular third party > repos) > > What is the name of the package which adds h.264 to firefox on > youtube/html5 in C6? I think you'll find that package in the nux repo: gstreamer1-libav.x86_64 1.0.6-1.el7.nux I...
2017 May 28
2
test builds on private server updates (drivers, mesa, kernel)
Hello Guys, while im testing a AMD Radeon RX 480 i was up on my centos 7. To get the card realy work, I upgrade my repros: Drivers: [cms4all-drivers] name=cms4all-drivers baseurl=http://centos.cms4all.org/repo/7/drivers/ gpgcheck=0 enabled=1 libdrm -> 2.4.81 libav -> 1.8.2 libav-utils -> 1.8.2 xorg-x11-drv-intel-2.99.917-21.20170418 xorg-x11-drv-nouveau-1.0.15-1 xorg-x11-drv-ati-7.9.0 xorg-x11-drv-amdgpu-1.3.0 ATI and AMDGPU works here, intel stays out here for test. Mesa: [cms4all-mesa] name=cms4all-mesa baseurl=http://centos.cms4all.org/repo/7/me...
2013 Apr 16
0
Krad Pipe To
...realtime sources that are already appropriately rate-limited by their nature? On 04/16/2013 07:20 AM, Krad Radio wrote: > https://gist.github.com/oneman/5394332 > > This is a little hack for sending -live encoded- WebM streams to > Icecast from STDIN. > > An example (I was using libav from git, params likely different > between libav, ffmpeg etc programs) > > avconv -v debug -f video4linux2 -s 320x240 -r 10 -i /dev/video0 > -vcodec libvpx -threads 2 -vb 128k -r 10 -f webm pipe:1 | krad_pipe2 > europa.kradradio.com <http://europa.kradradio.com> 8008 > /pip...
2014 Feb 04
2
extracting audio data
Hi folks, does anybody know if there is a (fast shell-) program that extracts audio out of a video file? Lets say a MPEG4-Format... Thanks for your attention. Gee... --
2017 Sep 26
0
MP4/H.264 codec for Firefox?
...> Best regards, Roman > Yes, it's working here, but I can't remember for sure exactly what I needed to install to get it working. Here's my installed gstreamer packages: rpm -qa | grep gstreamer | sort gstreamer-0.10.36-7.el7.x86_64 gstreamer1-1.10.4-2.el7.x86_64 gstreamer1-libav-1.0.6-1.el7.nux.x86_64 gstreamer1-plugins-bad-free-1.10.4-2.el7.x86_64 gstreamer1-plugins-bad-freeworld-1.0.6-1.el7.nux.x86_64 gstreamer1-plugins-base-1.10.4-1.el7.x86_64 gstreamer1-plugins-good-1.10.4-2.el7.x86_64 gstreamer1-plugins-ugly-1.0.6-2.el7.nux.x86_64 gstreamer-plugins-bad-free-0.10.23-23...
2014 Mar 11
1
Building Opus (git master) ARM assembly for iOS
...blob;f=celt/arm/arm2gnu.pl will > need modifying to output something Apple's ancient gas fork understands, > or perhaps more portably yasm syntax. > > I just found https://github.com/mansr/gas-preprocessor. Does that work > on the opus code? This one is maintained. https://git.libav.org/?p=gas-preprocessor.git;a=summary -Justin
2017 Sep 26
5
MP4/H.264 codec for Firefox?
Hello, I am trying to get MP4/H.264 playback in Firefox to work on my CentOS laptop (for vimeo). I installed the gstreamer plugins as described here: https://wiki.centos.org/TipsAndTricks/MultimediaOnCentOS7 (No, I did not install Flash, VLC and all the other stuff. I only want HTML5 MP4 playback..) I enabled the nux repos. I did install all available gstreamer plugins, i.e. -good -bad
2015 Sep 11
0
C6 firefox esr h.264 support on youtube
...day, September 08, 2015 14:57:22 -0700 > >> > From: Robert Arkiletian <robark at gmail.com> > >> > > >> > I was able to get h.264 support on www.youtube.com/html5 on > >> > fedora 21 by installing > >> > > >> > gstreamer1-libav > >> > > >> > but that package does not exist in C6 (or it's popular third > >> > party repos) > >> > > >> > What is the name of the package which adds h.264 to firefox on > >> > youtube/html5 in C6? > >> > do...
2006 Nov 13
0
ffmpeg2theora 0.17 release
New version of ffmpeg2theora, a command line tool to convert video files to Ogg Theora. new in version 0.17 - new option -F/--framerate to set output framerate - skeleton support(-k) - vhook support(only available if libav* is linked as shared lib) Binaries http://v2v.cc/~j/ffmpeg2theora/ffmpeg2theora-0.17.linux.bin.bz2 http://v2v.cc/~j/ffmpeg2theora/ffmpeg2theora-0.17.pkg.zip http://v2v.cc/~j/ffmpeg2theora/ffmpeg2theora-0.17.exe Source http://v2v.cc/~j/ffmpeg2theora/ffmpeg2theora-0.17.tar.b...
2006 Nov 13
0
ffmpeg2theora 0.17 release
New version of ffmpeg2theora, a command line tool to convert video files to Ogg Theora. new in version 0.17 - new option -F/--framerate to set output framerate - skeleton support(-k) - vhook support(only available if libav* is linked as shared lib) Binaries http://v2v.cc/~j/ffmpeg2theora/ffmpeg2theora-0.17.linux.bin.bz2 http://v2v.cc/~j/ffmpeg2theora/ffmpeg2theora-0.17.pkg.zip http://v2v.cc/~j/ffmpeg2theora/ffmpeg2theora-0.17.exe Source http://v2v.cc/~j/ffmpeg2theora/ffmpeg2theora-0.17.tar.b...
2014 Jul 30
3
Centos 7 - how to play mp3
Dear Sirs, no way to play mp3 on Centos 7. I tried all suggestions w/o success! Could you please tell me how to? Thank you in advance. Best regards, Ambrus