Skip to content

Instantly share code, notes, and snippets.

@daz
Last active September 20, 2024 10:06
Show Gist options
  • Save daz/1d6f4af017bf40b76c544bc4b5165e4e to your computer and use it in GitHub Desktop.
Save daz/1d6f4af017bf40b76c544bc4b5165e4e to your computer and use it in GitHub Desktop.
Hikvision NVR native MP4 export to QuickTime compatible for FCPX
for i in *.mp4; do ffmpeg -i "$i" -c:v copy "_${i%.mp4}.mp4"; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment