Projects
Multimedia
ffx264
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 121
View file
ffx264.changes
Changed
@@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Mon Oct 21 08:43:00 UTC 2019 - neutrino8@opensuse.org + +- Update to version 3.9.4 + * Renamed variables $MDATA and $CHPS to $METADATA and $CHAPS + * Add $METADATA and $CHAPS to the remuxing code + +------------------------------------------------------------------- Mon Oct 21 03:40:00 UTC 2019 - neutrino8@opensuse.org - Update to version 3.9.3
View file
ffx264.spec
Changed
@@ -17,7 +17,7 @@ Name: ffx264 -Version: 3.9.3 +Version: 3.9.4 Release: 0 Summary: A small shell script for encoding to H.264 with ffmpeg License: GPL-2.0+
View file
ffx264-3.9.3.tar.gz/ChangeLog -> ffx264-3.9.4.tar.gz/ChangeLog
Changed
@@ -1,3 +1,8 @@ +2019-10-21 - ffx264 3.9.4 + * Renamed variables $MDATA and $CHPS to $METADATA + and $CHAPS + * Add $METADATA and $CHAPS to the remuxing code + 2019-10-21 - ffx264 3.9.3 * Add support for verbose logging to a log file * Bugfix: -map_metadata and -map_chapters where not set
View file
ffx264-3.9.3.tar.gz/ffx264 -> ffx264-3.9.4.tar.gz/ffx264
Changed
@@ -2,7 +2,7 @@ # # Small script to encode to H.264/AVC video using FFmpeg and libx264. # Author: Grozdan "microchip" Nikolov <neutrino8@opensuse.org> -# Version: 3.9.3 +# Version: 3.9.4 # Date: 2019-10-21 # # ffx264 is free software ; you can redistribute it and/or modify @@ -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="3.9.3" +version="3.9.4" CFG="$HOME/.ffx264" cfgversion="40" @@ -3343,9 +3343,9 @@ input="\$i" fi -test "$METADATA" = "n" && MDATA="-map_metadata -1" || MDATA="-map_metadata 0" +test "$METADATA" = "n" && METADATA="-map_metadata -1" || METADATA="-map_metadata 0" -test "$CHAPS" = "n" && CHPS="-map_chapters -1" || CHPS="-map_chapters 0" +test "$CHAPS" = "n" && CHAPS="-map_chapters -1" || CHAPS="-map_chapters 0" vidfilters="$(echo "$deinterlace$detelecine$tonemap$crop$deblock$denoise$scale$colorspace$unsharp$eq$rotate$pixformat$setpts$fps$framestep$subtitles" | sed 's|,$||')" @@ -3356,7 +3356,7 @@ test ! -z "$COMMENT" && METACOMMENT="-metadata comment=\"$COMMENT\"" encoder_func() { - VIDOPTS="${EXTSUBS[*]} $vidmap -disposition:v:0 default $aspect $ofps $annexb $MDATA $CHPS $METATITLE $METAGENRE $METAYEAR $METACOMMENT $vfilters" + VIDOPTS="${EXTSUBS[*]} $vidmap -disposition:v:0 default $aspect $ofps $annexb $METADATA $CHAPS $METATITLE $METAGENRE $METAYEAR $METACOMMENT $vfilters" case "$1" in 1p|crf) test "$encmode" = "1p" && passone="bitrate=$vbitrate" || passone="crf=$CRF" @@ -3465,7 +3465,7 @@ ;; esac fi - echo "$FFMPEG $vflags1 -i \"$OUTPUT\" -map 0 -c:v copy -c:a copy $suboption $vflags2 $strict $MKVCOVER2 $CHPS $METATITLE $METAGENRE $METAYEAR $METACOMMENT ${audmeta[*]} ${audlang[*]} ${sublang[*]} ${sublng[*]} \"${OUTPUT%.*}.$i\" >/dev/null 2>&1" >> "$OUTFILE" + echo "$FFMPEG $vflags1 -i \"$OUTPUT\" -map 0 -c:v copy -c:a copy $suboption $vflags2 $strict $MKVCOVER2 $METADATA $CHAPS $METATITLE $METAGENRE $METAYEAR $METACOMMENT ${audmeta[*]} ${audlang[*]} ${sublang[*]} ${sublng[*]} \"${OUTPUT%.*}.$i\" >/dev/null 2>&1" >> "$OUTFILE" echo "test \"\$?\" = \"0\" && green \"-> Done\" || red \"-> Failed!\"" >> "$OUTFILE" case "$i" in mp4|m4v|mov)
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
.