Projects
Multimedia
h264enc
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 387
View file
h264enc.spec
Changed
@@ -1,7 +1,7 @@ # norootforbuild Name: h264enc -Version: 10.4.1 +Version: 10.4.2 Release: 1 License: GPL-2.0+ @@ -58,6 +58,12 @@ %changelog +* Sun Sep 06 2015 Grozdan Nikolov <neutrino8@gmail.com> 10.4.2 + * Increased the default audio bitrate/quality value for Vorbis audio + * Added mov file extention to the supported formats for chapter dumps + * New ASCII art banner + * Updated the man page + * Tue Jun 23 2015 Grozdan Nikolov <neutrino8@gmail.com> 10.4.1 * Modified the mail func for dir batch encodes to report the input directory instead of the last encoded file from it
View file
h264enc-10.4.1.tar.gz/doc/ChangeLog -> h264enc-10.4.2.tar.gz/doc/ChangeLog
Changed
@@ -1,3 +1,9 @@ +2015-09-06 - h264enc 10.4.2 + * Increased the default audio bitrate/quality value for Vorbis audio + * Added mov file extention to the supported formats for chapter dumps + * New ASCII art banner + * Updated the man page + 2015-06-23 - h264enc 10.4.1 * Modified the mail func for dir batch encodes to report the input directory instead of the last encoded file from it
View file
h264enc-10.4.1.tar.gz/h264enc -> h264enc-10.4.2.tar.gz/h264enc
Changed
@@ -1,5 +1,5 @@ #!/usr/bin/env bash -# $Id: h264enc, v 10.4.1, 2015/06/23, gn Exp $ +# $Id: h264enc, v 10.4.2, 2015/09/06, gn Exp $ # # Encode BDs/DVDs/VCDs/video files to the H.264/AVC/MPEG-4 Part 10 # video format using MEncoder from MPlayer @@ -23,7 +23,7 @@ shopt -u expand_aliases export PATH=$PATH:/usr/local/bin -version=10.4.1 +version=10.4.2 configversion=35 green() { echo -e "\e[1;32m$1\e[0;39;49m"; } @@ -3471,14 +3471,13 @@ ############## BD/DVD/VCD/video file settings ############### ############################################################# -clear -echo -brown "+=============================================================+" -brown "|<<<<<<< h264enc - the interactive shell script ripper >>>>>>>|" -brown "|-------------------------------------------------------------|" -brown "|<<<<<< version: $version - (C) 2006-2015, Grozdan Nikolov >>>>>|" -brown "+=============================================================+" echo +brown " _ ____ __ _ _ " +brown "| |__ |___ \ / /_ | || | ___ _ __ ___ " +brown "| '_ \ __) | '_ \| || |_ / _ \ '_ \ / __|" +brown "| | | |/ __/| (_) |__ _| __/ | | | (__" +brown "|_| |_|_____|\___/ |_| \___|_| |_|\___|" +brown "v$version" echo chapters_example_func() { @@ -3540,7 +3539,7 @@ fi if [ -x "$MKVEXTRACT" -o -x "$MP4BOX" ]; then case "${infile##*.}" in - mkv|MKV|mp4|MP4|m4v|M4V) + mkv|MKV|mp4|MP4|m4v|M4V|MOV|mov) dumpchaps=$(get_selection_func "Extract Chapters Info to a File? [y/N]: ") if [ "$dumpchaps" = "y" ]; then dump_chaps_info_func() { @@ -3578,7 +3577,7 @@ dump_chaps_info_func error fi ;; - mp4|MP4|m4v|M4V) + mp4|MP4|m4v|M4V|MOV|mov) MP4CF="${OUTPUT%.*}.chap" test -e "$MP4CF" && mv -f "$MP4CF" "$MP4CF.old" 2>/dev/null $MP4BOX "$infile" -dump-chap -out "$MP4CF" 2>/dev/null @@ -5784,19 +5783,19 @@ read vorbmode[$i] case "${vorbmode[$i]}" in a*|A*) - printf "Track $i: Specify the Vorbis nominal bitrate in kbps [default is 112]: " + printf "Track $i: Specify the Vorbis nominal bitrate in kbps [default is 160]: " read ab[$i] if [ -z "${ab[$i]}" ]; then - vorbq[$i]="-b 112" + vorbq[$i]="-b 160" else vorbq[$i]="-b ${ab[$i]}" fi ;; v*|V*|"") - printf "Track $i: Specify the Vorbis audio quality [-1-10, higher is better - default is 3]: " + printf "Track $i: Specify the Vorbis audio quality [-1-10, higher is better - default is 4]: " read ab[$i] if [ -z "${ab[$i]}" ]; then - vorbq[$i]="-q 3" + vorbq[$i]="-q 4" else if [ ! -z "$(echo ${ab[$i]} | grep '\.')" ]; then echo
View file
h264enc-10.4.1.tar.gz/man/h264enc.1 -> h264enc-10.4.2.tar.gz/man/h264enc.1
Changed
@@ -3,7 +3,7 @@ .de IPs .IP "\\$1" .. -.TH h264enc 1 "Mar 28, 2014" +.TH h264enc 1 "Jun 28, 2015" .SH NAME h264enc \- the interactive shell script ripper @@ -14,13 +14,13 @@ .SH DESCRIPTION \fBh264enc\fR is an advanced and powerful interactive menu-driven shell script which uses the encoding -utility \fBMEncoder\fR from the \fBMPlayer\fR project. The script can be used to encode DVDs, (S)VCDs or +utility \fBMEncoder\fR from the \fBMPlayer\fR project. The script can be used to encode DVDs, DBs, (S)VCDs or regular video files to the high-quality H.264 video format (also known as AVC (Advanced Video Coding) or MPEG-4 Part 10). At the moment, the script supports virtually all options of the libx264 library and a variety -of audio codecs, including support for unlimited amount of audio tracks muxed into the MKV/MP4/OGM/TS containers. +of audio codecs, including support for virtually unlimited amount of audio tracks muxed into the MKV/MP4/OGM/TS containers. \fBh264enc\fR is targeted primarily at power users or users who understand the process of video encoding and want to tweak their settings in order to achieve the best possible quality/file size of their encodes. -For more information and a FAQ, visit \fPhttp://h264enc.sourceforge.net\fR +For more information and a FAQ/Doc, visit \fPhttp://h264enc.sourceforge.net\fR .LP \fBh264enc\fR uses a configuration file stored in the user's home directory inside a hidden directory named as .h264enc where the user can enable or disable many of the supported audio/video filters and @@ -229,7 +229,7 @@ .IPs Example of presets usage: \fBh264enc \-2p \-p hq\fR .IPs -The above example will encode the DVD or input video file +The above example will encode the input in 2-pass mode using the High Quality (HQ) preset .IPs Load a custom preset from a file: @@ -295,9 +295,9 @@ to a file on disk in text, perl, python, ruby or xml format. .TP .B -iso -Create an ISO image of the DVD disc. Note that this option does no do any stripping +Create an ISO image out of a DVD disc. Note that this option does no do any stripping of specific titles, audio languages and/or subtitles. It dumps the DVD content 1:1 -to an ISO image. +to an ISO image. Removing of content protection is also not done. .TP .B -spr Calculate the Storage and Pixel Aspect Ratios (SAR/PAR) for various resolutions.
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.