Projects
Multimedia
ffhevc
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 257
View file
ffhevc.changes
Changed
@@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Mon Nov 25 21:29:00 UTC 2024 - neutrino8@gmail.com + +- Update to version 4.5.14 + * Bugfix for missing video filters + +------------------------------------------------------------------- Mon Nov 25 15:43:00 UTC 2024 - neutrino8@gmail.com - Update to version 4.5.13
View file
ffhevc.spec
Changed
@@ -17,7 +17,7 @@ Name: ffhevc -Version: 4.5.13 +Version: 4.5.14 Release: %mkrel 1 Summary: A small shell script for encoding to H.265/HEVC with FFmpeg License: GPL-2.0+
View file
ffhevc-4.5.13.tar.gz/ChangeLog -> ffhevc-4.5.14.tar.gz/ChangeLog
Changed
@@ -1,3 +1,7 @@ +2024-11-25 - ffhevc 4.5.14 + * Bugfix for missing video filters + + 2024-11-25 - ffhevc 4.5.13 * Support both Lanczos3 and Lanczos4 in the zscale filter * Enable grain-optimized ratecontrol in case tune profile
View file
ffhevc-4.5.13.tar.gz/ffhevc -> ffhevc-4.5.14.tar.gz/ffhevc
Changed
@@ -2,7 +2,7 @@ # # Small script to encode to H.265/HEVC video using FFmpeg and libx265. # Author: Grozdan "microchip" Nikolov <neutrino8@gmail.com> -# Version: 4.5.13 +# Version: 4.5.14 # Date: 2024-11-25 # # ffhevc is free software ; you can redistribute it and/or modify @@ -24,7 +24,7 @@ brown() { echo -e "\e0;33m$1\e0;39;49m"; } error() { echo -e "\e1;31m$1\e0;39;49m"; } -version="4.5.13" +version="4.5.14" CFG="$HOME/.ffhevc" cfgversion="85" @@ -3870,11 +3870,12 @@ test "$COPY_METADATA" = "n" && METADATA="-map_metadata -1" || METADATA="-map_metadata 0" test "$CHAPS" = "n" && CHAPS="-map_chapters -1" || CHAPS="-map_chapters 0" -test ! -z "$vidfilters" && vfilters="-vf $vidfilters" test ! -z "$(echo "$vtune" | grep 'grain')" && rc_grain=":rc_grain=1" vidfilters="$(echo "$deinterlace$detelecine$tonemap$colorspace$crop$deblock$denoise$scale$noise$unsharp$eq$rotate$pixformat$setpts$fps$framestep$subtitles" | sed 's|,$||')" +test ! -z "$vidfilters" && vfilters="-vf $vidfilters" + if ! -z "$(echo "$vpreset" | grep 'script')" -o ! -z "$PRESETFILE" ; then X265PARAMS=":$X265PARAMS$colorprim$interlaced$dolby_vision$dolby_vision_rpu$master_display$max_cll$hdr10$hdr10_opt$dhdr10$hdr_encopts$min_keyint$max_keyint$chromaloc$vbv_maxrate$vbv_bufsize$dither$level_idc$rc_grain $vtune" else
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
.