विवरण
Use my creator code “hop” if you want to support me
Follow me on Twitter
https://twitter.com/Hopsfps
Join my discord
https://discord.gg/CJxVgfG
Songs:
Fortnite Settings:
Res: 1920x1080
Sens X: 0.040
Sens Y: 0.040
DPI: 1800
Fortnite Video Settings:
View Distance - Epic
Shadows - Off
Anti-Aliasing - Off
Textures - Epic
Effects - Low
Post Processing - Low
*Motion Blur: Off*
My Specs: ($2,500)
Motherboard: https://amzn.to/2lRtzbN
Gpu: https://amzn.to/2lPzcqT
Cpu: https://amzn.to/2lPzuht
Cooling: https://amzn.to/2lQPv6Q
RAM: https://amzn.to/2lQQ6FC
Case: https://amzn.to/2lRvT2v
Monitor 1: https://amzn.to/2kkjP9w
Monitor 2: https://amzn.to/2ka2NLk
Keyboard: https://amzn.to/2lPHaQS
Mouse: https://amzn.to/2jRn5ca
Mousepad: https://amzn.to/2ka380y
Headphones: https://amzn.to/2ljlH2m
Microphone: https://amzn.to/2kkolou
DISCLAIMER: This video and description contains affiliate links, which means that if you click on one of the product links, I’ll receive a small commission.
Install ffmpeg:
https://windowsloop.com/install-ffmpeg-windows-10/
After you have installed ffmpeg, create a folder somewhere on your pc. Let's say, C:\Users\X\Downloads\Upscaling\
-
Create a batch file (.bat) inside the folder you have created. Open it with notepad. Copy and paste the following lines inside it
-
cd [File Path]
ffmpeg -i CONVERT.mp4 -vf scale=3840:2160:flags=neighbor -c:v h264_nvenc -profile high -preset slow -rc vbr_2pass -qmin 17 -qmax 22 -2pass 1 -c:a:0 copy -b:a 384k VIDEO.mp4
-
You need to put in the file path before you'll be able to run this correctly. If we were to use the file path I designated earlier, it would be:
-
cd C:\Users\X\Downloads\Upscaling\
ffmpeg -i CONVERT.mp4 -vf scale=3840:2160:flags=neighbor -c:v h264_nvenc -profile high -preset slow -rc vbr_2pass -qmin 17 -qmax 22 -2pass 1 -c:a:0 copy -b:a 384k VIDEO.mp4
-
Now, put in your file that has been rendered in vegas inside the folder with the batch file. Name it CONVERT, then run the batch file. If it doesn't work at first, you might need to update gpu drivers. If you don't have a NVIDIA gpu, this will not work. After it has finished, it should be upscaled with the nearest neighbor filter (The pixels just get duplicated, the image quality is basically the same) the video will be at 3840x2160, which has a far better bitrate on YouTube (You need to have the resolution set to 4k when playing back the video on YouTube to get the bitrate advantages however. Monitor resolution does not matter for this. Playing it back at 1080p, though the monitor may display the same resolution, will look inferior as YouTube will use a lower bitrate).
props to you if you figured this out^
#100kFaceReveal