bramp / ffmpeg-cli-wrapper

Java wrapper around the FFmpeg command line tool
BSD 2-Clause "Simplified" License
1.72k stars 413 forks source link

Adds the FFProbe side_data_list property. #278

Closed ukjjang closed 1 year ago

ukjjang commented 1 year ago

https://github.com/bramp/ffmpeg-cli-wrapper/issues/257

Thank you for creating your library well. I want to add side_data_list information to ffprobe.

bramp commented 1 year ago

Thanks. Right now it seems it's just a property that's never used. Could you add a test, and/or code that makes use of it. Thanks!

ukjjang commented 1 year ago

My English is not good.

Changed to sample video with rotation information added. There was a change in ffprobe properties while adding video rotation information. Thanks!

before

https://user-images.githubusercontent.com/74256905/212562283-a54c335b-3094-40d0-8198-85280b8b2e52.mp4

after

https://user-images.githubusercontent.com/74256905/212562293-51c38691-88f5-4552-aa74-c00cb1b6f3f6.mp4