Projects
Multimedia
ffx264
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 51
View file
ffx264.changes
Changed
@@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Tue May 16 08:57:00 UTC 2017 - neutrino8@opensuse.org + +- Update to version 3.4.1 + * Added support for FFmpeg's internal Opus audio encoder + +------------------------------------------------------------------- Sun May 14 09:36:00 UTC 2017 - neutrino8@opensuse.org - Update to version 3.4.0
View file
ffx264.spec
Changed
@@ -17,7 +17,7 @@ Name: ffx264 -Version: 3.4.0 +Version: 3.4.1 Release: 0 Summary: A small shell script for encoding to H.264 with ffmpeg License: GPL-2.0+
View file
ffx264-3.4.0.tar.gz/ChangeLog -> ffx264-3.4.1.tar.gz/ChangeLog
Changed
@@ -1,3 +1,6 @@ +2017-05-16 - ffx264 3.4.1 + * Added support for FFmpeg's internal Opus audio encoder + 2017-05-14 - ffx264 3.4.0 * Bugfix in the software scale code. Use an if conditional to check for an y/n answer
View file
ffx264-3.4.0.tar.gz/ffx264 -> ffx264-3.4.1.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: 3.4.0 -# Date: 2017-05-14 +# Version: 3.4.1 +# Date: 2017-05-16 # # 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="3.4.0" +version="3.4.1" CFG="$HOME/.ffx264" cfgversion="30" @@ -1684,7 +1684,8 @@ echo " DTS -----> Channels Support: 6 (codec max)" echo " AAC -----> Channels Support: 8 (ffmpeg max)" echo " FDK-AAC -> Channels Support: 8 (ffmpeg max)" - echo " Opus ----> Channels Support: 8 (ffmpeg max)" + echo " Libopus -> Channels Support: 8 (ffmpeg max)" + echo " Opus ----> Channels Support: 2 (encoder max)" echo " Vorbis --> Channels Support: 8 (ffmpeg max)" echo " MP3 -----> Channels Support: 2 (codec max)" echo " TrueHD --> Channels Support: 6 (encoder max)" @@ -1755,12 +1756,18 @@ abroptsi="32-320" abrdefi="320" ;; - opus) + libopus) acdci="libopus" ametai="Opus" abroptsi="6-512" abrdefi="384" ;; + opus) + acdci="opus" + ametai="Opus" + abroptsi="6-512" + abrdefi="192" + ;; vorbis) acdci="libvorbis" ametai="Vorbis" @@ -1826,32 +1833,32 @@ case "$c" in ts|mts|m2ts) case "${acodeci}" in - alac|opus) conerror_func ;; + alac|libopus|opus) conerror_func ;; esac ;; mp4) case "${acodeci}" in - pcm|opus|truehd|alac) conerror_func ;; + pcm|libopus|opus|truehd|alac) conerror_func ;; esac ;; mov) case "${acodeci}" in - pcm|opus|truehd|flac) conerror_func ;; + pcm|libopus|opus|truehd|flac) conerror_func ;; esac ;; m4v) case "${acodeci}" in - eac3|dts|vorbis|flac|pcm|opus|truehd) conerror_func ;; + eac3|dts|vorbis|flac|pcm|libopus|opus|truehd) conerror_func ;; esac ;; avi) case "${acodeci}" in - opus|truehd|alac) conerror_func ;; + libopus|opus|truehd|alac) conerror_func ;; esac ;; flv) case "${acodeci}" in - ac3|eac3|dts|vorbis|flac|opus|truehd|alac|"") conerror_func ;; + ac3|eac3|dts|vorbis|flac|libopus|opus|truehd|alac|"") conerror_func ;; esac ;; esac @@ -1898,7 +1905,7 @@ esac case "${acodeci}" in - ac3|eac3|truehd|dts|aac|fdk*|mp3|vorbis|opus|"") + ac3|eac3|truehd|dts|aac|fdk*|mp3|vorbis|libopus|opus|"") printf "Track $i: Specify the Audio Bitrate in kbps ${abroptsi} - default is ${abrdefi}: " read abri test -z "${abri}" && abitratei="${abrdefi}k" || abitratei="${abri}k" @@ -1908,15 +1915,15 @@ esac case "${acodeci}" in - ac3|eac3|"") chanrangei="1-6"; defchani="6" ;; - aac|opus|vorbis|flac|alac|pcm) chanrangei="1-8"; defchani="8" ;; - mp3) chanrangei="1-2"; defchani="2" ;; - truehd) chanrangei="2/5/6"; defchani="6" ;; - dts) chanrangei="1/2/4/5/6"; defchani="6" ;; + ac3|eac3|"") chanrangei="1-6"; defchani="6" ;; + aac|libopus|vorbis|flac|alac|pcm) chanrangei="1-8"; defchani="8" ;; + mp3|opus) chanrangei="1-2"; defchani="2" ;; + truehd) chanrangei="2/5/6"; defchani="6" ;; + dts) chanrangei="1/2/4/5/6"; defchani="6" ;; fdk*) case "${aacprofi}" in - aac_low|aac_he|aac_ld) chanrangei="1-8"; defchani="8" ;; - *) chanrangei="1-2"; defchani="2" ;; + aac_low|aac_he|aac_ld) chanrangei="1-8"; defchani="8" ;; + *) chanrangei="1-2"; defchani="2" ;; esac ;; esac @@ -1977,12 +1984,20 @@ ;; esac ;; - mp3) + mp3|opus) case "${achi}" in 1|2) true ;; *) - error "-> MP3 supports only 1-2 channels!" - exit 1 + case "${acodeci}" in + mp3) + error "-> MP3 supports only 1-2 channels!" + exit 1 + ;; + opus) + error "-> Internal Opus encoder supports only 1-2 channels!" + exit 1 + ;; + esac ;; esac ;; @@ -2116,7 +2131,7 @@ ;; esac ;; - opus) + libopus) echo " 0 -> Mono 4 -> 5.0 8 -> 7.1" echo " 1 -> Stereo 5 -> 5.1" echo " 2 -> 3.0 6 -> 6.1" @@ -2140,7 +2155,7 @@ ;; esac ;; - mp3) + mp3|opus) echo " 0 -> Mono" echo " 1 -> Stereo" echo @@ -2304,6 +2319,19 @@ brown " Supported Sample Rates" brown " ~~~~~~~~~~~~~~~~~~~~~~" case "${acodeci}" in + opus) + echo " 0 -> 48000 Hz" + echo + printf "Track $i: Specify the Audio Sample Rate option default is 0: " + read aratei + case "${aratei}" in + 0|"") audhzi="48000" ;; + *) + error "-> Invalid option!" + exit 1 + ;; + esac + ;; ac3|eac3|"") echo " 0 -> 32000 Hz" echo " 1 -> 44100 Hz" @@ -2401,7 +2429,7 @@ ;; esac ;; - opus) + libopus) echo " 0 -> 8000 Hz" echo " 1 -> 12000 Hz" echo " 2 -> 16000 Hz"
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
.