
How to convert mp4 to mov using ffmpeg?
Thanks

hi friend,
try the following code may this will be helpful for you
ffmpeg -i MP4filename.mp4 -acodec copy -vcodec copy -f mov outputfilename.mov
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.