Skip to content

Latest commit

 

History

History
182 lines (104 loc) · 3.63 KB

HISTORY.md

File metadata and controls

182 lines (104 loc) · 3.63 KB

History

next

  • Progress bar for files and streams
  • Minor documentation fixes

1.2.3 (2018-04-11)

  • Fix problems with metadata disabling, also allow to disable chapters

1.2.2 (2018-04-10)

  • Set default loudness target to -23, fixes #48

1.2.1 (2018-04-04)

  • Fix decoding UTF-8 stderr/stdout

1.2.0 (2018-03-22)

  • Add errors for impossible format combinations, fixes #60
  • Fix bug with output stream ordering (#63)

1.1.0 (2018-03-06)

  • Add option to print first pass statistics

1.0.10 (2018-03-04)

  • Restrict parsing to valid JSON only, fixes #61

1.0.9 (2018-02-08)

  • Add normalized folder to gitignore
  • Do not print escape sequences on Windows
  • Do not check for file existence, fixes #57

1.0.8 (2018-02-01)

  • Do not check for ffmpeg on module import

1.0.7 (2018-02-01)

  • Fix issue with wrong normalization parameters

1.0.6 (2018-01-30)

  • Document temporary directory env variable
  • Use FFMPEG_PATH environment variable

1.0.5 (2018-01-26)

  • Handle edge case for short input clips

1.0.4 (2018-01-26)

  • Do not try to remove file that doesn't exist

1.0.3 (2018-01-26)

  • Always streamcopy when detecting streams to avoid initializing encoder
  • Fix handling of temporary file names

1.0.2 (2018-01-25)

  • Fix bug with target level for Peak/RMS

1.0.1 (2018-01-24)

  • Set default threshold to -23 as recommended

1.0 (2018-01-21)

  • General rewrite of the program
  • New input/output file handling
  • Default to two-pass linear EBU normalization

0.7.3 (2017-10-09)

  • Use shutil.move instead of os.rename for cross-FS compatibility

0.7.2 (2017-09-17)

  • Allow setting threshold to 0 to always normalize file, see #38

0.7.1 (2017-09-14)

  • Fix for expanding variables in $PATH

0.7.0 (2017-08-02)

  • Internal code cleanup
  • Add more examples
  • Add simple test suite

0.6.0 (2017-07-31)

  • Allow overwriting input file

0.5.2 (2017-07-31)

  • Improve command-line handling

0.5.1 (2017-04-04)

  • Fix --merge/-u option not working

0.5 (2017-04-02)

  • Add new EBU R128 normalization filter
  • Fix issue with output file extension not being WAV by default
  • Fix issue #24 where setup.py fails on Windows / Python 3.6

0.4.3 (2017-02-27)

  • Fix option -np, should be -x short
  • Abort when input and output file are the same (ffmpeg can't overwrite it)

0.4.2 (2017-02-27)

  • Map metadata from input to output when merging
  • Clarify use of merge option

0.4.1 (2017-02-13)

  • Fix #13

0.4 (2017-01-24)

  • Cleanup in code, make it class-based
  • Drop avconv support, it was never good anyway
  • Add support for specifying codec for non-merging operations
  • Add support for specifying output format
  • README improvements

0.3 (2017-01-19)

  • Add option to remove prefix

0.2.4 (2016-10-27)

  • Fixed issue where multiple spaces were collapsed into one

0.2.3 (2016-02-12)

  • Fixed issue where ffmpeg could not be found if path included spaces

0.2.2 (2016-02-09)

  • Change default level back to -26

0.2.1 (2016-02-08)

  • Documentation fixes

0.2.0 (2016-02-08)

  • Support multiple input files
  • Allow merging with input file instead of creating separate WAV
  • Write to directory instead of using prefix
  • Set the audio codec when merging
  • Set additional encoder or ffmpeg options

Note: avconv support is very limited, use the real ffmpeg from http://ffmpeg.org/ instead.

0.1.3 (2015-12-15)

  • Bugfix for detecting ffmpeg or avconv on Windows (as .exe)
  • Add version to Usage message
  • Update year

0.1.2 (2015-11-13)

  • Bugfix for missing ffmpeg or avconv

0.1.0 (2015-08-01)

  • First release, changing name to ffmpeg-normalize