Last active
September 20, 2024 10:06
-
-
Save daz/1d6f4af017bf40b76c544bc4b5165e4e to your computer and use it in GitHub Desktop.
Hikvision NVR native MP4 export to QuickTime compatible for FCPX
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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