Because ffmpeg 6.1 still not branched I guess we better to look into relevant changes ... and adapt our patch.
this one apparently work better, in sense it compiles! can anyone check if cuda/nvenc hw acceleration still works with it? On Tue, Oct 3, 2023 at 4:53 PM Andrew Randrianasulu <[email protected]> wrote:
Because ffmpeg 6.1 still not branched I guess we better to look into relevant changes ... and adapt our patch.
Started to test now, but my build failed so will probably not get it going until tomorrow so will let you know then. On Tue, Oct 3, 2023 at 8:39 AM Andrew Randrianasulu <[email protected]> wrote:
this one apparently work better, in sense it compiles!
can anyone check if cuda/nvenc hw acceleration still works with it?
On Tue, Oct 3, 2023 at 4:53 PM Andrew Randrianasulu <[email protected]> wrote:
Because ffmpeg 6.1 still not branched I guess we better to look into
relevant changes ... and adapt our patch.
ср, 4 окт. 2023 г., 03:55 Phyllis Smith <[email protected]>:
Started to test now, but my build failed so will probably not get it going until tomorrow so will let you know then.
Thanks anyway , I hope need for this patch will go away as we update ffnv headers .... http://ffmpeg.org/pipermail/ffmpeg-devel/2023-October/315211.html
On Tue, Oct 3, 2023 at 8:39 AM Andrew Randrianasulu < [email protected]> wrote:
this one apparently work better, in sense it compiles!
can anyone check if cuda/nvenc hw acceleration still works with it?
On Tue, Oct 3, 2023 at 4:53 PM Andrew Randrianasulu <[email protected]> wrote:
Because ffmpeg 6.1 still not branched I guess we better to look into
relevant changes ... and adapt our patch.
OK, will work on getting the build to work as I mentioned earlier. Next time a new version of ffmpeg is released, we should probably upgrade and not wait for the ".1" release which is what we have traditionally done. If we had known how long 6.1 was going to take, we would have used 6.0. P.S. sorry for the late responses, I had the "handyman from hell" "supposedly helping" me today with some physical yard work. On Tue, Oct 3, 2023 at 7:22 PM Andrew Randrianasulu <[email protected]> wrote:
ср, 4 окт. 2023 г., 03:55 Phyllis Smith <[email protected]>:
Started to test now, but my build failed so will probably not get it going until tomorrow so will let you know then.
Thanks anyway , I hope need for this patch will go away as we update ffnv headers ....
http://ffmpeg.org/pipermail/ffmpeg-devel/2023-October/315211.html
On Tue, Oct 3, 2023 at 8:39 AM Andrew Randrianasulu < [email protected]> wrote:
this one apparently work better, in sense it compiles!
can anyone check if cuda/nvenc hw acceleration still works with it?
On Tue, Oct 3, 2023 at 4:53 PM Andrew Randrianasulu <[email protected]> wrote:
Because ffmpeg 6.1 still not branched I guess we better to look into
relevant changes ... and adapt our patch.
ср, 4 окт. 2023 г., 04:28 Phyllis Smith <[email protected]>:
OK, will work on getting the build to work as I mentioned earlier. Next time a new version of ffmpeg is released, we should probably upgrade and not wait for the ".1" release which is what we have traditionally done. If we had known how long 6.1 was going to take, we would have used 6.0.
P.S. sorry for the late responses, I had the "handyman from hell" "supposedly helping" me today with some physical yard work.
Well, at least we can hope you will not get a lot of rains ... they are necessary, but made outdoors work a little more complicated ....
On Tue, Oct 3, 2023 at 7:22 PM Andrew Randrianasulu < [email protected]> wrote:
ср, 4 окт. 2023 г., 03:55 Phyllis Smith <[email protected]>:
Started to test now, but my build failed so will probably not get it going until tomorrow so will let you know then.
Thanks anyway , I hope need for this patch will go away as we update ffnv headers ....
http://ffmpeg.org/pipermail/ffmpeg-devel/2023-October/315211.html
On Tue, Oct 3, 2023 at 8:39 AM Andrew Randrianasulu < [email protected]> wrote:
this one apparently work better, in sense it compiles!
can anyone check if cuda/nvenc hw acceleration still works with it?
On Tue, Oct 3, 2023 at 4:53 PM Andrew Randrianasulu <[email protected]> wrote:
Because ffmpeg 6.1 still not branched I guess we better to look into
relevant changes ... and adapt our patch.
This patch does not work for me -- no line matches: else if (!(hwctx->internal->flags & AV_CUDA_USE_CURRENT_CONTEXT)) or - } else if (flags & AV_CUDA_USE_CURRENT_CONTEXT) { The original patch10 works for me. I just verified that the ffmpeg 6.0 tar ball exactly matches what is on the ffmpeg download website. On Tue, Oct 3, 2023 at 8:39 AM Andrew Randrianasulu <[email protected]> wrote:
this one apparently work better, in sense it compiles!
can anyone check if cuda/nvenc hw acceleration still works with it?
On Tue, Oct 3, 2023 at 4:53 PM Andrew Randrianasulu <[email protected]> wrote:
Because ffmpeg 6.1 still not branched I guess we better to look into
relevant changes ... and adapt our patch.
сб, 7 окт. 2023 г., 00:45 Phyllis Smith <[email protected]>:
This patch does not work for me -- no line matches: else if (!(hwctx->internal->flags & AV_CUDA_USE_CURRENT_CONTEXT)) or - } else if (flags & AV_CUDA_USE_CURRENT_CONTEXT) {
The original patch10 works for me. I just verified that the ffmpeg 6.0 tar ball exactly matches what is on the ffmpeg download website.
well, may be ffmpeg.git changed in the meantime .... I hope I will able to re-fix it when time come. sorry!
On Tue, Oct 3, 2023 at 8:39 AM Andrew Randrianasulu < [email protected]> wrote:
this one apparently work better, in sense it compiles!
can anyone check if cuda/nvenc hw acceleration still works with it?
On Tue, Oct 3, 2023 at 4:53 PM Andrew Randrianasulu <[email protected]> wrote:
Because ffmpeg 6.1 still not branched I guess we better to look into
relevant changes ... and adapt our patch.
You are probably correct. I am just going against the original ffmpeg-6.0.tar.xz and not the updates which will be applied for 6.1. Sorry, I should have made myself clear and that the patch probably does work using the "git" version. My mistake. I will save this new patch10 for future use. On Fri, Oct 6, 2023 at 3:47 PM Andrew Randrianasulu <[email protected]> wrote:
сб, 7 окт. 2023 г., 00:45 Phyllis Smith <[email protected]>:
This patch does not work for me -- no line matches: else if (!(hwctx->internal->flags & AV_CUDA_USE_CURRENT_CONTEXT)) or - } else if (flags & AV_CUDA_USE_CURRENT_CONTEXT) {
The original patch10 works for me. I just verified that the ffmpeg 6.0 tar ball exactly matches what is on the ffmpeg download website.
well, may be ffmpeg.git changed in the meantime .... I hope I will able to re-fix it when time come.
sorry!
On Tue, Oct 3, 2023 at 8:39 AM Andrew Randrianasulu < [email protected]> wrote:
this one apparently work better, in sense it compiles!
can anyone check if cuda/nvenc hw acceleration still works with it?
On Tue, Oct 3, 2023 at 4:53 PM Andrew Randrianasulu <[email protected]> wrote:
Because ffmpeg 6.1 still not branched I guess we better to look into
relevant changes ... and adapt our patch.
Andrew, today I grabbed the latest ffmpeg 6.0 snapshot and at least this newer patch10 got applied without error but getting all kinds of mpeg2enc error messages that I do not understand. I will send to just you the log file to get your insight. On Tue, Oct 3, 2023 at 8:39 AM Andrew Randrianasulu <[email protected]> wrote:
this one apparently work better, in sense it compiles!
can anyone check if cuda/nvenc hw acceleration still works with it?
On Tue, Oct 3, 2023 at 4:53 PM Andrew Randrianasulu <[email protected]> wrote:
Because ffmpeg 6.1 still not branched I guess we better to look into
relevant changes ... and adapt our patch.
пт, 20 окт. 2023 г., 03:25 Phyllis Smith <[email protected]>:
Andrew, today I grabbed the latest ffmpeg 6.0 snapshot and at least this newer patch10 got applied without error but getting all kinds of mpeg2enc error messages that I do not understand. I will send to just you the log file to get your insight.
well, not sure if I understand how even "simple" mpeg2 encoder operates, but at least we will have log to show at ffmpeg lists!
On Tue, Oct 3, 2023 at 8:39 AM Andrew Randrianasulu < [email protected]> wrote:
this one apparently work better, in sense it compiles!
can anyone check if cuda/nvenc hw acceleration still works with it?
On Tue, Oct 3, 2023 at 4:53 PM Andrew Randrianasulu <[email protected]> wrote:
Because ffmpeg 6.1 still not branched I guess we better to look into
relevant changes ... and adapt our patch.
Andrew, OK, now that I have actually managed to do a git ffmpeg correctly, the latest git has libavutil/hwcontext_cuda.c that has 2 new "else ifs" for hunk1 and hunk3 (hunk2 is OK) so this updated patch is now out of date. Do you think we should wait to update the patch until they are done with it? I am not even sure that the test I would do is pertinent to cuda/nvenc. ...Phyllis On Tue, Oct 3, 2023 at 8:39 AM Andrew Randrianasulu <[email protected]> wrote:
this one apparently work better, in sense it compiles!
can anyone check if cuda/nvenc hw acceleration still works with it?
On Tue, Oct 3, 2023 at 4:53 PM Andrew Randrianasulu <[email protected]> wrote:
Because ffmpeg 6.1 still not branched I guess we better to look into
relevant changes ... and adapt our patch.
participants (2)
-
Andrew Randrianasulu -
Phyllis Smith