*NEW* How to Upscale ANY video to 4K for FREE! (Best FFMPEG Tutorial)

Поділитися
Вставка
  • Опубліковано 26 сер 2024
  • WELCOME TO:
    NEW How to UPSCALE your videos to 4K (Best FFMPEG Tutorial)
    This is a tutorial on how to upscale any video to 4K 60fps. This will work with MOST of you guys. If you have windows 7 then Im not sure if it will.
    If you have any issues then add my discord:
    / discord
    ______________________________________________________________________
    FFMPEG DOWNLOAD: www.mediafire.c...
    Code from video: NVIDIA ONLY
    cd [Enter Your File Path Here]
    C:\ffmpeg\bin\ffmpeg.exe -i input.mp4 -vf scale=3840:2160:flags=neighbor -r 60 -rc constqp -qp 19 -c:a copy output.mp4
    Code from video: AMD
    cd [Enter Your File Path Here]
    C:\ffmpeg\bin\ffmpeg.exe -i input.mp4 -vf scale=3840:2160:flags=neighbor -r 60 -rc constqp -qp 19 -c:a copy output.mp4
    ______________________________________________________________________
    Extra Tags:
    [TUTORIAL] How to Upscale ANY Videos to 4K for FREE!
    1080p to 4k,how to,how to upscale 1080p to 4k,upscale,upscale tutorial,1080p to,1080p to 4k upscaling,1080p to 4k converter,how to upscale video quality,how to upscale video in premiere pro,how to upscale video in sony vegas,how to upscale 480p to 1080p,ffmpeg tutorial,ffmpeg audacity,ffmpeg mac,ffmpeg,2020,how to upscale videos to 4k,how to upscale videos for free,4k upscale free,4k upscale videos,upscale videos to,upscale videos to 1080p,arialfx,tutorial,*NEW* How to Upscale ANY video to 4K for FREE! (Best FFMPEG Tutorial)

КОМЕНТАРІ • 207

  • @Awselot
    @Awselot 2 роки тому +82

    if anyone wants to change the resolution it upscales to, you can change the numbers after "scale=". For example, if i wanted to change it from 4k to 1440p, id change it from "scale=3840:2160" to "scale=2560:1440"

    • @henrykid1393
      @henrykid1393 Рік тому

      does uploading 1440p have the same compression affect on the 1080p youtube output as?

    • @ItsMeSphax
      @ItsMeSphax Рік тому +1

      @@henrykid1393 no

    • @reach6boks197
      @reach6boks197 Рік тому

      @SteveLeo1234 Yes you can but Instead direting upscaling to 4k, upscale the video to 4k and upscale again to 8k for better quality

    • @unopposedgammer9099
      @unopposedgammer9099 Рік тому

      @@reach6boks197 if i have already upscaled the 1080p video to 4k in davinci export so now i have 4k video will this improve quality further if i scale it up again to 4k or 8k ?

  • @lordsiomai
    @lordsiomai 2 роки тому +15

    no fam this is not how upscaling works. this just literally increases the video's resolution, and in extension, file size, without any real increase to the quality itself

    • @SSukram_
      @SSukram_ 4 місяці тому +1

      Do you know a better solution?

    • @dinxey4789
      @dinxey4789 3 місяці тому

      ​@@SSukram_topaz

  • @f8xlol905
    @f8xlol905 2 роки тому +38

    guys, you need to be careful if you are doing this the correct way:
    i tried to do it with a footage and it appears i was upscaling it with my CPU not GPU, so make sure you add this flag to your command: -c:v h264_nvenc
    that flag makes it so you can render it with your NVIDIA graphics card and not with your CPU. so it can be faster.

    • @syndots
      @syndots 2 роки тому +3

      where I have to write this command??

    • @f8xlol905
      @f8xlol905 2 роки тому +1

      @@syndots on the same line as the video shows, just added to the end.

    • @uqutz
      @uqutz 2 роки тому +3

      @@f8xlol905 like all the way at the end? even at the end of output.mp4?

    • @kubawierszu9931
      @kubawierszu9931 2 роки тому +8

      ​@@uqutz if u add this after "-c:a copy output.mp4" it will use your CPU anyway, instead paste it before like this "-qp 19 -c:v h264_nvenc -c:a copy output.mp4"

    • @uqutz
      @uqutz 2 роки тому +1

      @@kubawierszu9931 appreciate it

  • @retrogeekscr69
    @retrogeekscr69 2 роки тому +34

    An additional detail to such an excellent post: In the bat text, it says: ...input.mp4 . But if we are going to work with *.mkv files we must change the extension to work with this other type of files.

    • @hoxtagz
      @hoxtagz Рік тому

      OHHHH thank youu

    • @hoxtagz
      @hoxtagz Рік тому

      never mind my file is already mp4

  • @Sehzadeplays
    @Sehzadeplays 2 роки тому +54

    Does this actually improve the quality? Or does it jus change the aspect ratio to 4k

    • @The_Real_Mini
      @The_Real_Mini 2 роки тому +12

      i think it just changed the aspect ratio to 4k

    • @bobfalls3312
      @bobfalls3312 2 роки тому +10

      I just ran it and side by side is the exact same, though it's over 10x the size on disk.

    • @creaturedanaaaaa
      @creaturedanaaaaa 2 роки тому +3

      this simply changes the resolution, however youtube gives higher bitrate to 4k videos than 1080p so it generally ends up looking nicer if the plan is youtube uploads

  • @v1n_xx
    @v1n_xx Рік тому +3

    thanks man ive been needing this

  • @minhofv
    @minhofv 2 роки тому +13

    honestly worked like a dream. I had this problem when trying to not get avc1, but my editing program made the quality worse when it upscaled...

  • @Sir_Men
    @Sir_Men Рік тому +5

    it's not working for me when I open the bat file it just closes imediately

  • @airplanesunit3021
    @airplanesunit3021 2 роки тому +4

    i changed the file name to input but still my CMD doesn't open...

  • @TeslaElectricCars
    @TeslaElectricCars 2 роки тому +5

    WHY TF DOES NO ONE ACTUA;LY POST THE BEFORE FFMPEG AND AFTER FFMPEG UPSCALING VIDEO CLIPS, SO ONE CAN COMPARE BOTH VIDEO QUALITIES AND SEE THE DIFFERENCE AND KNOW WHAT THEY ARE DEALING WITH?

    • @realJosshhh
      @realJosshhh 2 роки тому +10

      why don't you put them side by side? lazy af lol

  • @Hidouh
    @Hidouh 2 роки тому +6

    ty sm i can finally
    start making montages with good quality

  • @NikiWinProd
    @NikiWinProd 2 роки тому +4

    but it kinda worthless because its not making the footage look sharp in 4k

    • @opop-7375
      @opop-7375 2 роки тому +1

      BRUH JUST INCREASE THE SHAPNESS THROUGH A VIDEO EDITOR

    • @NikiWinProd
      @NikiWinProd 2 роки тому

      @@opop-7375 yeah

  • @fallwtf
    @fallwtf 2 роки тому +1

    Subbed, great tutorial and your voice is soothing Lmao

  • @whiteboard4963
    @whiteboard4963 Рік тому +1

    Yes it will upscale but only 1% if you use lanczos or sinc scaling algorithm

  • @etebong
    @etebong Рік тому +2

    BRO THE LOW END IS SO HIGH MY GUY CHILL

  • @r_ad
    @r_ad Рік тому +2

    what’s the difference between this and just rendering ur video in 4k ?

    • @YuutaTogashi0707
      @YuutaTogashi0707 11 місяців тому

      Rendering a non 4k video in 4k won't magically change the quality

  • @itseveary5756
    @itseveary5756 2 роки тому +1

    remember guys name the video u want upscaled "input"

  • @chillygamecad1668
    @chillygamecad1668 Рік тому +1

    cool but if you want a advise you need to get a better micro its hard to understand for me

  • @ItzRealSteveYT
    @ItzRealSteveYT Рік тому +1

    the thing is, the folder of upscaling didnt show up, what do i do? i downloaded it and it didnt show up

  • @__adhithyan
    @__adhithyan Рік тому +2

    bro code not running

  • @rainonval9152
    @rainonval9152 2 роки тому

    thxx brooo saved my life!!!

  • @kenshin5855
    @kenshin5855 Рік тому +1

    The Data is after that 4k, but it does not look like 4K

  • @snombu8499
    @snombu8499 2 роки тому

    bro your so underrated

  • @lerkx_2286
    @lerkx_2286 2 роки тому

    i love ur vids tysm

  • @aep.jxcob1
    @aep.jxcob1 Рік тому +2

    i got to the last part but when the click the upscale 4k.bat thing the thing closes instantly like as soon as i click it i see it for a second and it closes someones please help!

    • @droidgamer392
      @droidgamer392 Рік тому

      hey man I had the same problem, It turns out that the clip has to be in the same folder as the .bat file, delete the file put the video in the folder, and then re-do the file. make sure you are also using the code for your specific graphics card for example if you have an rtx 3070 you would use nvidia, if you have a rx 5700 xt you would use AMD. Hope it works. I also forgot to mention the most important step: change the name of the clip to input

    • @melt4589
      @melt4589 11 місяців тому

      @@droidgamer392 Dude you are a life saver. I had the same problem. Thank you so much

  • @rinkuroyal2805
    @rinkuroyal2805 2 роки тому +2

    where did you get your desktop background bro...its so cool

    • @Minio.6
      @Minio.6 2 місяці тому

      lively wallpaper

  • @junfarty
    @junfarty 2 роки тому +1

    can you make a tutorial on how to get rsmb for sony vegas please?

  • @Its_Ethan
    @Its_Ethan Рік тому +2

    If I'm using video recordings for a video, do I up scale the clip first then edit on adobe or edit on adobe and then up scale the exported file.

    • @KUREHA3D
      @KUREHA3D Рік тому

      did you ever figure this out?>

    • @vansh3010
      @vansh3010 Рік тому

      @@KUREHA3D lol i think he should first edit then upscale as it would be a lot faster

    • @nemesyssss
      @nemesyssss Рік тому +1

      For better quality upscale then edit, if you're short on time do it the other way.

  • @Jumpause
    @Jumpause 2 роки тому

    it helps thx❤

  • @tiesamralfs
    @tiesamralfs 2 роки тому +4

    ty for looking out for amd users!!!

  • @snoopy2220
    @snoopy2220 2 роки тому

    Good video Thank you!

  • @ciureg
    @ciureg 2 роки тому +6

    When I run it, the cmd doesn't open :(

    • @mvk658
      @mvk658 2 роки тому

      Mvk#5994 ill help you

    • @phaint6361
      @phaint6361 2 роки тому +1

      @@mvk658 can you help me

  • @majaetf
    @majaetf 2 роки тому +1

    this dosent work at all for amd

  • @ld6436
    @ld6436 2 роки тому +1

    does not work, I renamed to input and it still opens for a sec and then nothing happens. Any suggestions?

  • @ShoTzVlogz
    @ShoTzVlogz Рік тому

    code doesnt seem to work anymore. a screen flashes but thats about it.

  • @lightex3_
    @lightex3_ 2 роки тому +3

    is there a way to make it 1080p instead with this file thing?

  • @ffrijolerosmash2299
    @ffrijolerosmash2299 Рік тому

    Liked and subbed

  • @EternalPop
    @EternalPop Рік тому

    i have amd graphics but when i click upscae nothn happens

  • @Trayxfel
    @Trayxfel 2 роки тому +1

    why does my video look the same

  • @UPCALED
    @UPCALED 2 роки тому +1

    Hey, I did everything in the video and when I click the .bat folder it doesn't open or will open for a sec then close do you know why?

    • @tylerscott9277
      @tylerscott9277 2 роки тому +3

      Check to make sure the name of the video file is just "input". This was happening to me and i didn't realize it was necessary to name it that, just though he was doing it to follow easier. Changing it let the program run.

    • @mawmaw_
      @mawmaw_ 2 роки тому +1

      same, did you figure out a solution?

    • @bigstarcrazii
      @bigstarcrazii Рік тому

      @@mawmaw_ name the file Input.mp4

  • @rapidboi5843
    @rapidboi5843 Рік тому +1

    Bro has incognito on

  • @Saxofome
    @Saxofome Рік тому +1

    ur voice to deep its like a bass

  • @duq8447
    @duq8447 2 роки тому

    whenever I do this and try to post the upscaled video to youtube it stays in 1080p any suggestion to fix it?

  • @haoasakurabv3899
    @haoasakurabv3899 2 роки тому +1

    please. I need help. Want Upgrade The Quality The videos for better Quality but no want Increase "The Resolution". Can Upgrade The Quality of a video for example on 480p with max quality using FFmpeg?

    • @CachetAndRlank
      @CachetAndRlank 2 роки тому

      No, thats not how videos work lmfaoo

    • @onzpo
      @onzpo 2 роки тому

      Topaz labs but it costs

  • @frZach
    @frZach Рік тому

    HOW DOES THIS GUY HAVE SUCH A DEEP VOICE.. Hats of 🍷🥶

  • @NecrovoidTV
    @NecrovoidTV 2 роки тому

    what was thed point in downloading that thing if we dont even use it. also when i click the .bat thing nothing happens

  • @devintan02
    @devintan02 Рік тому

    omg i thought the cursor was a bug on the screen 0:06

  • @rolandojtorres
    @rolandojtorres 4 місяці тому

    la interpolacion de escalado que usas es la peor que hay porque es el vecino mas cercano, deberias usar otra como bicubica o lancsos.

  • @codgod6006
    @codgod6006 Рік тому

    Didn’t work when I double click the hat it won’t open anything

  • @diviseema5595
    @diviseema5595 Рік тому

    How much time it will take bro mine 30MB video is still upscaling it reached to 1.6 GB

  • @shahnawazsooba7904
    @shahnawazsooba7904 Рік тому

    Does this work on Integrated GPUs like the crappy Intel HD 4000 Graphics?

  • @enevlepa
    @enevlepa Рік тому

    my file explorer crashes when i rename my video to input any solutions?

  • @rulium471
    @rulium471 2 роки тому

    omg thank you!

  • @c0nverge
    @c0nverge 2 роки тому

    how to make that transition or that subscribe screen on the starting of this video

  • @eternalessence2998
    @eternalessence2998 Рік тому

    hey, I tried this on a test video before work and it was effective, I get home and try it again and it isnt working, im getting this error Unrecognized option 'rc'.
    Error splitting the argument list: Option not found
    any help would be greatly appreciated

  • @johnnyc.5979
    @johnnyc.5979 7 місяців тому

    Fyi, my video was input.avi, so I had to convert it to mp4 first, before doing this.

  • @Scripted-pz8fe
    @Scripted-pz8fe 2 роки тому +2

    thx, helped a lot

  • @coromotostudio9842
    @coromotostudio9842 Рік тому

    cant found 'upscaling' folder? Help

  • @MyNamesAndrew
    @MyNamesAndrew Рік тому

    it makes the pixels abit bigger from what i see

  • @therealgameromgomg
    @therealgameromgomg Рік тому +2

    You sound like if a lion was a man

  • @nhil9939
    @nhil9939 10 місяців тому +1

    DOWNLOAD PERMISSION

  • @EduRGB
    @EduRGB 2 роки тому

    That wallpaper looks great! what is its name?

  • @Straaight
    @Straaight Рік тому

    why when I run it immediatly closes?

    • @gary3485
      @gary3485 Рік тому

      I’m having that same issue, did you find a fix?

    • @Straaight
      @Straaight Рік тому

      @@gary3485 update ur gpu drivers

    • @gary3485
      @gary3485 Рік тому

      @@StraaightI just asked a friend to do it , W beserkv

    • @timetoad2011
      @timetoad2011 Рік тому

      change video name to "input" (no quotes) :)

  • @RaphZuya
    @RaphZuya Рік тому

    Great Video
    is there a code for Intel UHD ?
    Greetings from Switzerland !!

  • @wakezu
    @wakezu 2 роки тому +1

    w video

  • @cryoXP
    @cryoXP 2 роки тому

    bro... your mic sound so good holy.... btw thx man i been searching for so many minutes

  • @squidzo1d
    @squidzo1d 2 роки тому

    Yo thanks

  • @krenoxyyy1998
    @krenoxyyy1998 10 місяців тому

    i dont have amd or intel what do i do

  • @seummi26
    @seummi26 7 місяців тому

    OMG AMD, different code for amd no one ever mentions thats omg thank you lol.

  • @dedris6827
    @dedris6827 Рік тому +1

    Is this a virus???

  • @luvbluntz-
    @luvbluntz- Рік тому +1

    damn near fried my shit with the mediafire link thanks bro :(

  • @yehiashouman
    @yehiashouman 5 місяців тому

    this just scales not upscale

  • @DrewAk49
    @DrewAk49 Рік тому

    Why is amd and nvidia the same code?

  • @erchent
    @erchent 2 роки тому

    finally it works

  • @crill95
    @crill95 2 роки тому

    why does the command not open for me

  • @toby14
    @toby14 6 місяців тому

    doesnt work for me for some reason

  • @humanbeing5351
    @humanbeing5351 8 місяців тому

    I have Intel GPU, so what do I do?

  • @anbunuz8776
    @anbunuz8776 Рік тому +2

    is there a way I can render it with my cpu instead of my gpu or can do it with a intel(r) iris(r) Xe graphics card?

    • @surbate
      @surbate Рік тому

      if you paste the command like he provided, it automatically renders with your cpu. you would need to put an addition if you want it to render with your gpu (looking at your specs i wouldnt recommend it though)

    • @anbunuz8776
      @anbunuz8776 Рік тому

      @@surbate i followed it didnt work tho

    • @anbunuz8776
      @anbunuz8776 Рік тому

      @@surbate I did it a long time ago didnt work so I gave up

  • @Hsk007
    @Hsk007 Рік тому

    where to find bat file

  • @Amanna-speedz
    @Amanna-speedz 6 місяців тому

    BRO IS THIS NEEDS STRONG GPU FOR CONVERION??

  • @rashidatbolanle1235
    @rashidatbolanle1235 9 місяців тому

    Can you do for iPhone thanks

  • @autist.
    @autist. Рік тому

    bro you didnt tag arialfx in the description now he can get your video taken down

  • @yabbaWtf
    @yabbaWtf Рік тому

    whats your mic setting

  • @fayizkhan7458
    @fayizkhan7458 Рік тому

    In my case cmd window just pop up and closed nothing happened

    • @timetoad2011
      @timetoad2011 Рік тому

      change video name to "input" (no quotes) :)

  • @Ethann0523
    @Ethann0523 2 роки тому

    ty

  • @PAedits
    @PAedits Рік тому

    Is there like something that's gonna tell you how long it's going to take.??

    • @Penguuproduction
      @Penguuproduction Рік тому

      depends on your hardware, itll go as long as your video

  • @mortalminecraft1180
    @mortalminecraft1180 Рік тому

    the link is not working media fire one

  • @roller9567
    @roller9567 Рік тому

    how can i upscale 2560:1440 to 4k?

  • @poornimal.g4660
    @poornimal.g4660 Рік тому

    does this work with intel hd graphics

  • @so5ix617
    @so5ix617 Рік тому

    but what mic is bro using

  • @stacko239
    @stacko239 2 роки тому

    can you do a Mac tut

  • @r_ad
    @r_ad Рік тому

    W mans

  • @JxkelolFN
    @JxkelolFN Рік тому

    Where do I find the upscale folder

    • @Penguuproduction
      @Penguuproduction Рік тому

      watch it, you have to download it, then create a folder, then create a notepad and put in the text in the description then follow the rest

  • @wynot7196
    @wynot7196 Рік тому

    how do you know when its done

  • @Allocating
    @Allocating 2 роки тому

    ty a lot

  • @GdMaxis
    @GdMaxis Рік тому

    thx

  • @SavedPulley
    @SavedPulley 2 роки тому +5

    God bless you my brother in the Lord Jesus's name! Liked and subb'd

  • @Straindez
    @Straindez 2 роки тому +2

    can you upscale it to 4K 120 fps? because ffmpeg cancels the 120 fps and goes to 60 fps.

    • @cuupidd
      @cuupidd 2 роки тому

      im not an expert but i did see in the text document the resolution, and what i assume is the fps. theres a value set at 60, you could test changing it to 120

    • @TrulyNayone
      @TrulyNayone Рік тому

      @AI u cant upload 120 fps to yt anyways lol itll change to 60, just record in 120 nd export in 60

    • @whitewiped
      @whitewiped 7 місяців тому

      @WaspDreams what was ur result if u remember, mine completely ruined the video in the output

  • @unicKcs
    @unicKcs 2 роки тому +1

    my final output has 0 bytes wtf....

  • @fuji_roll3706
    @fuji_roll3706 2 роки тому

    When I download FFMPEG i can't find the bat file