Re: [FFmpeg-devel] [PATCH] nvenc: Make AUD optional for h264_nvenc and hevc_nvenc

2017-06-15 Thread Yogender Kumar Gupta
Yes, please try the latest driver version. Thanks Yogender > On 13-Jun-2017, at 6:47 PM, Ali KIZIL wrote: > > 2017-01-05 13:29 GMT+03:00 Yogender Gupta : > There is BUG in Nvidia NVENC when you use AUD for H264 with B-frames, >> it will return

Re: [FFmpeg-devel] [PATCH] nvenc: Make AUD optional for h264_nvenc and hevc_nvenc

2017-06-13 Thread Ali KIZIL
2017-01-05 13:29 GMT+03:00 Yogender Gupta : > >> There is BUG in Nvidia NVENC when you use AUD for H264 with B-frames, > it will return corrupted stream, because NVIDIA is inserting AUD type 0 > (I-frame) before B-frames instead of AUD type 7 (any-frame). > > Thanks for

Re: [FFmpeg-devel] [PATCH] nvenc: Make AUD optional for h264_nvenc and hevc_nvenc

2017-01-05 Thread Yogender Gupta
>> There is BUG in Nvidia NVENC when you use AUD for H264 with B-frames, it >> will return corrupted stream, because NVIDIA is inserting AUD type 0 >> (I-frame) before B-frames instead of AUD type 7 (any-frame). Thanks for bringing this to notice. We have added a fix in the Nvidia driver and

Re: [FFmpeg-devel] [PATCH] nvenc: Make AUD optional for h264_nvenc and hevc_nvenc

2017-01-01 Thread Miroslav Slugeň
Dne 1.1.2017 v 14:57 Kieran Kunhya napsal(a): Resending with requested modifications and basic implementation of bluray_compat function which enables AUD. - This is a misleading option name because Blu-ray compatibility is a lot more than what you implement. There are lots of rules I

Re: [FFmpeg-devel] [PATCH] nvenc: Make AUD optional for h264_nvenc and hevc_nvenc

2017-01-01 Thread Kieran Kunhya
> > Resending with requested modifications and basic implementation of > bluray_compat function which enables AUD. > > > > - > This is a misleading option name because Blu-ray compatibility is a lot more than what you implement. There are lots of rules I implemented in x264 years ago. Kieran >

Re: [FFmpeg-devel] [PATCH] nvenc: Make AUD optional for h264_nvenc and hevc_nvenc

2017-01-01 Thread Timo Rothenpieler
Sounds and looks fine to me. I agree that having AUD enabled by default wasn't the best solution, as it's useless overhead for most cases. both applied ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH] nvenc: Make AUD optional for h264_nvenc and hevc_nvenc

2016-12-30 Thread Miroslav Slugeň
Dne 30.12.2016 v 17:38 Mark Thompson napsal(a): On 30/12/16 16:12, Miroslav Slugeň wrote: Dne 30.12.2016 v 15:32 Mark Thompson napsal(a): On 29/12/16 21:02, Miroslav Slugeň wrote: Somebody changed AUD to active in NVENC by default, which is not very clever, libx264 also has this future

Re: [FFmpeg-devel] [PATCH] nvenc: Make AUD optional for h264_nvenc and hevc_nvenc

2016-12-30 Thread Mark Thompson
On 30/12/16 16:12, Miroslav Slugeň wrote: > Dne 30.12.2016 v 15:32 Mark Thompson napsal(a): >> On 29/12/16 21:02, Miroslav Slugeň wrote: >>> Somebody changed AUD to active in NVENC by default, which is not very >>> clever, libx264 also has this future disabled, so we should stay in sync >>> with

Re: [FFmpeg-devel] [PATCH] nvenc: Make AUD optional for h264_nvenc and hevc_nvenc

2016-12-30 Thread Miroslav Slugeň
Dne 30.12.2016 v 15:32 Mark Thompson napsal(a): On 29/12/16 21:02, Miroslav Slugeň wrote: Somebody changed AUD to active in NVENC by default, which is not very clever, libx264 also has this future disabled, so we should stay in sync with libx264 behavior. Enabled AUD will work only without

Re: [FFmpeg-devel] [PATCH] nvenc: Make AUD optional for h264_nvenc and hevc_nvenc

2016-12-30 Thread Mark Thompson
On 29/12/16 21:02, Miroslav Slugeň wrote: > Somebody changed AUD to active in NVENC by default, which is not very clever, > libx264 also has this future disabled, so we should stay in sync with libx264 > behavior. > > Enabled AUD will work only without B-frames. There is BUG in Nvidia NVENC >

Re: [FFmpeg-devel] [PATCH] nvenc: Make AUD optional for h264_nvenc and hevc_nvenc

2016-12-30 Thread Mark Thompson
On 30/12/16 11:00, Ali KIZIL wrote: > 2016-12-30 12:07 GMT+03:00 Miroslav Slugeň : > >> Dne 30.12.2016 v 05:48 Ali KIZIL napsal(a): >> >>> 2016-12-30 0:02 GMT+03:00 Miroslav Slugeň : >>> >>> >>> Somebody changed AUD to active in NVENC by default, which is

Re: [FFmpeg-devel] [PATCH] nvenc: Make AUD optional for h264_nvenc and hevc_nvenc

2016-12-30 Thread Ali KIZIL
2016-12-30 12:07 GMT+03:00 Miroslav Slugeň : > Dne 30.12.2016 v 05:48 Ali KIZIL napsal(a): > >> 2016-12-30 0:02 GMT+03:00 Miroslav Slugeň : >> >> >> Somebody changed AUD to active in NVENC by default, which is not very >>> clever, libx264 also has this

Re: [FFmpeg-devel] [PATCH] nvenc: Make AUD optional for h264_nvenc and hevc_nvenc

2016-12-30 Thread Miroslav Slugeň
Dne 30.12.2016 v 05:48 Ali KIZIL napsal(a): 2016-12-30 0:02 GMT+03:00 Miroslav Slugeň : Somebody changed AUD to active in NVENC by default, which is not very clever, libx264 also has this future disabled, so we should stay in sync with libx264 behavior. Enabled AUD will

Re: [FFmpeg-devel] [PATCH] nvenc: Make AUD optional for h264_nvenc and hevc_nvenc

2016-12-30 Thread Miroslav Slugeň
Dne 30.12.2016 v 05:48 Ali KIZIL napsal(a): 2016-12-30 0:02 GMT+03:00 Miroslav Slugeň : Somebody changed AUD to active in NVENC by default, which is not very clever, libx264 also has this future disabled, so we should stay in sync with libx264 behavior. Enabled AUD will

Re: [FFmpeg-devel] [PATCH] nvenc: Make AUD optional for h264_nvenc and hevc_nvenc

2016-12-29 Thread Ali KIZIL
2016-12-30 0:02 GMT+03:00 Miroslav Slugeň : > Somebody changed AUD to active in NVENC by default, which is not very > clever, libx264 also has this future disabled, so we should stay in sync > with libx264 behavior. > > Enabled AUD will work only without B-frames. There is BUG

[FFmpeg-devel] [PATCH] nvenc: Make AUD optional for h264_nvenc and hevc_nvenc

2016-12-29 Thread Miroslav Slugeň
Somebody changed AUD to active in NVENC by default, which is not very clever, libx264 also has this future disabled, so we should stay in sync with libx264 behavior. Enabled AUD will work only without B-frames. There is BUG in Nvidia NVENC when you use AUD for H264 with B-frames, it will