Projects
Multimedia
ffxvid
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 89
View file
ffxvid.changes
Changed
@@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Mon Mar 09 20:10:00 UTC 2020 - neutrino8@opensuse.org + +- Update to version 1.6.5 + * Bugfix: missing if conditional in the crop code + +------------------------------------------------------------------- Thu Mar 05 21:05:00 UTC 2020 - neutrino8@opensuse.org - Update to version 1.6.4
View file
ffxvid.spec
Changed
@@ -17,7 +17,7 @@ Name: ffxvid -Version: 1.6.4 +Version: 1.6.5 Release: 0 Summary: A small shell script for encoding to Xvid with FFmpeg License: GPL-2.0+
View file
ffxvid-1.6.4.tar.gz/ChangeLog -> ffxvid-1.6.5.tar.gz/ChangeLog
Changed
@@ -1,3 +1,6 @@ +2020-03-09 - ffxvid 1.6.5 + * Bugfix: missing if conditional in the crop code + 2020-03-05 - ffxvid 1.6.4 * Go back to FFmpeg for crop detection
View file
ffxvid-1.6.4.tar.gz/ffxvid -> ffxvid-1.6.5.tar.gz/ffxvid
Changed
@@ -2,8 +2,8 @@ # # Small script to encode to Xvid video using FFmpeg. # Author: Grozdan "microchip" Nikolov <neutrino8@opensuse.org> -# Version: 1.6.4 -# Date: 2020-03-05 +# Version: 1.6.5 +# Date: 2020-03-09 # # ffx264 is free software ; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -24,7 +24,7 @@ brown() { echo -e "\e[0;33m$1\e[0;39;49m"; } error() { echo -e "\e[1;31m$1\e[0;39;49m"; } -version="1.6.4" +version="1.6.5" CFG="$HOME/.ffxvid" cfgversion="15" @@ -1456,6 +1456,7 @@ fi CROPVAL="$($FFMPEG -ss $(($vlength/2)) -i "$input" $vidmap -vf cropdetect=24:4 -frames:v 1000 -f null - 2>&1 | awk '/crop/ {print $NF}' | awk -F= '{print $2}' | tail -1)" # CROPVAL="$($MPLAYER "$input" -noconfig all -loop 1 -vid $vidtrack -frames 250 -ss $(($vlength/2)) -vf cropdetect=24:4 -ao null -vo null -nocache 2>/dev/null | tr '\r' '\n' | grep 'crop=' | tail -n 1 | awk '{print $9}' | sed 's|crop=||g; s|).||g')" if [ ! -z "$CROPVAL" ]; then + if [ ! -z "$CROPVAL" ]; then green "-> Found crop values: $CROPVAL" else error "-> Could not find the crop values!"
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
.