Projects
Multimedia
ffx264
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 90
View file
ffx264-3.7.4.tar.gz/ffx264
Changed
@@ -2979,14 +2979,14 @@ ;; esac aresample[i]="aresample=${audhz[i]}," - abtrmeta[i]="${abtrmeta[i]} (${audhz[i]} Hz)" + abtrmeta[i]="${abtrmeta[i]} - ${audhz[i]} Hz" fi fi GETAUDSR[i]="$($FFPROBE -i "$input" -v quiet -select_streams a:${audindex[i]} -show_streams -of default=noprint_wrappers=1 | grep '^sample_rate' | awk -F= '{print $2}')" if [ ! -z "${GETAUDSR[i]}" -a -z "${audhz[i]}" ]; then case "${GETAUDSR[i]}" in - [1-9]*) abtrmeta[i]="${abtrmeta[i]} (${GETAUDSR[i]} Hz)" ;; + [1-9]*) abtrmeta[i]="${abtrmeta[i]} - ${GETAUDSR[i]} Hz" ;; esac fi @@ -3010,7 +3010,7 @@ [1-9]*) audbtrmeta[i]=" @ $(($(echo "${GETAUDBTR[i]}")/1000)) kbps" ;; esac case "${GETAUDSR[i]}" in - [1-9]*) audsrmeta[i]=" (${GETAUDSR[i]} Hz)" ;; + [1-9]*) audsrmeta[i]=" - ${GETAUDSR[i]} Hz" ;; esac audmeta[i]="-metadata:s:a:${audindex[i]} title=\"${GETAUDCDC[i]}${audbtrmeta[i]}${audsrmeta[i]}\"" fi
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
.