Jump to content

How to Resize a Video using Command-line in Windows 10 with FFmpeg - Other Helpful Tutorials - InviteHawk - The #1 Trusted Source for Free Tracker Invites

Buy, Sell, Trade, or Find Free Invites for top private trackers like redacted, blutopia, losslessclub, femdomcult, filelist, Chdbits, Uhdbits, empornium, iptorrents, hdbits, gazellegames, animebytes, privatehd, myspleen, torrentleech, morethantv, bibliotik, alpharatio, blady, passthepopcorn, brokenstones, pornbay, cgpeers, cinemageddon, broadcasthenet, learnbits, torrentseeds, beyondhd, cinemaz, u2.dmhy, Karagarga, PTerclub, Nyaa.si, Polishtracker, and many more.

Recommended Posts


  • Member ID:  53,159
  • Followers:  10
  • Topic Count:  305
  • Topics Per Day:  0.15
  • Content Count:  618
  • Content Per Day:  0.31
  • Reputation:   3,455
  • Achievement Points:  1,167
  • Days Won:  5
  • Joined:  12/29/2020
  • Status:  Offline
  • Last Seen:  

Steps to resize videos using command are as follow:
Download the latest version of FFmpeg
Unzip the downloaded folder.
Run Command Prompt.
Enter the Video Resizing Command.
Let us discuss these steps in detail now.

First and foremost, you need to download FFmpeg from ffmpeg.org and then extract the executable files from the folder. After that, go to the sub-folder where the FFmpeg.exe file is present. It is usually found in the bin folder of the main folder.

Now, in the address bar, type “CMD” and then press Enter button. It will open up the Command Prompt.

In the CMD, enter a command with the following syntax which is used to resize a video in FFmpeg:

ffmpeg -i <source video> -vf scale=<width>:<height> <output video>

In the above command, replace <source video> and <output video> with the full path of your input and output video files, respectively. And, enter new video dimensions in place of <width>:<height>.

An example of one such command is:

ffmpeg -i C:\twc-video.avi -vf scale=640:360 C:\twc-video.mp4

Press the Enter button to execute the video resizing above command. It will resize your video in a few seconds or minutes, depending upon the length of your video.

More Video Resizing Commands for FFmpeg:
There are multiple other video resizing commands that you can use, such as:

If you want to resize a video to half of its original size, then use: scale=w=iw/2:h=ih/2
To resize a video to double of its original dimensions, use this syntax: scale=w=2*iw:h=2*ih
In case you want to increase the width to a maximum of 500 pixels while keeping the aspect ratio the same as the input, use: scale=w='min(500\, iw*3/2):h=-1'
You can download the tool and read more about its commands and syntaxes on ffmpeg.org.

FFmpeg is a great tool to process audio and video through Command Line Interface. Its resizing and other commands are pretty easy to use. So, try FFmpeg to change video dimensions using command prompt on Windows 10.


  • Member ID:  48,211
  • Followers:  60
  • Topic Count:  144
  • Topics Per Day:  0.06
  • Content Count:  30,040
  • Content Per Day:  13.21
  • Reputation:   2,202
  • Achievement Points:  38,182
  • Days Won:  11
  • Joined:  04/09/2020
  • Status:  Offline
  • Last Seen:  

Avoid unnecessary posts such as 'Thank you', 'Welcome', etc. Such posts will be deleted and user will be warned if it happens again. If caught spamming, the following actions are applicable -

  • First time - Warning
  • Second time - 5000 Points will be deducted
  • Third time - Ban for 7 days
  • Fourth time - Permanent Ban

If the post helped you, reward the user by reacting to the post like this -

download.png

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Read this before posting -
  • Only post if you have something valuable to contribute.
  • Avoid unnecessary posts such as 'Thank you', 'Welcome', etc. Such posts will be deleted and you will be warned if it happens again.
  • If the post helped you, reward the user by reacting to the post like this -                      1.jpg
Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Customer Reviews

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.