Re: [FFmpeg-devel] headers for gapless playback

2020-04-23 Thread Kaplan, John
> > > > I think opening a generic ticket for this would be a good move. Having > > > > the ability to trim essence would be very useful. Then we could also > > > > remove that godawful hack in mov.c as well, hopefully. There's more > > > > than a few formats that need some "warm-up

Re: [FFmpeg-devel] headers for gapless playback

2020-01-21 Thread Kaplan, John
> > As far as control, I'll need to add a config switch to control adding gapless data or not. > Why wouldn't it always be added? If that's the consensus, then sure. But other tools I've seen have gapless metadata output controlled by a switch and not put in by default. > Please avoi

Re: [FFmpeg-devel] headers for gapless playback

2020-01-17 Thread Carl Eugen Hoyos
Am Sa., 18. Jan. 2020 um 00:14 Uhr schrieb Kaplan, John : > As far as control, I'll need to add a config switch to control adding gapless > data or not. Why wouldn't it always be added? Please avoid top-posting here, Carl Eugen ___ ffmpeg-devel mailin

Re: [FFmpeg-devel] headers for gapless playback

2020-01-17 Thread Kaplan, John
Hey guys thanks for the discussion - sorry I went dark on this, I had a death in the family last November & am I the executor, so am just starting to free up again for projects. This is my first experience with ffmpeg coding, so I may have newbie questions. I just got a debug build completed & g

Re: [FFmpeg-devel] headers for gapless playback

2019-11-25 Thread Tomas Härdin
mån 2019-11-25 klockan 22:53 +0100 skrev Marton Balint: > > On Sun, 24 Nov 2019, Tomas Härdin wrote: > > > tor 2019-11-21 klockan 23:35 +0100 skrev Marton Balint: > > > On Thu, 21 Nov 2019, Tomas Härdin wrote: > > > > > > > tis 2019-11-19 klockan 19:16 + skrev John Kaplan: > > > > > Hi Guys,

Re: [FFmpeg-devel] headers for gapless playback

2019-11-25 Thread Marton Balint
On Sun, 24 Nov 2019, Tomas Härdin wrote: tor 2019-11-21 klockan 23:35 +0100 skrev Marton Balint: On Thu, 21 Nov 2019, Tomas Härdin wrote: > tis 2019-11-19 klockan 19:16 + skrev John Kaplan: > > Hi Guys, > > > > We just did some research on gapless playback across multiple client > > d

Re: [FFmpeg-devel] headers for gapless playback

2019-11-24 Thread Tomas Härdin
tor 2019-11-21 klockan 23:35 +0100 skrev Marton Balint: > > On Thu, 21 Nov 2019, Tomas Härdin wrote: > > > tis 2019-11-19 klockan 19:16 + skrev John Kaplan: > > > Hi Guys, > > > > > > We just did some research on gapless playback across multiple client > > > devices, and could not find suppo

Re: [FFmpeg-devel] headers for gapless playback

2019-11-21 Thread Marton Balint
On Thu, 21 Nov 2019, Tomas Härdin wrote: tis 2019-11-19 klockan 19:16 + skrev John Kaplan: Hi Guys, We just did some research on gapless playback across multiple client devices, and could not find support for adding gapless metadata headers in ffmpeg. Our interest is specifically in AAC/

Re: [FFmpeg-devel] headers for gapless playback

2019-11-21 Thread Tomas Härdin
tis 2019-11-19 klockan 19:16 + skrev John Kaplan: > Hi Guys, > > We just did some research on gapless playback across multiple client > devices, and could not find support for adding gapless metadata > headers in ffmpeg. Our interest is specifically in AAC/MP4, and we > ended up shifting to th

Re: [FFmpeg-devel] headers for gapless playback

2019-11-20 Thread Paul B Mahol
On 11/19/19, John Kaplan wrote: > Hi Guys, > > We just did some research on gapless playback across multiple client > devices, and could not find support for adding gapless metadata headers in > ffmpeg. Our interest is specifically in AAC/MP4, and we ended up shifting to > the fdk-aac package, whi

[FFmpeg-devel] headers for gapless playback

2019-11-19 Thread John Kaplan
Hi Guys, We just did some research on gapless playback across multiple client devices, and could not find support for adding gapless metadata headers in ffmpeg. Our interest is specifically in AAC/MP4, and we ended up shifting to the fdk-aac package, which exposes options for adding moov/edts/e

Re: [FFmpeg-devel] headers

2014-09-14 Thread Timothy Gu
On Sep 14, 2014 1:14 PM, "Marcus Johnson" wrote: > > None of the other message groups will respond so I'm posting here. > > I've included /usr/local/include/libavformat in my header search path, and > xcode finds avformat.h fine, but it can't find avcodec.h > > also, your time.h header in libavuti

[FFmpeg-devel] headers

2014-09-14 Thread Marcus Johnson
None of the other message groups will respond so I'm posting here. I've included /usr/local/include/libavformat in my header search path, and xcode finds avformat.h fine, but it can't find avcodec.h also, your time.h header in libavutil is taking precedence over the system time.h header, and it's