View Single Post
Old 6th March 2008, 14:03   #25  |  Link
microchip8
ffx264/ffhevc author
 
microchip8's Avatar
 
Join Date: May 2007
Location: /dev/video0
Posts: 1,843
ChangeLog for version 8.2.9
Code:
- Video bitrate calculation: fixed the PCM part. It needs different
  bitrates for different audio channels. Resampling is not taken into
  account at the moment
- Added support for multichannel AAC+. Note that in VBR mode, you
  must use a value of 0.37 or lower or else neroAacEnc will error out
  with invalid SBR configuration!
- Added support for bitrate based ABR AAC+
- Added support for video bitrate calculation when using ABR AAC+
- Simplified the batch exporting code of the AAC+/Vorbis audio codecs.
  This removes code duplication
- Removed the MP4SBR variable in the batch code of the AAC+ audio
  codec. The value of this variable is now carried by the
  AUDIOFILE variable. Also did a few small simplifications to this part
- Added support for exporting the MP4 muxing commands to the batch file
  when using the NOSOUND audio option
- Updated the signal traps
- Replaced an 'if' conditional by a 'case' one in the video bitrate
  calculation code
- Random clean ups
__________________
ffx264 || ffhevc || ffxvid || microenc
microchip8 is offline   Reply With Quote