ACERCA DE
El Cajón de la UNED es una comunidad no oficial dedicada exclusivamente a los estudios oficiales de la Universidad Nacional de Educación a Distancia. El Cajón de la UNED no es responsable del contenido externo a esta web.
// SVC with 2 spatial + 3 temporal layers const pc = new RTCPeerConnection(); pc.addTransceiver(track, sendEncodings: [ scaleResolutionDownBy: 4.0, maxBitrate: 100000 , scaleResolutionDownBy: 1.0, maxBitrate: 500000 ] ); | Scenario | -cpu-used | -deadline | -row-mt | Notes | |----------|-------------|-------------|-----------|-------| | Archival file | 1 | good | 1 | Best quality | | Web upload | 2 | good | 1 | Good trade‑off | | Low‑latency live | 4–5 | realtime | 1 | Use with -tile-columns | | Very slow storage | 0 | best | 1 | Unreasonably slow | 8. Common pitfalls ❌ Missing two‑pass – VP9 single‑pass looks worse than H.264 at same bitrate. ✅ Always use 2‑pass for constrained bitrate encoding.
❌ – single‑threaded = slow as hell. ✅ Add -row-mt 1 in almost all cases. the ride libvpx
ffmpeg -i input.mp4 -c:v libvpx-vp9 -debug_encoder 1 -f null - View VP9 frame types: // SVC with 2 spatial + 3 temporal