Skip to content

dimMaryanto93/springboot2-ffmpeg-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Springboot Rest API upload Videos + compress

Springboot2 upload video then compress to lower using ffmpeg libraries.

Getting Started

System required

Example request

curl -X POST \
  http://localhost:8080/upload-video/api/media/upload/video \
  -H 'Content-Type: application/octet-stream' \
  -H 'content-type: multipart/form-data; boundary=----WebKitFormBoundary7MA4YWxkTrZu0gW' \
  -F 'content=@[path-to/file-name.video]'

About

Example upload video with springboot2 + compression

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages