标签: java video ffmpeg google-cloud-storage google-compute-engine
目前,我有一个将文件上传到Google存储空间的API。如果用户上传视频,则应将其转换为mp4。我查看了FFMEPG和Java wrapper around the FFmpeg ,但我需要直接从InputStream转换视频而无需写入磁盘。有没有解决方案将InputStream转换为mp4?