Projects
Multimedia
xvidenc
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 78
View file
xvidenc.spec
Changed
@@ -1,7 +1,7 @@ # norootforbuild Name: xvidenc -Version: 8.5.9 +Version: 8.6.0 Release: 1 License: GPL-2.0+ @@ -58,6 +58,9 @@ %changelog +* Fri Sep 26 2014 Grozdan Nikolov <neutrino8@gmail.com> 8.6.0 + * Use -mc 0 -noskip -msglevel demuxer=-1 to workaround the copy issue of MEncoder + * Mon Apr 21 2014 Grozdan Nikolov <neutrino8@gmail.com> 8.5.9 * Add -nosub option to prevent auto-loading of embedded subs * Bugfix: copying audio for subsequent tracks and remuxing to MP4
View file
xvidenc-8.5.9.tar.gz/doc/ChangeLog -> xvidenc-8.6.0.tar.gz/doc/ChangeLog
Changed
@@ -1,4 +1,7 @@ -2014-04-21 xvidenc 8.5.9 +2014-09-26 - xvidenc 8.6.0 + * Use -mc 0 -noskip -msglevel demuxer=-1 to workaround the copy issue of MEncoder + +2014-04-21 - xvidenc 8.5.9 * Add -nosub option to prevent auto-loading of embedded subs * Bugfix: copying audio for subsequent tracks and remuxing to MP4 resulted in the tracks not being added due to missing ffaac
View file
xvidenc-8.5.9.tar.gz/xvidenc -> xvidenc-8.6.0.tar.gz/xvidenc
Changed
@@ -1,5 +1,5 @@ #!/usr/bin/env bash -# $Id: xvidenc, v 8.5.9, 2014/04/21, gn Exp $ +# $Id: xvidenc, v 8.6.0, 2014/09/26, gn Exp $ # UUID: 1ff8ecff-b178-4d64-b084-71ebd7972fe7 # # Encode DVDs/video files to the Xvid 1.1.x video codec @@ -23,7 +23,7 @@ shopt -u expand_aliases export PATH=$PATH:/usr/local/bin -version=8.5.9 +version=8.6.0 configversion=21 green() { echo -e "\e[1;32m$1\e[0;39;49m"; } @@ -5346,7 +5346,7 @@ audio_track_echo_func ;; copy) - acodec[$i]="-oac copy" + acodec[$i]="-oac copy -mc 0 -msglevel demuxer=-1" channels[$i]="-channels 2" ;; nosound) @@ -5443,7 +5443,7 @@ audio_track_echo_func ;; copy) - acodec[$i]="-oac copy" + acodec[$i]="-oac copy -mc 0 -noskip -msglevel demuxer=-1" audio_channels_decode_func audio_track_echo_func ;; @@ -6107,7 +6107,7 @@ MENC[$i]="$MENCODER \"$sourcetype\" $device $chapters $demuxer ${aid[$i]} ${channels[$i]} $fps $ofps ${acodec[$i]} ${audiofilters[$i]} $vidfilteropts $vidcodecopts -of rawaudio -o \"$TEMPDIR/audio$i.${audext[$i]}\"" ;; ffac3|ffeac3|ffdts|ffvorbis|ffopus|ffpcm|ffaac|ffmp3|ffflac) - MENC[$i]="$MENCODER \"$sourcetype\" $device $chapters $demuxer ${aid[$i]} ${channels[$i]} $fps $ofps $vidcodecopts $vidfilteropts -oac copy -of rawaudio -o \"$TEMPDIR/audio$i.raw\"" + MENC[$i]="$MENCODER \"$sourcetype\" $device $chapters $demuxer ${aid[$i]} ${channels[$i]} $fps $ofps $vidcodecopts $vidfilteropts -oac copy -mc 0 -msglevel demuxer=-1 -of rawaudio -o \"$TEMPDIR/audio$i.raw\"" ;; aac+|neroaac|ac3|vorbis|opus|flac|dts) MENC[$i]="$MENCODER \"$sourcetype\" $device $chapters $demuxer ${aid[$i]} ${channels[$i]} $fps $ofps $vidcodecopts $vidfilteropts -oac pcm -o \"$TEMPDIR/audio$i.avi\""
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
.