jcs Posted February 7, 2015 Share Posted February 7, 2015 Currently Resolve can't handle the A7S's MP4 files with audio (uncompressed PCM audio). A solution is to rewrap the MP4 files into an MOV container using ffmpeg:ffmpeg -i <A7S>.mp4 -vcodec copy -acodec copy <A7S>.movSome of the GUIs for FFMPEG may be able to perform this function. I created a very simple and easy to use drag & drop app for OSX that allows adding the app to the Dock, whereby you can simply drag & drop files or directories to quickly convert MP4s into MOVs with no transcoding: runs about as fast as a file copy.http://brightland.com/w/mp4tomov-for-osx/ Quote Link to comment Share on other sites More sharing options...
jcs Posted February 13, 2015 Author Share Posted February 13, 2015 A Windows version was requested- it's now available:http://brightland.com/w/mp4tomov-for-windows/The OSX version is a compiled script, the Windows version is a native C++ app which includes an option to keep or delete the originals, provides progress info, progress bars, and performance stats. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.