Projects
Multimedia
ffx264
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 95
View file
ffx264-3.7.8.tar.gz/ffx264
Changed
@@ -3011,7 +3011,14 @@ ac3) GETAUDCDC[i]="AC-3" ;; eac3) GETAUDCDC[i]="E-AC-3" ;; truehd) GETAUDCDC[i]="TrueHD" ;; - dts) GETAUDCDC[i]="DTS" ;; + dts) + # DTS-HD MA and DTS detection + GETAUDPROF[i]="$($FFPROBE -i "$input" -v quiet -select_streams a:${aindex[i]} -show_streams -of default=noprint_wrappers=1 | grep '^profile' | awk -F= '{print $2}')" + case "${GETAUDPROF[i]}" in + "DTS-HD MA") GETAUDCDC[i]="DTS-HD MA" ;; + *) GETAUDCDC[i]="DTS" ;; + esac + ;; vorbis) GETAUDCDC[i]="Vorbis" ;; aac) GETAUDCDC[i]="AAC" ;; mp3) GETAUDCDC[i]="MP3" ;;
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
.