Projects
Multimedia
ffhevc
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 230
View file
ffhevc.changes
Changed
@@ -1,4 +1,12 @@ ------------------------------------------------------------------- +Sun Apr 25 16:50:00 UTC 2021 - neutrino8@opensuse.org + +- Update to version 4.4.5 + * Remove +frag_keyframe for the MP4 container. Doesn't + make sense when used with +fasstart. + * Cosmetics: use HDR10 word when asking HDR questions + +------------------------------------------------------------------- Sat Apr 03 19:33:00 UTC 2021 - neutrino8@opensuse.org - Update to version 4.4.4
View file
ffhevc.spec
Changed
@@ -17,7 +17,7 @@ Name: ffhevc -Version: 4.4.4 +Version: 4.4.5 Release: 0 Summary: A small shell script for encoding to H.265/HEVC with FFmpeg License: GPL-2.0+
View file
ffhevc-4.4.4.tar.gz/ChangeLog -> ffhevc-4.4.5.tar.gz/ChangeLog
Changed
@@ -1,3 +1,8 @@ +2021-04-25 - ffhevc 4.4.5 + * Remove +frag_keyframe for the MP4 container. Doesn't + make sense when used with +fasstart. + * Cosmetics: use HDR10 word when asking HDR questions + 2021-04-03 - ffhevc 4.4.4 * Fixed a small bug where the -colorspace option was not added for BT2020 content in case SMPTE2084/HLG
View file
ffhevc-4.4.4.tar.gz/ffhevc -> ffhevc-4.4.5.tar.gz/ffhevc
Changed
@@ -2,8 +2,8 @@ # # Small script to encode to H.265/HEVC video using FFmpeg and libx265. # Author: Grozdan "microchip" Nikolov <neutrino8@opensuse.org> -# Version: 4.4.4 -# Date: 2021-04-03 +# Version: 4.4.5 +# Date: 2021-04-25 # # ffhevc 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="4.4.4" +version="4.4.5" CFG="$HOME/.ffhevc" cfgversion="80" @@ -439,7 +439,7 @@ CONFMT="$(echo "$CONFMT" | tr '[:upper:]' '[:lower:]')" if [ ! -z "$CONFMT" ]; then case "$CONFMT" in - mp4|mov) movflags="-movflags +faststart+frag_keyframe+use_metadata_tags" ;; + mp4|mov) movflags="-movflags +faststart+use_metadata_tags" ;; m2ts|mts|ts) bsf="-bsf:v:0 hevc_mp4toannexb" ;; mkv) true ;; *) @@ -1609,14 +1609,14 @@ fi fi - printf "Set HDR VUI Options? [y/N]: " + printf "Set HDR10 VUI Options? [y/N]: " read hdr if [ "$hdr" = "y" -o "$hdr" = "Y" ]; then printf "Scan for HDR Side Data? [y/N]: " read hdr_sd if [ "$hdr_sd" = "y" -o "$hdr_sd" = "Y" ]; then echo - green "-> Scanning for HDR Side Data..." + green "-> Scanning for HDR10 Side Data..." HDRFILE="$OUTDIR/hdr_sd_$$" $FFPROBE -i "$input" -v quiet -select_streams v:$vidtrack -show_entries side_data -read_intervals %+1 > "$HDRFILE" @@ -1637,7 +1637,7 @@ printf "Specify the Content Light Level Info (max-cll) [press 'Enter' to skip]: " read clli test ! -z "$clli" && max_cll=":max-cll=$clli" - printf "Force signaling of HDR in case max-cll is 0,0? [y/N]: " + printf "Force signaling of HDR10 in case max-cll is 0,0? [y/N]: " read fhdr if [ "$fhdr" = "y" -o "$fhdr" = "Y" ]; then hdr10=":hdr10=1" @@ -1675,7 +1675,7 @@ fi if [ ! -z "$batchmode" ]; then - printf "Auto-Detect and Add HDR Side Data to All Encodes? [y/N]: " + printf "Auto-Detect and add HDR10 Side Data to All Encodes? [y/N]: " read addhdr if [ "$addhdr" = "y" -o "$addhdr" = "Y" ]; then echo @@ -3809,7 +3809,7 @@ echo "echo" >> "$OUTFILE" echo "green \"-> Remuxing to $i...\"" >> "$OUTFILE" case "$i" in - mp4|mov) movflags2="-movflags +faststart+frag_keyframe+use_metadata_tags" ;; + mp4|mov) movflags2="-movflags +faststart+use_metadata_tags" ;; m2ts|ts|mts) movflags2=""; vflags="-bsf:v:0 hevc_mp4toannexb" ;; *) movflags2=""; vflags="" ;; 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
.