ffmpuzzle
Puzzle #60 · Standard · 5 params

MPEG-2 · Bitrate 3M · 480p · MP3 · TS

The scenario

DVD-quality IPTV multicast for a hospital patient entertainment system from 2012, still running. MPEG-2 at 480p/3 Mbps because the Amino STBs in every room only decode MPEG-2. MP3 audio. Nobody wants to fund the upgrade.

The answer

Video CodecMPEG-2
Bitrate3M
Resolution480p
AudioMP3
ContainerTS

The command

ffmpeg -i input.mp4 -c:v mpeg2video -b:v 3M -vf scale=-2:480 -c:a mp2 -b:a 128k -f mpegts output.ts

Why

Hospital IT systems are notoriously difficult to upgrade because medical device regulations (IEC 80001) require risk assessments for any network change. A simple codec upgrade can trigger a 6-month compliance review process.

Play

A new FFmpeg encoding puzzle every day. Six tries, in the browser or from your terminal.

$ play today's puzzle

← all puzzles