Skip to content

Instantly share code, notes, and snippets.

@forcequit
forcequit / install_ffmpeg.sh
Created August 22, 2023 19:48 — forked from smac89/install_ffmpeg.sh
Install latest version of ffmpeg on Ubuntu
#!/bin/bash
sudo apt-get update
sudo apt-get -y install autoconf automake build-essential libass-dev libfreetype6-dev \
libsdl1.2-dev libtheora-dev libtool libva-dev libvdpau-dev libvorbis-dev libxcb1-dev libxcb-shm0-dev \
libxcb-xfixes0-dev pkg-config texinfo zlib1g-dev
# Create a dir where the rest of the sources will live
mkdir ~/ffmpeg_sources
<?php
namespace App\Workflows\ConvertVideo;
use Workflow\ActivityStub;
use Workflow\Workflow;
class ConvertVideoWorkflow extends Workflow
{
public function execute()