79490359

Date: 2025-03-06 18:38:44
Score: 1.5
Natty:
Report link

Open the terminal and cd into the directory with the files.

A one-liner to type into the terminal.

for f in *.MOV; do ffmpeg -i "$f" "${f%.mov}.mp4"; done
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: anjchang