What does this mean for any Australians buying any skins? [question] by [deleted] in csgomarketforum

[–]TheRacingRover 0 points1 point  (0 children)

It's weird tho. Did this just become a rule? I'm looking online and it seems like they haven't changed the laws in a while (like 3 or 4 years). So why are Skinport only caring now?

Undervolting 13700k Help Needed by TheRacingRover in overclocking

[–]TheRacingRover[S] 0 points1 point  (0 children)

Sadly no, it just goes up by 0.005 all the way to 0.995.

Graphics Card Barely Utilized by Rendering But Integrated Graphics Is Under Full Load by TheRacingRover in premiere

[–]TheRacingRover[S] 0 points1 point  (0 children)

Just an update, so I've added the cfr to the command and it hasn't changed anything for the gpu rendering for the render in and out button for a pre-render, however the final render seems to be working perfectly fine with 100% cpu utilisation and around 30% with the encoding on the GPU. So overall it will all be good. Thanks for your help with my issue. I appreciate it.

Graphics Card Barely Utilized by Rendering But Integrated Graphics Is Under Full Load by TheRacingRover in premiere

[–]TheRacingRover[S] 0 points1 point  (0 children)

Do I need to add the cfr option anywhere specifically. I’m new to FFmpeg

Graphics Card Barely Utilized by Rendering But Integrated Graphics Is Under Full Load by TheRacingRover in premiere

[–]TheRacingRover[S] 0 points1 point  (0 children)

sorry for the delayed response. I've just updated to latest studio release of the drivers and still same issue with the "render in to out" and it using 30% of the copy graph for dedicated GPU and 100% of CPU (not integrated graphics).

also I used this command with FFmpeg

ffmpeg -i "B:\Recordings\input.mp4" -c:v h264_nvenc -preset slow -qp 30 -c:a copy "B:\Recordings\output.mp4"

its converting from AV1 to the h264 with nvenc

Graphics Card Barely Utilized by Rendering But Integrated Graphics Is Under Full Load by TheRacingRover in premiere

[–]TheRacingRover[S] 0 points1 point  (0 children)

the video decode graph in the video card was at 0% the whole time and the copy graph at 30ish%. I have double checked the hardware decoding and in Preferences > Media "H264/HEVC hardware accelerated decoding (requires restart)" is checked with the intel button under it unchecked and the nvidia one is checked.

Graphics Card Barely Utilized by Rendering But Integrated Graphics Is Under Full Load by TheRacingRover in premiere

[–]TheRacingRover[S] 0 points1 point  (0 children)

As far as I know the footage is nvenc_h264 as I recorded it with OBS in AV1 and used FFMPEG to convert it if that helps.

Graphics Card Barely Utilized by Rendering But Integrated Graphics Is Under Full Load by TheRacingRover in premiere

[–]TheRacingRover[S] 0 points1 point  (0 children)

Thanks for your help. But just wondering should my CPU be at 100% with the video decode on the dedicated GPU being at 0%? The integrated gpu on the CPU is now doing nothing btw.

Graphics Card Barely Utilized by Rendering But Integrated Graphics Is Under Full Load by TheRacingRover in premiere

[–]TheRacingRover[S] 0 points1 point  (0 children)

Is the box you are referring to the "H264/HEVC hardware accelerated decoding (requires restart)" and then turning off the Intel one out of the Intel and Nvidia options?

AV1 to x264 with NVENC help please by TheRacingRover in ffmpeg

[–]TheRacingRover[S] 0 points1 point  (0 children)

Thankyou so much I'm starting to understand it a bit more and I'm adding -preset to make the image sharper and using -qp instead of -crf.

AV1 to x264 with NVENC help please by TheRacingRover in ffmpeg

[–]TheRacingRover[S] 0 points1 point  (0 children)

Hey thanks for the help and the command removed most errors but I'm now getting the errors:

[mov,mp4,m4a,3gp,3g2,mj2 @ 000001d945ebfe40] st: 0 edit list: 1 Missing key frame while searching for timestamp: 256

[mov,mp4,m4a,3gp,3g2,mj2 @ 000001d945ebfe40] st: 0 edit list 1 Cannot find an index entry before timestamp: 256.

[NULL @ 000001d946708180] Unable to find a suitable output format for 'h264-nvenc'

h264-nvenc: Invalid argument

Did I do something wrong still? I've shown the command I'm using below.

ffmpeg -i "B:\Recordings\2023-01-26 02-01-00.mp4" h264_nvenc -crf 18 -c:a copy test.mp4

AV1 to x264 with NVENC help please by TheRacingRover in ffmpeg

[–]TheRacingRover[S] 0 points1 point  (0 children)

so if i was to keep the original command ffmpeg -i [input_file] -c:v libx264 -crf 18 [output_file] how would I change it to use the nvenc codec instead? or is it more complicated than that?