View Single Post
  #10  
Old 17-11-2017, 09:38
elit elit is offline
Registered User
 
Join Date: Jun 2017
Location: sun
Posts: 265
Thanks: 190
Thanked 325 Times in 119 Posts
elit is on a distinguished road
I just compressed vp9 video from the game Syrian Warfare, from its original 1920x1080 to 640x360(and 320k bitrate). I got it from its original 160mb to... wait for it... 6mb. Here are the pics for comparison:

Original:
160mb.jpg

Recoded:
6mb.jpg

For those interested, ffmpeg string was simple(no filters etc.):
ffmpeg -i input -c:a copy -c:v libvpx-vp9 -b:v 320k -vf scale=640:-1 output
Thats it.

Last edited by elit; 17-11-2017 at 09:40.
Reply With Quote
The Following 2 Users Say Thank You to elit For This Useful Post:
felice2011 (17-11-2017), KaktoR (17-11-2017)