Kodi Community Forum
FFmpeg version bump + XBMC add-on patches. - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Kodi Application (https://forum.kodi.tv/forumdisplay.php?fid=93)
+--- Thread: FFmpeg version bump + XBMC add-on patches. (/showthread.php?tid=156303)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29


RE: FFmpeg version bump + XBMC add-on patches. - DoomBot - 2013-08-15

Hells yes thank you Memphiz!
I knew deep down you cared Wink


RE: FFmpeg version bump + XBMC add-on patches. - Memphiz - 2013-08-15

No i hate subs and all people who are thinking that xbmc is worthless without it ... but what gives... Big Grin

It won't break on any ffmpeg bump ... just if ffmpeg changes special internal behaviour and we are not aware of it ...


RE: FFmpeg version bump + XBMC add-on patches. - Skank - 2013-08-15

I see..
Maybe i misplaced my words..
Xbmc isnt worthless without subs.. But for me this is a big deal.. And for my kids alsoWink

Anyhow thanks for caring and fixing although you dont care!


RE: FFmpeg version bump + XBMC add-on patches. - meridius - 2013-08-16

Memphiz hi.

I don't use subs but I know I have alot of mkv movies with forced subs selected as there in the mkv files and because alot of movies these days have none speaking English parts in the movie u need subs.

But I don't know if that's related to this problem

Just thought I would post as subs are very important for that reason.

Cheers


RE: FFmpeg version bump + XBMC add-on patches. - bossanova808 - 2013-08-16

@Memphiz - there's a lot of other legitimate uses for subs - hearing impaired, watching when kids are asleep, etc. .. which I am sure you know.

So all the more kudos to you for working on it when it's not important to you...rest assured, others are very grateful (for this and indeed all the rest!).


RE: FFmpeg version bump + XBMC add-on patches. - jpsdr - 2013-08-16

Everyone has his preferences. Personnaly, i hate dubbing, i want to watch movies in their original version.
But i perfectly understand the other way round.
And, for a deaf peoples, i truly think xbmc without subs will probably be worthless for theim...
Nevertheless, thanks for your work.


RE: FFmpeg version bump + XBMC add-on patches. - Memphiz - 2013-08-16

Yeah and keep in mind that only pgs subs were affected ... just keep that dramatic style low and we won't be annoyed. ;o)

And yes - i am definitly some kind of an asshole sometimes. But thats normal when your brain seems to explode on a daily basis ...


RE: FFmpeg version bump + XBMC add-on patches. - da-anda - 2013-08-16

pgs is bluray sub's format, right?


RE: FFmpeg version bump + XBMC add-on patches. - Wanilton - 2013-08-16

yes da-anda, PGS-(Presentation Grapic Stream), is an advanced subtitle stream for HD DVD and Bluray Disc, and fix work fine, tested in windows O.S, great work Memphiz.


RE: FFmpeg version bump + XBMC add-on patches. - shahid_xbmc - 2013-09-01

Latest Gotham build still doesn't support HLS that needs cookies


RE: FFmpeg version bump + XBMC add-on patches. - Skixbmc - 2013-09-01

Maybe offtopic:
Bumping FFmpeg to 2.0 need one patch, 0024-add-public-version-of-ff_read_frame_flush.patch and the API av_frame_get_metadata is moved from avcodec to avutil
Don't forget to add #include "libavutil/frame.h" to DllAvUtil.h


RE: FFmpeg version bump + XBMC add-on patches. - Skank - 2013-09-13

What is gotham using now? Which version of ffmpeg? 1.2 or 2.0?


RE: FFmpeg version bump + XBMC add-on patches. - Martijn - 2013-09-13

1.2


RE: FFmpeg version bump + XBMC add-on patches. - Skank - 2013-09-13

Thx


RE: FFmpeg version bump + XBMC add-on patches. - bkuhls - 2013-12-08

(2013-03-17, 15:38)elupus Wrote: I would very much like to see us getting the 1.2 release. That is the final release before the new refcounted frames stuff. After that will be a messier update.
Hi,

using ffmpeg master with xbmc master basically works, but when starting to
play an ac3/dts movie or an ac3 tv channel each time a short crackling sound
can be heard over the HDMI connection before the audio playback starts

Using git bisect I tracked down the problem to this commit
http://git.videolan.org/gitweb.cgi/ffmpeg.git/?p=ffmpeg.git;a=commit;h=80e9e63c946660304fc65fa8141ccfdbe4d196d1
where refcounted frames were introduced. With earlier ffmpeg commits the
problem does not exist, nor does it exist in ffmpeg 1.2.4.

Judging your comment I suppose some work has to be done within xbmc to
solve the problem, so I stayed away from opening a ticket at ffmpeg.org.

System in use:
ASRock Z87 Extreme4
Intel Haswell i3-4330T using the onboard GPU
Linux 3.11.9

Do you need more infos?