Re: [FFmpeg-devel] [PATCH 0/7] dashenc fixes

2017-10-27 Thread Michael Niedermayer
On Thu, Oct 26, 2017 at 06:28:43PM +0200, Peter Große wrote: > On Thu, 26 Oct 2017 18:07:55 +0200 > Carl Eugen Hoyos wrote: > > > Did you test our dash muxer lately with some validation tool? > > Errors were reported in the past. > > No official validation tool, no. > > I tried to get remuxing

Re: [FFmpeg-devel] [PATCH 0/7] dashenc fixes

2017-10-26 Thread Carl Eugen Hoyos
2017-10-26 18:28 GMT+02:00 Peter Große : > On Thu, 26 Oct 2017 18:07:55 +0200 > Carl Eugen Hoyos wrote: > >> Did you test our dash muxer lately with some validation tool? >> Errors were reported in the past. > > No official validation tool, no. The following was mentioned in the past iirc: http:/

Re: [FFmpeg-devel] [PATCH 0/7] dashenc fixes

2017-10-26 Thread Peter Große
On Thu, 26 Oct 2017 18:07:55 +0200 Carl Eugen Hoyos wrote: > Did you test our dash muxer lately with some validation tool? > Errors were reported in the past. No official validation tool, no. I tried to get remuxing working with a pre-encoded multi-bitrate mkv file, but the official reference p

Re: [FFmpeg-devel] [PATCH 0/7] dashenc fixes

2017-10-26 Thread Carl Eugen Hoyos
2017-10-26 17:58 GMT+02:00 Peter Große : > dashenc: allow AdaptaionSets to have different average frame rates The commit message could be fixed. Did you test our dash muxer lately with some validation tool? Errors were reported in the past. Thank you, Carl Eugen __

[FFmpeg-devel] [PATCH 0/7] dashenc fixes

2017-10-26 Thread Peter Große
Some DASH muxer fixes after commits from libav got merged. Anton Schubert (2): dashenc: fix bitrate estimation with correct scaling dashenc: Don't output frameRates at both AS and Representation-level. Only output maxFrameRate at AS-level. Peter Große (5): dashenc: use av_dict_set_int i