mp3cd 1.0.8
mp3cd: ^1.0.8 copied to clipboard
Mp3c Dart implementation.
1.0.8 #
- Add helper method for FFmpeg 2-pass
- Use non-prefixed temp directories for 2-pass
- Adjust bitrate for perceptual consistency for MPEG4 profiles
- Switch from CQP to 2-pass VBR for MJPEG
1.0.7 #
- Ensure minimum FPS is 1, not 0
- Prefix 2-pass VBR log directory with output file name
- Make some sync methods async
1.0.6 #
- Place pass log files in temp directory
1.0.5 #
- Switch to mpeg4 encoder to support VBV
- Use 2-pass encode
- Validate input file exists
1.0.4 #
- Improve MJPEG quality
1.0.3 #
- Swap uid0017 & uid0018 from CQP to ABR due to needing a VBV
1.0.2 #
- Add global library binary path overrides.
1.0.1 #
- Additional documentation
1.0.0 #
- Initial version.