- Use Vagrant And Virtualbox Or Your Favorite Provider To Provision A Ubuntu Vm Install Ffmpeg On Your Ubuntu Vm As Wel 1 (34.06 KiB) Viewed 61 times
Use Vagrant and VirtualBox (or your favorite provider) to provision a Ubuntu VM. Install ffmpeg on your Ubuntu VM as wel
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Use Vagrant and VirtualBox (or your favorite provider) to provision a Ubuntu VM. Install ffmpeg on your Ubuntu VM as wel
Use Vagrant and VirtualBox (or your favorite provider) to provision a Ubuntu VM. Install ffmpeg on your Ubuntu VM as well as your host machine. Run two video transcoding workloads with ffmpeg: Workload 1: $ ffmpeg -i clip-crf20.mp4 -c:v libx264 -crf 36 -c:a copy clip-out.mp4 Workload 2: $ ffmpeg -i clip-crf20.mp4 clip-out.y4m Note down the transcoding performance reported by ffmpeg as "speed". SUBMISSION: your submission must include the completed table below and your vagrant file.