Projects
Multimedia
ffxvid
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 92
View file
ffxvid.changes
Changed
@@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Tue Jun 16 19:05:00 UTC 2020 - neutrino8@opensuse.org + +- Update to version 1.6.8 + * Support TrueHD audio in the MP4 container + +------------------------------------------------------------------- Fri Mar 27 06:45:00 UTC 2020 - neutrino8@opensuse.org - Update to version 1.6.7
View file
ffxvid.spec
Changed
@@ -17,7 +17,7 @@ Name: ffxvid -Version: 1.6.7 +Version: 1.6.8 Release: 0 Summary: A small shell script for encoding to Xvid with FFmpeg License: GPL-2.0+
View file
ffxvid-1.6.7.tar.gz/ChangeLog -> ffxvid-1.6.8.tar.gz/ChangeLog
Changed
@@ -1,3 +1,6 @@ +2020-06-16 - ffxvid 1.6.8 + * Support TrueHD audio in the MP4 container + 2020-03-23 - ffxvid 1.6.6 * Add -max_muxing_queue_size switch to workaround possible issues when muxing Atmos/DTS-X audio
View file
ffxvid-1.6.7.tar.gz/ffxvid -> ffxvid-1.6.8.tar.gz/ffxvid
Changed
@@ -2,8 +2,8 @@ # # Small script to encode to Xvid video using FFmpeg. # Author: Grozdan "microchip" Nikolov <neutrino8@opensuse.org> -# Version: 1.6.7 -# Date: 2020-03-27 +# Version: 1.6.8 +# Date: 2020-06-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 "\e[0;33m$1\e[0;39;49m"; } error() { echo -e "\e[1;31m$1\e[0;39;49m"; } -version="1.6.7" +version="1.6.8" CFG="$HOME/.ffxvid" cfgversion="15" @@ -553,7 +553,7 @@ ;; esac case "$1" in - mp4) green "-> ac3|eac3|dts|aac|fdk-aac|mp3|vorbis|flac|copy" ;; + mp4) green "-> ac3|eac3|truehd|dts|aac|fdk-aac|mp3|vorbis|flac|copy" ;; m4v) green "-> ac3|aac|fdk-aac|alac|copy" ;; mov) green "-> ac3|eac3|dts|aac|fdk-aac|mp3|vorbis|alac|copy" ;; avi) green "-> ac3|dts|aac|fdk-aac|mp3|vorbis|wmav1|wmav2|pcm|flac|copy" ;; @@ -2410,7 +2410,7 @@ case "$c" in mp4) case "${acodec[i]}" in - pcm|libopus|opus|truehd|alac|wmav1|wmav2) conerror_func ;; + pcm|libopus|opus|alac|wmav1|wmav2) conerror_func ;; esac ;; m4v) @@ -2565,6 +2565,19 @@ exit 1 ;; esac + for c in $CONFMT $remuxcon; do + case "$c" in + mp4) + case "${ach[i]}" in + 1|2) true ;; + *) + error "-> TrueHD audio in MP4 supports only mono/stereo (1/2) channels!" + exit 1 + ;; + esac + ;; + esac + done ;; dts) case "${ach[i]}" in
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
.