

mp4 like expected.Īny ideas what might be the reason and how to fix this?Ĭomplete in-/output: $ ffmpeg -i myfile.avi -vcodec copy -acodec copy -pix_fmt yuv420p myfile.mp4įfmpeg version 3.2.9-1~deb9u1 Copyright (c) 2000-2017 the FFmpeg developersīuilt with gcc 6.3.0 (Debian 6.3. ffprobe -showformat show this for both: formatnamemov,mp4,m4a,3gp,3g2,mj2 In other words: ffmpeg doesn't know or doesn't expose the difference, probably because the same demuxer is used. Using ffmpeg -i file:myfile.avi -vcodec copy -acodec copy -pix_fmt yuv420p myfile.mp4 then fails: file:myfile.avi: Protocol not foundĮxecuting the same (out of bash history) after reboot (normally I just go into pm-suspend-hybrid) works, converting from. would have seen that, from ffmpeg's perspective, mp4 and mov containers are the same thing. If executing ffmpeg -i myfile.avi -vcodec copy -acodec copy -pix_fmt yuv420p myfile.mp4. GREPPER SEARCH WRITEUPS FAQ DOCS INSTALL GREPPER Log In Signup All Languages > Python > install ffmpeg conda install ffmpeg conda Code Answer’s. Every then and now ffmpeg tells me myfile.avi: Protocol not found
