Projects
Multimedia
ffx264
Sign Up
Log In
Username
Password
We truncated the diff of some files because they were too big. If you want to see the full diff for every file,
click here
.
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 159
View file
ffx264.changes
Changed
@@ -1,4 +1,13 @@ ------------------------------------------------------------------- +Mon Nov 06 18:00:00 UTC 2023 - neutrino8@opensuse.org + +- Update to version 4.1.15 + * Set the setpts + atempo option as default for + FPS conversion + * Correct 5.0 and 5.1 channels option for TrueHD + encoding. Should be 5.0(side) and 5.1(side) + +------------------------------------------------------------------- Fri Oct 27 11:50:00 UTC 2023 - neutrino8@opensuse.org - Update to version 4.1.14
View file
ffx264.spec
Changed
@@ -17,7 +17,7 @@ Name: ffx264 -Version: 4.1.14 +Version: 4.1.15 Release: 1 Summary: A small shell script for encoding to H.264/AVC with FFmpeg License: GPL-2.0+
View file
ffx264-4.1.14.tar.gz/ChangeLog -> ffx264-4.1.15.tar.gz/ChangeLog
Changed
@@ -1,3 +1,9 @@ +2023-11-06 - ffhevc 4.1.15 + * Set the setpts + atempo option as default for + FPS conversion + * Correct 5.0 and 5.1 channels option for TrueHD + encoding. Should be 5.0(side) and 5.1(side) + 2023-10-27 - ffx264 4.1.14 * Set side/wide audio channels as default * Support the newly added channels for TrueHD audio
View file
ffx264-4.1.14.tar.gz/ffx264 -> ffx264-4.1.15.tar.gz/ffx264
Changed
@@ -2,8 +2,8 @@ # # Small script to encode to H.264/AVC video using FFmpeg and libx264. # Author: Grozdan "microchip" Nikolov <neutrino8@opensuse.org> -# Version: 4.1.14 -# Date: 2023-10-27 +# Version: 4.1.15 +# Date: 2023-11-06 # # 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="4.1.14" +version="4.1.15" CFG="$HOME/.ffx264" cfgversion="42" @@ -1987,7 +1987,7 @@ echo " 1 -> setpts + atempo (converts by PTS + audio speedup/down)" echo " 2 -> framestep (frame rate halving - for options 18-20)" echo - printf "Specify the FPS Conversion Method default is 0: " + printf "Specify the FPS Conversion Method default is 1: " read fcm case "$fcm" in 0|1|2|"") true ;; @@ -2020,29 +2020,29 @@ case "$fpsopt" in 0) case "$fcm" in - 0|"") fps="fps=fps=24," ;; - 1) setpts="setpts=23976/24000*PTS,"; atempo="atempo=1.001001001," ;; + 0) fps="fps=fps=24," ;; + 1|"") setpts="setpts=23976/24000*PTS,"; atempo="atempo=1.001001001," ;; esac ofps="-r 24/1" ;; 1) case "$fcm" in - 0|"") fps="fps=fps=25," ;; - 1) setpts="setpts=23976/25000*PTS,"; atempo="atempo=1.04270937604270937604," ;; + 0) fps="fps=fps=25," ;; + 1|"") setpts="setpts=23976/25000*PTS,"; atempo="atempo=1.04270937604270937604," ;; esac ofps="-r 25/1" ;; 2) case "$fcm" in - 0|"") fps="fps=fps=30000/1001," ;; - 1) setpts="setpts=23976/29970*PTS,"; atempo="atempo=1.25," ;; + 0) fps="fps=fps=30000/1001," ;; + 1|"") setpts="setpts=23976/29970*PTS,"; atempo="atempo=1.25," ;; esac ofps="-r 30000/1001" ;; 3) case "$fcm" in - 0|"") fps="fps=fps=24000/1001," ;; - 1) setpts="setpts=24000/23976*PTS,"; atempo="atempo=0.999," ;; + 0) fps="fps=fps=24000/1001," ;; + 1|"") setpts="setpts=24000/23976*PTS,"; atempo="atempo=0.999," ;; esac ofps="-r 24000/1001" ;; @@ -2055,92 +2055,92 @@ ;; 5) case "$fcm" in - 0|"") fps="fps=fps=30000/1001," ;; - 1) setpts="setpts=24000/29970*PTS,"; atempo="atempo=1.24875," ;; + 0) fps="fps=fps=30000/1001," ;; + 1|"") setpts="setpts=24000/29970*PTS,"; atempo="atempo=1.24875," ;; esac ofps="-r 30000/1001" ;; 6) case "$fcm" in - 0|"") fps="fps=fps=24000/1001," ;; - 1) setpts="setpts=25000/23976*PTS,"; atempo="atempo=0.95904," ;; + 0) fps="fps=fps=24000/1001," ;; + 1|"") setpts="setpts=25000/23976*PTS,"; atempo="atempo=0.95904," ;; esac ofps="-r 24000/1001" ;; 7) case "$fcm" in - 0|"") fps="fps=fps=24," ;; - 1) setpts="setpts=25000/24000*PTS,"; atempo="atempo=0.96," ;; + 0) fps="fps=fps=24," ;; + 1|"") setpts="setpts=25000/24000*PTS,"; atempo="atempo=0.96," ;; esac ofps="-r 24/1" ;; 8) case "$fcm" in - 0|"") fps="fps=fps=30000/1001," ;; - 1) setpts="setpts=25000/29970*PTS,"; atempo="atempo=1.1988," ;; + 0) fps="fps=fps=30000/1001," ;; + 1|"") setpts="setpts=25000/29970*PTS,"; atempo="atempo=1.1988," ;; esac ofps="-r 30000/1001" ;; 9) case "$fcm" in - 0|"") fps="fps=fps=24000/1001," ;; - 1) setpts="setpts=29970/23976*PTS,"; atempo="atempo=0.8," ;; + 0) fps="fps=fps=24000/1001," ;; + 1|"") setpts="setpts=29970/23976*PTS,"; atempo="atempo=0.8," ;; esac ofps="-r 24000/1001" ;; 10) case "$fcm" in - 0|"") fps="fps=fps=24," ;; - 1) setpts="setpts=29970/24000*PTS,"; atempo="atempo=0.800800800801," ;; + 0) fps="fps=fps=24," ;; + 1|"") setpts="setpts=29970/24000*PTS,"; atempo="atempo=0.800800800801," ;; esac ofps="-r 24/1" ;; 11) case "$fcm" in - 0|"") fps="fps=fps=25," ;; - 1) setpts="setpts=29970/25000*PTS,"; atempo="atempo=0.83416750083416750083," ;; + 0) fps="fps=fps=25," ;; + 1|"") setpts="setpts=29970/25000*PTS,"; atempo="atempo=0.83416750083416750083," ;; esac ofps="-r 25/1" ;; 12) case "$fcm" in - 0|"") fps="fps=fps=60000/1001," ;; - 1) setpts="setpts=50000/59940*PTS,"; atempo="atempo=1.1988," ;; + 0) fps="fps=fps=60000/1001," ;; + 1|"") setpts="setpts=50000/59940*PTS,"; atempo="atempo=1.1988," ;; esac ofps="-r 60000/1001" ;; 13) case "$fcm" in - 0|"") fps="fps=fps=60," ;; - 1) setpts="setpts=50000/60000*PTS,"; atempo="atempo=1.2," ;; + 0) fps="fps=fps=60," ;; + 1|"") setpts="setpts=50000/60000*PTS,"; atempo="atempo=1.2," ;; esac ofps="-r 60/1" ;; 14) case "$fcm" in - 0|"") fps="fps=fps=50," ;; - 1) setpts="setpts=59940/50000*PTS,"; atempo="atempo=0.83416750083416750083," ;; + 0) fps="fps=fps=50," ;; + 1|"") setpts="setpts=59940/50000*PTS,"; atempo="atempo=0.83416750083416750083," ;; esac ofps="-r 50/1" ;; 15) case "$fcm" in - 0|"") fps="fps=fps=60," ;; - 1) setpts="setpts=59940/60000*PTS,"; atempo="atempo=1.00100100100100100100," ;; + 0) fps="fps=fps=60," ;; + 1|"") setpts="setpts=59940/60000*PTS,"; atempo="atempo=1.00100100100100100100," ;; esac ofps="-r 60/1" ;; 16) case "$fcm" in - 0|"") fps="fps=fps=50," ;; - 1) setpts="setpts=60000/50000*PTS,"; atempo="atempo=0.83333333333333333333," ;; + 0) fps="fps=fps=50," ;; + 1|"") setpts="setpts=60000/50000*PTS,"; atempo="atempo=0.83333333333333333333," ;; esac ofps="-r 50/1" ;; 17) case "$fcm" in - 0|"") fps="fps=fps=60000/1001," ;; - 1) setpts="setpts=60000/59940*PTS,"; atempo="atempo=0.999," ;; + 0) fps="fps=fps=60000/1001," ;; + 1|"") setpts="setpts=60000/59940*PTS,"; atempo="atempo=0.999," ;; esac ofps="-r 60000/1001" ;; @@ -3095,8 +3095,8 @@ ;; truehd) echo " 0 -> Stereo 4 -> 4.1" - echo " 1 -> 3.0 5 -> 5.0" - echo " 2 -> 3.1 6 -> 5.1" + echo " 1 -> 3.0 5 -> 5.0(side)" + echo " 2 -> 3.1 6 -> 5.1(side)" echo " 3 -> 4.0" echo printf "Track $i: Specify the Audio Channel Layout default is 6: " @@ -3107,8 +3107,8 @@ 2) achlayouti="3.1"; achmetai="3.1" ;; 3) achlayouti="quad"; achmetai="Quad" ;;
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
.