Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

h264enc-7.1-fc RPM for noarch

From SourceForge / h / h2 / h264enc / Fedora RPM - Outdated !!! / h264enc-7.1

Name: h264enc Distribution: Fedora Core
Version: 7.1 Vendor: Grozdan Nikolov <microchip@chello.be>
Release: fc Build date: Thu Jun 28 15:28:37 2007
Group: Multimedia/Media Editing Build host: neutrino.local
Size: 165839 Source RPM: h264enc-7.1-fc.src.rpm
Packager: Grozdan Nikolov <microchip@chello.be>
Url: http://sourceforge.net/projects/h264enc
Summary: h264enc - video encoding helper script
h264enc is a shell script for encoding DVDs or
video files to the H.264 format using the
encoding utility MEncoder from MPlayer

Provides

Requires

License

GPL

Changelog

* Thu Jun 28 2007 Grozdan Nikolov <microchip@chello.be>
  - Added support for the WMAv1 and WMAv2 audio codecs. Note that
    this requires latest version of SVN MPlayer or MPlayer 1.0rc2
    as previous MPlayer versions do not support encoding to the
    above mentioned audio codecs.
  - Updated the man page and README.h264enc file
* Thu May 31 2007 Grozdan Nikolov <microchip@chello.be>
  - Implemented '-p help' option for quick help on quality presets usage.
    Now user can use 'h264enc -p help' to get a quick help
    on presets and how to use them.
  - Added one more quality preset (Normal Quality (NQ)) and changed
    recommended presets to 'nq' and 'hq' from 'mq' and 'hq'
  - Added support for converting AVI's to the MP4 format.
    This requires MP4Box from gpac and only works with
    MP3/AAC audio or NOSOUND as MP4Box doesn't support
    the other audio codecs. User can only convert the final
    AVI if conversion to Matroska is not selected! (you can't
    do both)
  - Added audio_codec_in_video_file_func() function. This function
    will only be used for input video file encodings and only
    if user wants to copy the audio (no re-encoding). It will scan
    the input video file for its audio codec and if it detects MP3
    or AAC audio, it will set a flag so that the user can convert the
    encode to MP4 afterwards (if he wants to). This will not work though
    if the input video file has more than 1 audio channel (like in mkv
    files) and the user has selected a audio channel other that the first one.
    It will also not work if input video file has no audio in it.
  - Modified the file splitting code to support the MP4 format
  - Added support for checking disk space left over in the destination output
    directory and the h264enc config directory. If < 4 GB then user
    will be warned that he's running out of disk space in one of the
    directories
  - Removed obsolete checking for resolution format since
    the $scale variable translates it to the correct
    MEncoder format no matter if user uses a : or x for
    the resolution
  - Decreased default difference threshold deblocking value for
    video files to 70 as a too high value can smear details too much
  - Removed an extra "layer" of piping in variables. There's
    no need to "cat" a file and then pipe the output to "grep"
    to get a specific value from that file as "grep" can do
    it by itself. No need to do $(cat /path/to/file/file_name | grep "value")
    instead use $(grep "value" /path/to/file/file_name)
  - Small cosmetic changes
  - Updated the man page
* Fri May 25 2007 Grozdan Nikolov <microchip@chello.be>
  - Removed duplicate and long standing $turbo variable
    in the MEncoder parameters for 2- and 3-pass modes
  - Added informant display_quality_preset_func() function
  - Improved resolution code. Now if user has chosen to
    crop the input source, default resolution value will
    fall back to the visible resolution area after cropping,
    (eg, the left over area of the resolution after removing
    the black bands with the crop filter). If no cropping
    selected, default resolution value will be the original
    one from the input source
  - Small tuning in the quality presets
  - Added support for encoder priority settings ("nice" values)
  - Fixed a small bug in the cropping function that will fail if
    user wants to crop a video file which contains spaces in its
    file name
  - Updated the man page
* Wed May 23 2007 Grozdan Nikolov <microchip@chello.be>
  - Implemented 9 different video quality presets
  - Updated the man page
* Tue May 22 2007 Grozdan Nikolov <microchip@chello.be>
  - Added support for displaying available devices
    from /proc/sys/dev/cdrom/info
  - Added support for video file cropping
  - Updated the audio resample function
* Mon May 14 2007 Grozdan Nikolov <microchip@chello.be>
  - Improvement in the DVD unlocking code
  - Improvement in the chapter and subtitle scanning code
  - Improvement in the DVD audio channel scanning code
  - Improvement in the aspect ratio detecting code for MKV conversion
* Tue May 08 2007 Grozdan Nikolov <microchip@chello.be>
  - Added support for audio channel selection in video files
  - Decreased internal scanning time point for FPS detection
  - Updated the man page
* Fri Apr 20 2007 Grozdan Nikolov <microchip@chello.be>
  - Only check for lsdvd if user wants to encode a DVD
  - Added support for AC3 Dynamic Range Compression
  - Updated the man page
* Fri Apr 06 2007 Grozdan Nikolov <microchip@chello.be>
  - Updated the cropping and video bitrate calc code to support SVN MPlayer
  - Updated detection of aspect ratio for mkvmerge to support SVN MPlayer
  - Added Subpel Refinement Quality explanations
  - Moved 'mixed framerefs' option after the 'frameref' one
  - Moved check_video_filters_func()
  - More cleanups
* Tue Apr 03 2007 Grozdan Nikolov <microchip@chello.be>
  - Rewrote the DVD cropping code (more precise now)
  - Removed the '-q' option of mkvmerge for more verbose output
  - Small cleanups
* Tue Mar 20 2007 Grozdan Nikolov <microchip@chello.be>
  - Added basic support for muxing the final AVI file into 
    Matroska container (requires mkvmerge)
  - Modified the splitting code to support the Matroska container
  - Updated the man page
* Sun Mar 18 2007 Grozdan Nikolov <microchip@chello.be>
  - Further improvements to the options saving code
  - Fixed a bug in the video bitrate calculation (missing $device variable)
  - Small improvements to the DVD displaying code
  - Moved passlog files to $CONFIGDIR
* Tue Mar 13 2007 Grozdan Nikolov <microchip@chello.be>
  - Improvements to the options exporting code
  - Fixed FPS detection for video files
  - Implemented automatic video bitrate calculation based on
    target size, video length and chosen audio bitrate
  - Updated the man page
* Sun Mar 11 2007 Grozdan Nikolov <microchip@chello.be>
  - Added support for displaying all DVD titles (user request)
  - Added support for inspecting MEncoder options before encoding (user request)
  - Added support for exporting all MEncoder options to a file
  - Added support for loading script generated options from a file
    for debugging purposes
  - Temporary files go to $HOME/.h264enc now instead of /tmp
  - Updated the man page
* Fri Mar 09 2007 Grozdan Nikolov <microchip@chello.be>
  - Improvements to the threading code
  - Added count function before encoding
  - Compound command changes
* Fri Mar 02 2007 Grozdan Nikolov <microchip@chello.be>
  - Added support for thread encoding (useful for SMP/Multicore CPUs)
  - Target directory checking and creation
  - Small cleanups
* Sun Feb 11 2007 Grozdan Nikolov <microchip@chello.be>
  - Added more matrices from MP4Guy to the package
  - Added MEncoder flags to options for more clarity
  - Updated the man page
* Tue Feb 06 2007 Grozdan Nikolov <microchip@chello.be>
  - Added EQM-AVC-HR matrix file to the package
  - Improved matrix loading code
  - Improved DVD or video file checking
  - Updated the man page
  - Added README.matrix file
* Sun Feb 04 2007 Grozdan Nikolov <microchip@chello.be>
  - Added support for auto-detecting frame rate value
  - Overall small code improvements
* Fri Feb 02 2007 Grozdan Nikolov <microchip@chello.be>
  - Fixed a bug in the check_video_filters_func function
  - Fixed a small bug where script leaves the resolution temp file after getting the values
  - Added support for predefined/custom quantization matrices
  - Added support for bypassing audio encoding (useful for muxing video into other containers
    and/or with other audio file)
  - Improvements to the resolution detection code
* Wed Jan 31 2007 Grozdan Nikolov <microchip@chello.be>
  - Added support for auto resolution detection
  - Added support to bypass scaling if user decides to use original source resolution
  - Further improvements to the DVD title scanning and cropping code
  - Improvements in the audio codec checking code (placed it into a function)
  - Small improvements to the high-quality denoise filter code
  - Small improvements to the default encoding values of the script
  - Updated the man page
* Tue Jan 30 2007 Grozdan Nikolov <microchip@chello.be>
  - Added support for displaying all available DVD audio channels
  - Added support for chapter scanning for the chosen DVD title
  - More improvements to the DVD subtitle, title scanning and cropping detection
  - Small improvements to the in-loop deblocking filter code
  - Temporary files go to /tmp now instead of user's home directory
  - Updated the man page
  - Updated the README.h264enc file
* Sun Jan 28 2007 Grozdan Nikolov <microchip@chello.be>
  - Improved the DVD title scanning code (if DVD is locked, 'lsdvd' will fail to
    read it so mplayer must unlock the DVD before running 'lsdvd')
  - Improved the subtitle code
  - Added support for auto-detecting DVD crop values
* Sat Jan 27 2007 Grozdan Nikolov <microchip@chello.be>
  - Added support for auto-selecting the longest DVD title using 'lsdvd'
  - Added support for displaying available DVD subtitles
  - Updated the README.h264enc file
  - Updated the man page
* Wed Jan 17 2007 Grozdan Nikolov <microchip@chello.be>
  - Added support for 3-pass encodings
  - Fixed a bug in 2-pass encoding mode (turbo variable was missing)
  - Updated the man page
  - Updated the README.encoding file
* Mon Jan 15 2007 Grozdan Nikolov <microchip@chello.be>
  - Added input/output file name checking for video file encodings
  - Improved the output frame rate code
* Wed Jan 10 2007 Grozdan Nikolov <microchip@chello.be>
  - Fixed a bug where the device variable won't work if empty
* Mon Jan 08 2007 Grozdan Nikolov <microchip@chello.be>
  - Default min/max keyframe intervals are now auto-calculated from the output frame rate value
  - Only ask for the internal H.264 noise reduction filter if user didn't use the default MEncoder filter
  - Improved the output frame rate code
  - Improved MEncoder/libx264 checking
  - Fixed a typo in the help section
  - Overall small improvements
  - Updated the man page
  - Updated the README.encoding file
* Fri Jan 05 2007 Grozdan Nikolov <microchip@chello.be>
  - Added support for difference and flatness deblocking thresholds
  - Rewrote the output frame rate code (uses now video standard formats - PAL/SECAM/NTSC/Progressive NTSC)
  - Changed default B-Frames value from 2 to 3
  - Updated the man page
* Thu Jan 04 2007 Grozdan Nikolov <microchip@chello.be>
  - Improved the splitting section (only ask user for splitting if file size is > 702 MB)
  - Added man page to the package
  - Updated Copyright dates
  - Updated the README.h264 file
* Fri Dec 22 2006 Grozdan Nikolov <microchip@chello.be>
  - Moved the audio volume normalizing into a function
  - Added support for both fixed-quant modes (QP and CRF)
* Wed Dec 20 2006 Grozdan Nikolov <microchip@chello.be>
  - Changed default format of output FPS to float
  - Small overall improvements
* Sun Dec 17 2006 Grozdan Nikolov <microchip@chello.be>
  - Little code improvements for better error reporting
* Fri Dec 15 2006 Grozdan Nikolov <microchip@chello.be>
  - Added support for chroma quantizer offset
  - Small code cleanups
* Thu Dec 14 2006 Grozdan Nikolov <microchip@chello.be>
  - Fixed a major bug in the MP3 filter config code where it won't work if
    user has chosen to resample the audio (-af was missing - the bug
    was introduced while fixing the code of the volnorm and resample filters)
  - Changed default AAC quality to 200
  - Updated the README.h264enc file
* Thu Dec 14 2006 Grozdan Nikolov <microchip@chello.be>
  - Fixed the volume normalizing filter (should come before the resample filter)
  - Fixed the surround filter for video files (should come before the resample filter)
  - Rewrote the MP3 code (much smaller and cleaner now)
  - Added support for MP3 channel modes
  - Added support for MP3 lowpass and highpass frequency filtering
  - Updated the README.encoding file
* Wed Dec 13 2006 Grozdan Nikolov <microchip@chello.be>
  - Fixed a small bug in the RD B-Frames code where it was still used
    even if B-Frames were disabled
  - Fixed a bug in the audio resample function where it won't work if
    user has chosen to use the AAC codec
  - Added support for Adaptive PCM audio encoding (ADPCM)
  - Enabled the volume normalizing audio filter to do precise calculations
  - Added support for accurate rounding of the vertical software scaler
  - Updated the README.h264enc file
* Tue Dec 12 2006 Grozdan Nikolov <microchip@chello.be>
  - Fixed a bug in the deblocking settings where the 'deblock' option was used
    twice if user has chosen to tune the deblocking parameters of the filter
  - Fixed a bug in the B-Frames code where B-Frames options/questions where
    still used/asked even if user has specified not to use B-Frames by providing
    0 when asked
  - Added support for AAC audio encoding (Advanced Audio Coding)
  - Updated the README.h264enc file
* Tue Dec 12 2006 Grozdan Nikolov <microchip@chello.be>
  - Added support for displaying SSM statistics after encoding
* Mon Dec 11 2006 Grozdan Nikolov <microchip@chello.be>
  - Changed default AC3 bitrate to 192
  - Small fixes/improvements all over the place
* Sat Dec 09 2006 Grozdan Nikolov <microchip@chello.be>
  - Little code cleanup
  - Added info/encoding tips to the package (README.encoding)
  - Updated the README.h264enc file
* Fri Dec 08 2006 Grozdan Nikolov <microchip@chello.be>
  - Added support for tuning the software scalers
  - Made the deinterlacing code a function (commonly shared between the 2 input sources)
  - Updated the README file
* Thu Dec 07 2006 Grozdan Nikolov <microchip@chello.be>
  - Moved quantizer compression/temporal blur to a different place
  - Small improvements to the splitting code
  - Added support for advanced options for experienced users, which includes
      - Bitrate tolerance
      - VBV maximum bitrate
      - VBV buffer size
      - Initial buffer occupancy
      - Inter luma quantization deadzone
      - Intra luma quantization deadzone
      - H.264 bitstream level
* Thu Dec 07 2006 Grozdan Nikolov <microchip@chello.be>
  - Changed default quantizer in fixed quant mode from 18 to 20
  - Added support for Minimum Keyframe Intervals
  - Updated the README file
* Wed Dec 06 2006 Grozdan Nikolov <microchip@chello.be>
  - Rewrote the file splitting code
  - Various small improvements
* Wed Dec 06 2006 Grozdan Nikolov <microchip@chello.be>
  - Fixed default output name (was XviD.avi due to code sharing with the xvidenc script)
  - Added checking if output file exists
* Wed Dec 06 2006 Grozdan Nikolov <microchip@chello.be>
  - Squashed a severe bug in the fixed quant selection code (qp_constant is replaced by qp in MEncoder)
  - Quantizer compression only supported in 1- or 2-pass (what am I doing?)
  - Added support for Quantizer stepping
  - Added support for custom output file names
  - Added initial support for splitting files using avisplit from transcode
* Tue Dec 05 2006 Grozdan Nikolov <microchip@chello.be>
  - Fixed a typo in the cropping explanation text
  - Added support for all subtitle anti-aliasing modes
  - Changed default FPS value to 26000/1001 (25 FPS)
  - Fixed the Quantizer compression code (only supported in ABR or 2-pass)
  - Added support for AlphaC0 and Beta deblocking parameters
  - Rewrote the denoise filter code
* Mon Dec 04 2006 Grozdan Nikolov <microchip@chello.be>
  - Removed checking for 'bc' and 'tr' from the code
    as they are no longer needed
  - Added support for Scenecut
  - Added support for I/P/B-Frames factors
* Mon Dec 04 2006 Grozdan Nikolov <microchip@chello.be>
  - Fixed a bug in the resolution checking code
  - Improved the cropping code
  - Small code optimizations
* Fri Dec 01 2006 Grozdan Nikolov <microchip@chello.be>
  - Optimized the 2-pass logfile code
  - Added support for output FPS
* Thu Nov 30 2006 Grozdan Nikolov <microchip@chello.be>
  - Initial RPM release

Files

/usr/bin/h264enc
/usr/share/doc/h264enc-7.1
/usr/share/doc/h264enc-7.1/AUTHORS
/usr/share/doc/h264enc-7.1/ChangeLog
/usr/share/doc/h264enc-7.1/LICENSE
/usr/share/doc/h264enc-7.1/README.encoding
/usr/share/doc/h264enc-7.1/README.h264enc
/usr/share/doc/h264enc-7.1/README.matrices
/usr/share/doc/h264enc-7.1/matrices
/usr/share/doc/h264enc-7.1/matrices/eqm_avc_hr_matrix
/usr/share/doc/h264enc-7.1/matrices/m4g_high_detail_matrix
/usr/share/doc/h264enc-7.1/matrices/m4g_hrm_matrix
/usr/share/doc/h264enc-7.1/matrices/m4g_lrm_matrix
/usr/share/doc/h264enc-7.1/matrices/m4g_mrm_matrix
/usr/share/doc/h264enc-7.1/matrices/m4g_smooth_matrix
/usr/share/man/man1/h264enc.1


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Jun 15 23:05:02 2013