home *** CD-ROM | disk | FTP | other *** search
/ PC World 2005 July & August / PCWorld_2005-07-08_cd.bin / software / topware / avi2dvd / Avi2Dvd_029b.exe / Programs / NuEnc / changelog.txt < prev    next >
Text File  |  2004-11-17  |  3KB  |  49 lines

  1. Whats new in NuEnc 0.01b:
  2. - Fixed Buffer Status progress control bug (thanks to dragongodz)
  3. - CQ mode encoding is now vbv compliant (I hope! Only testing will tell...)
  4.  
  5. Whats new in NuEnc 0.01a:
  6. - Fixed (almost) all GUI problems
  7. - Added a few more matrices to 'matrix.ini'
  8. - CQ mode encoding is now linear (very close to anyway)
  9. - NuEnc will not crash if you specify a too high bitrate for x-pass
  10. - Now even smaller than last release
  11.  
  12. Whats new in NuEnc 0.01:
  13. - GUI Re-arranged
  14. - New encoding window displays comprehensive encoding statistics
  15. - Now able to change more options such as motion search diameter and minimum bitrate
  16. - Now less than half the size compared to previous versions (~300KB)
  17. - Constant quality encoding added (experimental at the moment)
  18. - Custom matrix support via 'matrix.ini' and external XviD style matrix files
  19. - Field order can be changed for interlaced encoding
  20. - Implements the latest changes I've made to avcodec
  21. - Fixes to multi-pass encoding. More passes will never decrease quality.
  22.  
  23. Whats new in NuEnc 0.00d (only minor changes):
  24. - Compiled to work with Pentium 4 properly (oops)
  25. - Reduced possibility of underflow more by restricting the amount of remaining buffer that can be used (90%)
  26. - Probably other changes I've forgotten
  27.  
  28. Whats new in NuEnc 0.00c (only minor changes):
  29. - Increased scene change sensitivity (reduces filesize)
  30. - Changed degradation/improvement for bitrate targetting (improves quality at all bitrates)
  31. - Slight rate control correction (improves quality at low bitrates)
  32. - Changed default macro block decision to 1
  33. - Changed QLB matrix to Notch matrix (but I think that the QLB matrix was better for low data rates...)
  34. - Probably other changes I've forgotten
  35.  
  36. Whats new in NuEnc 0.00b:
  37. - Multipass encoding
  38. - Ability to force key frames (for chapters, commandline only option)
  39. - Number of buffer underflows are reported
  40. - Able to keep intermediate passes for comparison
  41. - Turbo mode for faster first pass stats gathering (at cost of negligible inaccuracies in stats)
  42. - Able to turn dynamic b-frames on and off
  43. - Able to alter the rate control frame variance (1 for high quality/high bitrate, ~0.5 for low bitrate, default 0.75)
  44. - Enabling dynamic b-frames allows B frames to change to I frames on a scene change (originally P frames could only change to I frames).
  45. - Commandline options now work :)
  46.  
  47. Commandline example: NuEnc -i G:\Trailer.avs -o G:\Trailer.m2v -maxbitrate 2520 -pass 2 -mpeg2 -vbr -hq -scene -gopsize 35 -forcekey ( 1 2 3 4 5 6 7 8 69 ) -keep -buffer 112 -turbo -rc_var 0.6 -dynamic
  48.  
  49. This will force frames 1-8 and 69 to be keyframes (note the spaces, they are important).