gpt4 book ai didi

spring - 将 ffmpeg 与 Spring Boot 集成

转载 作者:行者123 更新时间:2023-12-04 23:14:41 32 4
gpt4 key购买 nike

我有一个 react native 应用程序,很像社交媒体应用程序。用户从该应用程序上传他们的照片和视频。上传时我想用百分比显示处理标志,我有 RESTful api 端点用 Spring Boot 编写并想调整媒体大小(照片和视频) .有什么简单的方法可以实现吗。我听说过ffmpeg,但我不知道如何将它与spring boot集成。
谢谢。

最佳答案

At its core, FFmpeg is program itself, designed for command-line-based processing of video and audio files, widely used for format transcoding, basic editing (trimming and concatenation).



因此,您可以使用 System.call 来调用它java Spring boot 应用程序中的命令行。
// Just one line and you are done ! 
// We have given a command to start cmd
// /K : Carries out command specified by string
Runtime.getRuntime().exec(new String[] {"cmd", "/K", "Start"});

关于spring - 将 ffmpeg 与 Spring Boot 集成,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50521159/

32 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com