Re: [FFmpeg-user] feature request/suggestion: add support for dolby vision decoding :)

2016-07-02 Thread Carl Eugen Hoyos
Andrew Sun gmail.com> writes: > https://drive.google.com/file/d/0B5-q6qHXjH0GcHNhT0g3aWxuNWM I opened ticket #5688, thank you for the sample! Is there a software decoder? Contrary to what was written, I think this would not be too difficult if it were known what the additional nal's contain.

Re: [FFmpeg-user] feature request/suggestion: add support for dolby vision decoding :)

2016-07-02 Thread Andrew Sun
Maybe it can be made as a FFmpeg Google Summer of Code 2017 mentored project. But now I can see how much time and money it would need to develop something that big. A dual layer decoder and HDR dynamic metadata support has never been implemented in FFmpeg before. We would need to implement the

Re: [FFmpeg-user] commonplace newbie question

2016-07-02 Thread Carl Eugen Hoyos
Dave Stevens uniserve.com> writes: > The images are 5 megapixel jpegs and the output is 30fps > mp4. A thousand frames takes about an hour There should be options to make the encode (significantly) faster. (Command line and complete, uncut console output missing.) I don't think your

Re: [FFmpeg-user] Fix interrupted HLS dump

2016-07-02 Thread Carl Eugen Hoyos
Herr Ernst gmail.com> writes: > I've downloaded an HLS live stream with > `ffmpeg -i http://example.com/playlist.m3u8 -c copy -bsf:a > aac_adtstoasc dump.mp4`. This command can be useful but as you found out, it is not ideal to dump a stream from the internet. You could test "mplayer

Re: [FFmpeg-user] feature request/suggestion: add support for dolby vision decoding :)

2016-07-02 Thread Andrew Sun
https://drive.google.com/file/d/0B5-q6qHXjH0GcHNhT0g3aWxuNWM/view?usp=sharing Here is the link to the Dolby Vision sample. Unfortunately, it will only play correctly on a Dolby Vision enabled TV. Most TVs and all media players will simply discard the enhancement layer when decoding, leaving only

Re: [FFmpeg-user] feature request/suggestion: add support for dolby vision decoding :)

2016-07-02 Thread Phil Rhodes
That's a very, very big job which I suspect won't be happening without significant amounts of financial input. P From: Carl Eugen Hoyos To: ffmpeg-user@ffmpeg.org Sent: Saturday, 2 July 2016, 8:35 Subject: Re: [FFmpeg-user] feature request/suggestion: add support

[FFmpeg-user] Fix interrupted HLS dump

2016-07-02 Thread Herr Ernst
Hi, I've downloaded an HLS live stream with `ffmpeg -i http://example.com/playlist.m3u8 -c copy -bsf:a aac_adtstoasc dump.mp4`. This has worked for me before. I've been keeping the command running overnight and today my SSD was full. I thought, no problem, just cut the file, but the file is

Re: [FFmpeg-user] feature request/suggestion: add support for dolby vision decoding :)

2016-07-02 Thread Carl Eugen Hoyos
Andrew Sun gmail.com> writes: > Dolby Vision is a 12-bit HDR dual layer codec that has a 10-bit > base layer of either HEVC or AVC, and then an enhancement layer > that supplies an extra 2-bits and dynamic HDR metadata. Please provide a sample. Carl Eugen

Re: [FFmpeg-user] feature request/suggestion: add support for dolby vision decoding :)

2016-07-02 Thread Andrew Sun
Phil Rhodes rocketmail.com> writes: > > > It should be added that both avc and hevc support 12bit  > > encoding... > It's a bit more complicated than just a twelve-bit video signal. Vision uses the 10-bit image as a base and > then trims it using the additional data stream, taking into account

[FFmpeg-user] How to publish new MetaData while transcoding for a RTMP stream?

2016-07-02 Thread Wang Yun
Hello, I’m using FFmpeg as a transcoder to do some conversion on an incoming RTMP stream (served on my own server with nginx-rtmp-module), and then publish the result to another RTMP service. My publishing client is written in ActionScript 3. In a graph it’s like: Client app |

Re: [FFmpeg-user] feature request/suggestion: add support for dolby vision decoding :)

2016-07-02 Thread Phil Rhodes
> It would also have to be tested against the hardware TV Dolby Vision>  >decoders for conformance. It strikes me that if we could find examples of material that was available in both Vision and other HDR formats (HLG, HDR10 etc) for which the specs are open, a stab could be made at a reasonably

Re: [FFmpeg-user] feature request/suggestion: add support for dolby vision decoding :)

2016-07-02 Thread Andrew Sun
Carl Eugen Hoyos ag.or.at> writes: > > Andrew Sun gmail.com> writes: > > > https://drive.google.com/file/d/0B5-q6qHXjH0GcHNhT0g3aWxuNWM > > I opened ticket #5688, thank you for the sample! > > Is there a software decoder? > Contrary to what was written, I think this would not be too >

Re: [FFmpeg-user] feature request/suggestion: add support for dolby vision decoding :)

2016-07-02 Thread Phil Rhodes
> It should be added that both avc and hevc support 12bit  > encoding... It's a bit more complicated than just a twelve-bit video signal. Vision uses the 10-bit image as a base and then trims it using the additional data stream, taking into account the capabilities of the display. Correct

Re: [FFmpeg-user] feature request/suggestion: add support for dolby vision decoding :)

2016-07-02 Thread Andrew Sun
Phil Rhodes rocketmail.com> writes: > > > It would also have to be tested against the hardware TV Dolby Vision> decoders for conformance. > It strikes me that if we could find examples of material that was available in both Vision and other HDR > formats (HLG, HDR10 etc) for which the specs