#9066: Enable explicit output extension -------------------------------------+------------------------------------- Reporter: tes45t | Owner: Type: enhancement | Status: new Priority: normal | Component: ffmpeg Version: git-master | Resolution: Keywords: ffmpeg, | Blocked By: output, file, extension, type, | format | Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+-------------------------------------
Comment (by tes45t): @richardpl Have you read the issue entirely? The point is that I deliberately want to have different extension in the output file name. For example, I want to encode as ".mkv" but I want output file to be "file.png". The problem is that there is currently no standard way to programmatically retrieve the mapping between output file extensions and muxer names (and muxer options). FFmpeg automatically guesses the muxer and muxer options when you specify output file extension, but as said, I have a lot of use cases when I want to have different extension, or no extension at all, but I want FFmpeg to behave like the output file have the extension I want. That's why I propose such option. Please let me know if anything in the issue is unclear. -- Ticket URL: <https://trac.ffmpeg.org/ticket/9066#comment:4> FFmpeg <https://ffmpeg.org> FFmpeg issue tracker _______________________________________________ FFmpeg-trac mailing list FFmpeg-trac@avcodec.org https://ffmpeg.org/mailman/listinfo/ffmpeg-trac To unsubscribe, visit link above, or email ffmpeg-trac-requ...@ffmpeg.org with subject "unsubscribe".