简体   繁体   中英

Encoding H264 video using Java

I am a newbie to video processing and hence forgive my ... if my questions are dumb.I want to encode an H.264 video pro grammatically(using Java) while having a close control on slices of the video. Please direct me towards any good wrapper and also programming tips/code snippets?

Have a look at it .. http://sourceforge.net/projects/h264avcjavaenco/files/

Though I did not use this...I use ffmpeg (written in c/c++) for this...Also you can use try this http://jffmpeg.sourceforge.net/ ... A port of ffmpeg in java

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM