stfwn
  • Introduction
  • Calculus
    • Gradient
    • Taylor Series
    • Miscellaneous
  • Computer Science
    • Basic Architecture and Assembly
  • Fixes & Snippets
    • Docker
    • HTML
    • LaTeX
    • Linux
    • Node.js
    • Miscellaneous
  • Linear Algebra
    • Orthogonality
    • The Gram-Schmidt Process
    • QR-Factorization
    • Orthogonal Diagonalization
    • Quadratic Forms
    • Least Squares Theorem
    • Singular Value Decomposition
    • Pseudoinverse
  • Miscellaneous
    • Digital Safety
    • Homelab
    • Links
    • Music
  • Reading
Powered by GitBook
On this page
  • FFmpeg
  • audio/video to mp3/H.264
  1. Fixes & Snippets

Miscellaneous

FFmpeg

audio/video to mp3/H.264

ffmpeg -i in.mp4 -acodec mp3 -vcodec h264 out.mp4

PreviousNode.jsNextLinear Algebra

Last updated 5 years ago