Skip to content

Commit

Permalink
Upgraded to ffmpeg 4.1 (Issue #34)
Browse files Browse the repository at this point in the history
Added video and audio quality flags for conversion (see VideoAttributes.quality and AudioAttributes.quality) (Issue #31)
Changed aac de/encoder from libvo_aacenc to default aac settings from ffmpeg (Issue #37)
  • Loading branch information
a-schild committed Dec 12, 2018
1 parent 158d6cf commit eb51ba8
Show file tree
Hide file tree
Showing 9 changed files with 44 additions and 4 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,9 @@ For bug reports use the github site https://github.com/a-schild/jave2/issues
- **2.4.5-SNAPSHOT**
- Prepared for next development steps
- Added video and audio quality flags for conversion (see VideoAttributes.quality and AudioAttributes.quality)
- Changed aac de/encoder from libvo_aacenc to default aac settings from ffmpeg
- Upgraded windows and osx binaries to 4.1 from https://ffmpeg.zeranoe.com/builds/
- Upgraded linux binaries to 4.1 from https://johnvansickle.com/ffmpeg/
- **2.4.4**
- More informative error message when not finding ffmpeg executable
- Added option to copy over meta data if possible (setMapMetaData(true) in EncodingAttributes)
Expand Down
Loading

0 comments on commit eb51ba8

Please sign in to comment.