View Single Post
Old 5th March 2008, 14:05   #24  |  Link
microchip8
ffx264/ffhevc author
 
microchip8's Avatar
 
Join Date: May 2007
Location: /dev/video0
Posts: 1,844
ChangeLog for version 8.2.8
Code:
- Merged the -sv option with -scan
- Fixed an issue when scanning video files, especially TS ones, where
  printing the video resolution could get misaligned
- Remove pointless removing of temp files. Since h264enc now uses
  unique temporary directories to store temp files, there's no
  point in removing them anymore as the unique directory will
  be removed upon user interrupt or user fault
- Added support for the HE-AAC (aka AAC+) audio codec. This requires
  neroAacEnc. When encoding to this codec, the AVI will be first encoded
  with PCM audio. Then both the video and audio will be extracted from
  the AVI, the audio will be encoded to AAC+ and will be muxed together
  with the video to the mp4 and/or mkv container. Multichannel AAC+
  audio is not supported yet as neroAacEnc for Linux doesn't seem to
  support it at the moment
- Added support for the Vorbis audio codec. This requires oggenc.
  Multichannel audio is supported
- Updated the batch code to support AAC+ and Vorbis audio
- Updated the README.h264enc file
- Updated the man page
__________________
ffx264 || ffhevc || ffxvid || microenc
microchip8 is offline   Reply With Quote