I'm rying to create .m4s files and I'm using this command with ffmpeg: ffmpeg -i input.mov -c:v copy output.m4s
The file can't be created.
Output: Unable to find a suitable output format for tempM4S.m4s tempM4S.m4s: Invalid argument
I'm guessing the file format .m4s is not supported by ffmpeg which is strange because ffmpeg can create .m4s files when trying to create segments for MPEG-DASH. Is there a workaround this problem? WIll I have to use other tools or check ffmpeg's source code for hints?