Projects
Multimedia
h264enc
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 381
View file
h264enc.spec
Changed
@@ -1,7 +1,7 @@ # norootforbuild Name: h264enc -Version: 10.3.5 +Version: 10.3.6 Release: 1 License: GPL-2.0+ @@ -58,6 +58,10 @@ %changelog +* Mon Mar 16 2015 Grozdan Nikolov <neutrino8@gmail.com> 10.3.6 + * Revert the previous change to crop detect for files as it + misdetects too often + * Wed Mar 11 2015 Grozdan Nikolov <neutrino8@gmail.com> 10.3.5 * Support mono and tile format frame packing. Requires latest x264 * Improved crop detection for files
View file
h264enc-10.3.5.tar.gz/doc/ChangeLog -> h264enc-10.3.6.tar.gz/doc/ChangeLog
Changed
@@ -1,3 +1,7 @@ +2015-03-16 - h264enc 10.3.6 + * Revert the previous change to crop detect for files as it + misdetects too often + 2015-03-11 - h264enc 10.3.5 * Support mono and tile format frame packing. Requires latest x264 * Improved crop detection for files
View file
h264enc-10.3.5.tar.gz/h264enc -> h264enc-10.3.6.tar.gz/h264enc
Changed
@@ -1,5 +1,5 @@ #!/usr/bin/env bash -# $Id: h264enc, v 10.3.5, 2015/03/11, gn Exp $ +# $Id: h264enc, v 10.3.6, 2015/03/16, 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.3.5 +version=10.3.6 configversion=34 green() { echo -e "\e[1;32m$1\e[0;39;49m"; } @@ -3053,8 +3053,7 @@ cropdetect="$cropdetect:50" ;; *) - CROPOPTS="-frames 600 -ss $(($VLENGTH/2))" - cropdetect="$cropdetect:40" + CROPOPTS="-frames 500 -ss $(($VLENGTH/2))" ;; esac GETCROP=$($MPLAYER "$sourcetype" $MPLAYEROPTS $device $vid -vf $cropdetect -ao null -vo null $CROPOPTS -nocache 2>/dev/null | tr '\r' '\n' | grep "crop=" | tail -n 1 | awk '{print $9}' | sed 's|crop=||g; s|).||g')
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
.