Projects
Multimedia
ffhevc
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 26
View file
ffhevc.changes
Changed
@@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Sun Nov 20 16:44:00 UTC 2016 - neutrino8@opensuse.org + +- Correct a small issue in the cropping code +- Update the Makefile + +------------------------------------------------------------------- Sun Nov 20 14:02:00 UTC 2016 - neutrino8@opensuse.org - Update to version 3.0.4
View file
ffhevc-3.0.4.tar.gz/Makefile
Changed
@@ -8,6 +8,7 @@ mkdir -p -m 755 $(PREFIX)/bin $(DOCDIR)/ffhevc $(MANDIR) cp -fa ffhevc $(PREFIX)/bin + chmod 755 $(PREFIX)/bin/ffhevc cp -fa AUTHORS LICENSE README ChangeLog preset.txt $(DOCDIR)/ffhevc cp -fa ffhevc.1 $(MANDIR) gzip -9 $(MANDIR)/ffhevc.1
View file
ffhevc-3.0.4.tar.gz/ffhevc
Changed
@@ -851,7 +851,7 @@ if [ -z "$VLENGTH" -o "$VLENGTH" = "N/A" ]; then vlength="300" else - $vlength="$VLENGTH" + vlength="$VLENGTH" fi CROPVAL="$($FFMPEG -ss $(($vlength/2)) -i "$input" -map 0:0 -vf cropdetect=24:4 -frames:v 1000 -f null - 2>&1 | awk '/crop/ {print $NF}' | awk -F= '{print $2}' | tail -1)" if [ ! -z "$CROPVAL" ]; then
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
.