Projects
Multimedia
ffxvid
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 109
View file
ffxvid-1.8.7.tar.gz/ChangeLog -> ffxvid-1.8.8.tar.gz/ChangeLog
Changed
@@ -1,3 +1,6 @@ +2024-11-11 - ffxvid 1.8.8 + * Do colorspace conversion before scaling + 2024-11-08 - ffxvid 1.8.7 * Support copying the DTS core-only from DTS 96/24 and DTS:X IMAX tracks
View file
ffxvid-1.8.7.tar.gz/ffxvid -> ffxvid-1.8.8.tar.gz/ffxvid
Changed
@@ -2,8 +2,8 @@ # # Small script to encode to Xvid video using FFmpeg. # Author: Grozdan "microchip" Nikolov <neutrino8@gmail.com> -# Version: 1.8.7 -# Date: 2024-11-08 +# Version: 1.8.8 +# Date: 2024-11-11 # # 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 "\e0;33m$1\e0;39;49m"; } error() { echo -e "\e1;31m$1\e0;39;49m"; } -version="1.8.7" +version="1.8.8" CFG="$HOME/.ffxvid" cfgversion="15" @@ -3503,7 +3503,7 @@ test "$CHAPS" = "n" && CHAPS="-map_chapters -1" || CHAPS="-map_chapters 0" -vidfilters="$(echo "$deinterlace$detelecine$tonemap$crop$deblock$denoise$scale$noise$colorspace$unsharp$eq$rotate$pixformat$setpts$fps$framestep$subtitles" | sed 's|,$||')" +vidfilters="$(echo "$deinterlace$detelecine$colorspace$tonemap$crop$deblock$denoise$scale$noise$unsharp$eq$rotate$pixformat$setpts$fps$framestep$subtitles" | sed 's|,$||')" test ! -z "$vidfilters" && vfilters="-vf $vidfilters"
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
.