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/ 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. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now