• 1
  • 24
  • 25
  • 26(current)
  • 27
  • 28
  • 29
FFmpeg version bump + XBMC add-on patches.
(2013-05-20, 18:54)rbej Wrote: Not fixes. I compile two hours ago Xbmc with 1.2.1 and bug still exist. I try 0.10.7 (04.10.2013) and everything is ok.

Please download and test the "ffplay" tool that comes with the ffmpeg package and report back if you get the same result. /Thanks, Lars.
1. XBMC: http://github.com/FlyingRat/xbmc (ffmpeg-head-inc-xbmc-patches)
2. FFmpeg: http://github.com/FlyingRat/FFmpeg (ffmpeg-head-with-xbmc-custom-patches)
3. XBMC-updated-FFmpeg-binaries (just dev snapshots, no regular distros)
Reply
Popcornmix fixed this issues.



Reply
(2013-06-02, 17:37)rbej Wrote: Popcornmix fixed this issues.

Great, was it a general ffmpeg problem or related to the rpi platform?
1. XBMC: http://github.com/FlyingRat/xbmc (ffmpeg-head-inc-xbmc-patches)
2. FFmpeg: http://github.com/FlyingRat/FFmpeg (ffmpeg-head-with-xbmc-custom-patches)
3. XBMC-updated-FFmpeg-binaries (just dev snapshots, no regular distros)
Reply
(2013-06-03, 10:28)flyingrat Wrote:
(2013-06-02, 17:37)rbej Wrote: Popcornmix fixed this issues.

Great, was it a general ffmpeg problem or related to the rpi platform?

Checkout PR2800 & PR2814 for the detail but the issues were specific to the RPi platform.
Reply
(2013-06-03, 11:21)vicbitter Wrote:
(2013-06-03, 10:28)flyingrat Wrote:
(2013-06-02, 17:37)rbej Wrote: Popcornmix fixed this issues.

Great, was it a general ffmpeg problem or related to the rpi platform?

Checkout PRs 2800 & 2814 for the detail but the issues were specific to the RPi platform.

Thanks! /Cheers, Lars.
1. XBMC: http://github.com/FlyingRat/xbmc (ffmpeg-head-inc-xbmc-patches)
2. FFmpeg: http://github.com/FlyingRat/FFmpeg (ffmpeg-head-with-xbmc-custom-patches)
3. XBMC-updated-FFmpeg-binaries (just dev snapshots, no regular distros)
Reply
Hi guys,

I posted an issue in the Windows forum ( http://forum.xbmc.org/showthread.php?tid=167298 ) and created ticket http://trac.xbmc.org/ticket/14449
I did want to put a pointer here as this seems to me like an issue which may have been caused by the ffmpeg update, and so wanted to make sure it's seen in case it's not an isolated issue...

Debug log and crash logs are in the ticket as well.
Reply
@ flyingrat

6.1 channel FLAC audio finally works! (Thanks to ffmpeg 1.2). Many thanks, I've been waiting for months on this.

There's only 1 problem with your openelec 2.99.5 binaries (https://www.dropbox.com/sh/a7tsbe6o80rrv2a/S2NszQXp7H) :

LIVE TV with tvheadend: watching channels with "Dolby Digital +" audio have no sound (but playing them back after recording them plays them fine with sound) (channels with mpeg2 audio are fine).

Is it possible to bet updated binaries for Xtreamer Ultra2 to fix this ( up to openelec 3.0.6 it's the Ultra build, since 3.1 it's the ION x64 build) ?

Or I could follow this wiki (http://wiki.openelec.tv/index.php?title=...rom_source) if you tell me what I need to modify in the wiki compile procedure to build a version with ffmpeg 1.2 and working DD+ in LiveTV with Tvheadend.

Thanks.
Reply
Mangoes, your issue is not related to ffmpeg. tvheadend has its own parsers for live tv.
Reply
(2013-07-08, 11:15)FernetMenta Wrote: Mangoes, your issue is not related to ffmpeg. tvheadend has its own parsers for live tv.

Ok, this means this is a bug with tvheadend in openelec 2.99.5 (works fine with other versions).

So, how can we build binaries for a newer version (i.ex openelec 3.0) , as ffmpeg 1.2 fixes FLAC 6.1 channels audio playback with MKV videos.


1 more bug with this 2.99.5: forced subtitles in mkv don't work properly (also works fine with other versions).

Thanks.
Reply
(2013-07-08, 20:05)Mangoes Wrote:
(2013-07-08, 11:15)FernetMenta Wrote: Mangoes, your issue is not related to ffmpeg. tvheadend has its own parsers for live tv.

Ok, this means this is a bug with tvheadend in openelec 2.99.5 (works fine with other versions).

So, how can we build binaries for a newer version (i.ex openelec 3.0) , as ffmpeg 1.2 fixes FLAC 6.1 channels audio playback with MKV videos.


1 more bug with this 2.99.5: forced subtitles in mkv don't work properly (also works fine with other versions).

Thanks.

The OpenELEC builds were provided by me... If you want the latest OpenELEC builds just head on over to the OpenELEC forums and check out the "OpenELEC with XBMC 13 alpha builds" thread.

Cheers!
Reply
HI all,

First off, thanks for all the hard work bumping ffmpeg to a newer version!

I was having difficulty writing a certain add-on in which the final videos are actually m3u8 playlists (of the variant kind). To my understanding,
ffmpeg 1.2 now supports HLS much better, with cookie handling and AES encryption where applicable
(looking at https://github.com/xbmc/xbmc/blob/master...rmat/hls.c)

Also, to my understanding, based on https://github.com/xbmc/xbmc/pull/2730 (PR 2730), XBMC's code now passes HTTP OPTIONS
based on the convention used by your CURL Impl, correct ?
I can see that in DVDDemuxFFmpeg::GetFFMpegOptionsFromURL .

So, to properly support HLS that need cookies I'll need to use Gotham since the bump to 1.2 is a major commit.


Is there no other solution for this in Frodo ? HLS streams that don't need cookies should work properly as I understand it.
Reply
FYI; FFmpeg 2.0 was released yesterday.

Among the changes for FFmpeg 2.0 over the current 1.2 release include support for slice multithreading in libavfilter, new filters such as new interlace, telecine, and inverse telecine filters (fieldmatch and decimate), OpenCL support for video post-processing filters, audio filtering support for ffplay, support for Monkey Audio (versions 3.93+), faster AAC encoding, WebP demuxing/decoding support, VC-1 interlaced B-frame support, new demuxers, new decoders, FTP protocol support, V4L2 output device support, and of course many bug fixes and smaller optimizations that are not listed.

Summarized changelog of new new major features from http://ffmpeg.org
Quote:July 10, 2013, FFmpeg 2.0

We have made a new major release (2.0) It contains all features and bugfixes of the git master branch from 10th July. A partial list of new stuff is below:

- curves filter
- reference-counting for AVFrame and AVPacket data
- ffmpeg now fails when input options are used for output file
or vice versa
- support for Monkey's Audio versions from 3.93
- perms and aperms filters
- audio filtering support in ffplay
- 10% faster aac encoding on x86 and MIPS
- sine audio filter source
- WebP demuxing and decoding support
- new ffmpeg options -filter_script and -filter_complex_script, which allow a
filtergraph description to be read from a file
- OpenCL support
- audio phaser filter
- separatefields filter
- libquvi demuxer
- uniform options syntax across all filters
- telecine filter
- new interlace filter
- smptehdbars source
- inverse telecine filters (fieldmatch and decimate)
- colorbalance filter
- colorchannelmixer filter
- The matroska demuxer can now output proper verbatim ASS packets. It will
become the default at the next libavformat major bump.
- decent native animated GIF encoding
- asetrate filter
- interleave filter
- timeline editing with filters
- vidstabdetect and vidstabtransform filters for video stabilization using
the vid.stab library
- astats filter
- trim and atrim filters
- ffmpeg -t and -ss (output-only) options are now sample-accurate when
transcoding audio
- Matroska muxer can now put the index at the beginning of the file.
- extractplanes filter
- avectorscope filter
- ADPCM DTK decoder
- ADP demuxer
- RSD demuxer
- RedSpark demuxer
- ADPCM IMA Radical decoder
- zmq filters
- DCT denoiser filter (dctdnoiz)
- Wavelet denoiser filter ported from libmpcodecs as owdenoise (formerly "ow")
- Apple Intermediate Codec decoder
- Escape 130 video decoder
- FTP protocol support
- V4L2 output device
- 3D LUT filter (lut3d)
- SMPTE 302M audio encoder
- support for slice multithreading in libavfilter
- Hald CLUT support (generation and filtering)
- VC-1 interlaced B-frame support
- support for WavPack muxing (raw and in Matroska)
- XVideo output device
- vignette filter
- True Audio (TTA) encoder
- Go2Webinar decoder
- mcdeint filter ported from libmpcodecs
- sab filter ported from libmpcodecs
- ffprobe -show_chapters option
- WavPack encoding through libwavpack
- rotate filter
- spp filter ported from libmpcodecs
- libgme support
- psnr filter

We recommend users, distributors and system integrators to upgrade unless they use current git master.
Reply
this wont make it into gotham im afraid
Reply
(2013-07-12, 07:36)Skank Wrote: this wont make it into gotham im afraid
you know something we don't ?

if some one manages to create a pull request and and every one agrees it will get in.
Read/follow the forum rules.
For troubleshooting and bug reporting, read this first
Interested in seeing some YouTube videos about Kodi? Go here and subscribe
Reply
(2013-07-12, 08:15)Martijn Wrote:
(2013-07-12, 07:36)Skank Wrote: this wont make it into gotham im afraid
you know something we don't ?

if some one manages to create a pull request and and every one agrees it will get in.

Oh, i thought ffmpeg update happened only once? And since it already is integrated in gotham....
My mistake then, i do hope it does Smile
Reply
  • 1
  • 24
  • 25
  • 26(current)
  • 27
  • 28
  • 29

Logout Mark Read Team Forum Stats Members Help
FFmpeg version bump + XBMC add-on patches.0