home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / ccd0605.iso / Software / Freeware / Multimedia / freecn / readme.txt < prev   
Text File  |  2005-04-30  |  3KB  |  91 lines

  1. FreeEnc 0.4
  2. -=-=-=-=-=-
  3.  
  4. Features:
  5. - MPEG2 encoding using the libavcodec
  6. - Highly optimized mencoder parameters. This encoder should produce same or better quality  than mencodeme
  7. - Highly tweakable: every libavcodec options are available
  8. - Command-line syntax is the same as QuEnc: can be used with any QuEnc compatible application, including DIKO.
  9. - Uses Aviynth input
  10.  
  11. How can I use it?
  12. Just run, select a AVS (or drag and drop), put the average bitrate, the max bitrate, hit go and let it fly.
  13.  
  14. How can I use it with QuEnc compatible Apps?
  15. Rename to QuEnc.exe and overwrite QuEnc.
  16.  
  17. License
  18. FreeEnc is Freeware. You can redistribute as long as you keep the package intact, and make how many copies of it as you wish.
  19.  
  20. Command-line options:
  21. Just run Freeenc /h to have an idea
  22.  
  23. Acknowledgements:
  24. The high quality this encoder delivers would  never be possible without the ffmpeg project (which designed libavcodec).
  25. This application was built using wxwidgets, a great multiplataform library.
  26. I also would like to thank the BVCD team for their amazing matrix used as default.
  27.  
  28. History:
  29. 0.43
  30. Fixed minbitrate incompatibility with DIKO
  31. Fixed icon not being shown in Window
  32. Added a comprehensive HELP with template explanation
  33. Added a Peter Cheat template with NuEnc default settings.
  34.  
  35. 0.42
  36. All buttons and images now bundled in the executable. It should no longer create trouble with DIKO and other apps
  37. FreeEnc now checks for minbitrate before starting conversion
  38. wrong CQ selection removed
  39.  
  40. 0.41
  41. Fixed image error bug
  42.  
  43. 0.4
  44. Now using the improved Rate Control by Peter Cheat.
  45. New modes: CBR, and multipass VBR (also by Peter Cheat)
  46. New amazing Look by pizzic@to
  47.  
  48.  
  49. 0.31
  50. Bitrate Graph now scrools while file is encoded
  51. New dummy options -qlb -noqlb to allow use with QuEnc/NuEnc compatible apps
  52. Fixed(?^) the random "Could not open libavcodec MPEG2." message
  53. New amazing Icon by pizzic@to
  54. top_field_first added to INI settings
  55.  
  56. 0.3
  57. New stats
  58. New bitrate Viewer-like graph (cool!)
  59.  
  60. 0.21
  61. Small fix for DIKO compatibility
  62.  
  63. 0.2
  64. Fixed the P4 crashes by disabling SSE2 code in avcodec. Finally! Thanks Mean from doom9 for pointing the problem.
  65. It's now possible to use different .ini templates
  66. new command-line option "-template". Usage: -template FreeEnc (do not put the .ini in the end, it  added automatically)
  67. New Status bar that shows if it's in first or second pass (to avoid confusion)
  68. Added Incredible KDVD alpha settings
  69.  
  70. 0.14
  71. Removed fflush(stdout) from the code and added another test in memory allocation. Another try to fix the crashes.
  72.  
  73. 0.13
  74. Fixed two bugs in the avcodec calls
  75. Added a lot of clean-up code
  76. When doing 2 pass, only writes to file in the second pass
  77. it's possible to tweak rc_min_rate (but I advise against, it makes rate control go crazy)
  78. Go is now disabled when conversion starts
  79.  
  80. 0.12
  81. Interlaced now working
  82. Now cleans up when there's an error (this should solve the crashes)
  83. Checks if FreeEnc.ini actually exists
  84. Progress Bar fixed
  85.  
  86. 0.11
  87. Fixed some command-line compatilibity with QuEnc
  88.  
  89. 0.1
  90. Initial Release
  91.