Projects
Multimedia
ffxvid
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 74
View file
ffxvid.changes
Changed
@@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Thu Oct 24 05:20:00 UTC 2019 - neutrino8@opensuse.org + +- Update to version 1.5.4 + * Add constant/non-constant matrix option to the + video_csmisc_func() function + +------------------------------------------------------------------- Wed Oct 23 03:15:00 UTC 2019 - neutrino8@opensuse.org - Update to version 1.5.3
View file
ffxvid.spec
Changed
@@ -17,7 +17,7 @@ Name: ffxvid -Version: 1.5.3 +Version: 1.5.4 Release: 0 Summary: A small shell script for encoding to Xvid with FFmpeg License: GPL-2.0+
View file
ffxvid-1.5.3.tar.gz/ChangeLog -> ffxvid-1.5.4.tar.gz/ChangeLog
Changed
@@ -1,3 +1,7 @@ +2019-10-24 - ffxvid 1.5.4 + * Add constant/non-constant matrix option to the + video_csmisc_func() function + 2019-10-23 - ffxvid 1.5.3 * Set default audio codec based on output container format * Add colr option for MP4Box to the video_colorspace_func()
View file
ffxvid-1.5.3.tar.gz/ffxvid -> ffxvid-1.5.4.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.5.3 -# Date: 2019-10-23 +# Version: 1.5.4 +# Date: 2019-10-24 # # 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.5.3" +version="1.5.4" CFG="$HOME/.ffxvid" cfgversion="14" @@ -1204,6 +1204,16 @@ *) error "-> Invalid value!" exit 1 + ;; + esac + printf "Use Constant or Non-Constant Matrix? [c/n - default is n]: " + read mtype + case "$mtype" in + n|N|"") cm="nc"; cmatrix="9" ;; + c|C) cm="c"; cmatrix="10" ;; + *) + error "-> Invalid value!" + exit 1 ;; esac }
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
.