• 1
  • 20
  • 21
  • 22(current)
  • 23
  • 24
  • 29
FFmpeg version bump + XBMC add-on patches.
(2013-04-30, 22:27)Wanilton Wrote: @flyingrat, new tests with subtitles, I compiled gotham master with your latest commit for fix subtitle, well in BD Iso, internal subtitle is work again, but don´t show name language in audio settings (menu m). And external subtitle don´t is load yet . I need other tests for send more info to you.

OS: Windows 8

Thanks,

Thanks for the feedback! Regarding external ffmpeg, maybe mr vicbitter can shed some light on this? Have you checked if the video format you are using contains language information? You can use the tool mediainfo (http://mediainfo.sourceforge.net/sv/Download/Windows) to provide that info...
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
My dropbox upload hanged ;-( Should be there in a few minutes...
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-05-01, 19:39)flyingrat Wrote: My dropbox upload hanged ;-( Should be there in a few minutes...

Dropbox upload checked and ready!
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-04-29, 21:15)flyingrat Wrote:
(2013-04-29, 23:04)Robotica Wrote:
(2013-04-29, 21:15)flyingrat Wrote: Speex and opus enabled macosx binary uploaded to ffmpeg_head_with_speex_and_opus/org.xbmc.speex.opus_13.0-0~a2_macosx-2013-04-29.dmg. Please test and report any oddities! /Thanks Lars
Cool!
Does playback with papplayer and or dvdplayer work?

Paplayer, but it has only been tested with some few samples i found online. You are more than welcome to try it out and provide some feedback!

Will try to test when I find time for this. Another question I have: FFMPEG 1.1 supports animated gif's. Did anyone try this already? Or does this also needs code change for this feature to be supported?

I think this will bring in lots of possibilities related to animated weather icons and fanart.
Reply
(2013-05-02, 14:23)Robotica Wrote:
(2013-04-29, 21:15)flyingrat Wrote:
(2013-04-29, 23:04)Robotica Wrote: Cool!
Does playback with papplayer and or dvdplayer work?

Paplayer, but it has only been tested with some few samples i found online. You are more than welcome to try it out and provide some feedback!

Will try to test when I find time for this. Another question I have: FFMPEG 1.1 supports animated gif's. Did anyone try this already? Or does this also needs code change for this feature to be supported?

I think this will bring in lots of possibilities related to animated weather icons and fanart.

FFmpeg 1.1 introduced an animated gif decoder and demuxer but that will unfortunately not help us with the display logic, you will still need to extend the xbmc gui engine regardless of which "moving picture" format you want to use ("Post #7"). There are also other formats than git that might be interesting to support, check thread: "Animated (Cinemagraph) posters in skins". I'll think about it...
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-05-02, 19:53)flyingrat Wrote:
(2013-05-02, 14:23)Robotica Wrote: ....
Another question I have: FFMPEG 1.1 supports animated gif's. Did anyone try this already? Or does this also needs code change for this feature to be supported?

I think this will bring in lots of possibilities related to animated weather icons and fanart.

FFmpeg 1.1 introduced an animated gif decoder and demuxer but that will unfortunately not help us with the display logic, you will still need to extend the xbmc gui engine regardless of which "moving picture" format you want to use ("Post #7"). There are also other formats than git that might be interesting to support, check thread: "Animated (Cinemagraph) posters in skins". I'll think about it...

Thanks for clarifying that for me. What I know: Currently the slideshow (atleast before this commit) and thumbnails just show the first frame of an animated GIF. Never tried dvdplayer with an extra .gif extension in as.xml.
Reply
To be honest, I've never tried using animated gifs, but XBMC already supports them: Image Control (wiki)
Reply
flyingrat,

I didn't have any luck playing the opus audiobooks I have, I tried both PAPlayer and DVDPlayer and both say the files are unplayable.

Log: http://www.xbmclogs.com/show.php?id=15896

I'll PM you a link to one of the files I tested.
Reply
(2013-05-01, 19:05)flyingrat Wrote:
(2013-04-30, 22:27)Wanilton Wrote: @flyingrat, new tests with subtitles, I compiled gotham master with your latest commit for fix subtitle, well in BD Iso, internal subtitle is work again, but don´t show name language in audio settings (menu m). And external subtitle don´t is load yet . I need other tests for send more info to you.

OS: Windows 8

Thanks,

Thanks for the feedback! Regarding external ffmpeg, maybe mr vicbitter can shed some light on this? Have you checked if the video format you are using contains language information? You can use the tool mediainfo (http://mediainfo.sourceforge.net/sv/Download/Windows) to provide that info...

@flyingrat, been away enjoying the Beer in Budapest... I'll look at this tomorrow!
Reply
(2013-05-02, 19:53)flyingrat Wrote:
(2013-05-02, 14:23)Robotica Wrote:
(2013-04-29, 21:15)flyingrat Wrote: Paplayer, but it has only been tested with some few samples i found online. You are more than welcome to try it out and provide some feedback!

Will try to test when I find time for this. Another question I have: FFMPEG 1.1 supports animated gif's. Did anyone try this already? Or does this also needs code change for this feature to be supported?

I think this will bring in lots of possibilities related to animated weather icons and fanart.

FFmpeg 1.1 introduced an animated gif decoder and demuxer but that will unfortunately not help us with the display logic, you will still need to extend the xbmc gui engine regardless of which "moving picture" format you want to use ("Post #7"). There are also other formats than git that might be interesting to support, check thread: "Animated (Cinemagraph) posters in skins". I'll think about it...

Leechguy is working on something other than this http://forum.xbmc.org/showthread.php?tid=157585 which is completly new way of doing this.

uNi
Reply
@flyingrat

FYI: The FFMPAG package will not compile with mingw64 for the 64 bit libraries, it will compile with the following line:
./configure --extra-cflags="-fno-common -DNDEBUG" --extra-ldflags="-L/xbmc/system/players/dvdplayer" ${OPTIONS} --enable-memalign-hack --arch=x86_64 --target-os=mingw32 --pkg-config=pkg-config

So no XBMC dxva2api.h, I know that is now not a problem, but who knows in the future Wink

Reg.
Fred
Silverstone Grandia GD02-MT | AMD A8-3850 | Breakaway Audio Enhancer, HK AVR-365 | HKTS 30, Philips 50PFL7956H/12 21:9 3D
Reply
(2013-05-05, 12:17)uNiversal Wrote:
(2013-05-02, 19:53)flyingrat Wrote:
(2013-05-02, 14:23)Robotica Wrote: Will try to test when I find time for this. Another question I have: FFMPEG 1.1 supports animated gif's. Did anyone try this already? Or does this also needs code change for this feature to be supported?

I think this will bring in lots of possibilities related to animated weather icons and fanart.

FFmpeg 1.1 introduced an animated gif decoder and demuxer but that will unfortunately not help us with the display logic, you will still need to extend the xbmc gui engine regardless of which "moving picture" format you want to use ("Post #7"). There are also other formats than git that might be interesting to support, check thread: "Animated (Cinemagraph) posters in skins". I'll think about it...

Leechguy is working on something other than this http://forum.xbmc.org/showthread.php?tid=157585 which is completly new way of doing this.

uNi

Thanks for pointing that out, looks promising!

(2013-05-06, 13:37)Skixbmc Wrote: @flyingrat

FYI: The FFMPAG package will not compile with mingw64 for the 64 bit libraries, it will compile with the following line:
./configure --extra-cflags="-fno-common -DNDEBUG" --extra-ldflags="-L/xbmc/system/players/dvdplayer" ${OPTIONS} --enable-memalign-hack --arch=x86_64 --target-os=mingw32 --pkg-config=pkg-config

So no XBMC dxva2api.h, I know that is now not a problem, but who knows in the future Wink

Reg.
Fred

Great, thank you very much! One of the things that really was biting me when --pkg-config= wasn't set, then pgk-config defaults to "false" and ./configure fails all the time in check_pkg_config() with the statement "$pkg_config --exists $pkg 2>/dev/null || return". Hard to tell if it's a bug or feature... Tongue /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
And also I noticed that crystalhd is now mainstream in the new ffmpeg library, so imho the existing implementation of crystalhd can be changed to the native ffmpeg.

Reg.
Fred
Silverstone Grandia GD02-MT | AMD A8-3850 | Breakaway Audio Enhancer, HK AVR-365 | HKTS 30, Philips 50PFL7956H/12 21:9 3D
Reply
Uhhh, it looks like libass is also mainstream now in ffmpeg see http://www.ffmpeg.org/ffmpeg-filters.html#subtitles Big Grin
Silverstone Grandia GD02-MT | AMD A8-3850 | Breakaway Audio Enhancer, HK AVR-365 | HKTS 30, Philips 50PFL7956H/12 21:9 3D
Reply
(2013-05-07, 08:44)Gr6Burns Wrote: I assume that all patches are xbmc specific.

Yes, some are but many (most of them i would say) are worth putting upstreams...

(2013-05-04, 20:00)vicbitter Wrote: @flyingrat, been away enjoying the Beer in Budapest... I'll look at this tomorrow!

Sounds like like you spent some quality time over there! Tongue


(2013-05-07, 07:02)Skixbmc Wrote: And also I noticed that crystalhd is now mainstream in the new ffmpeg library, so imho the existing implementation of crystalhd can be changed to the native ffmpeg.

Reg.
Fred
(2013-05-07, 10:29)Skixbmc Wrote: Uhhh, it looks like libass is also mainstream now in ffmpeg see http://www.ffmpeg.org/ffmpeg-filters.html#subtitles Big Grin

Yeah, as well as some others like vdpau but that one has been take care of by FernetMenta with PR #2699. Care to join forces? Wink /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
  • 1
  • 20
  • 21
  • 22(current)
  • 23
  • 24
  • 29

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