Projects
Multimedia
xvidenc
Sign Up
Log In
Username
Password
We truncated the diff of some files because they were too big. If you want to see the full diff for every file,
click here
.
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 71
View file
xvidenc.spec
Deleted
@@ -1,571 +0,0 @@ -# norootforbuild - -Name: xvidenc -Version: 8.5.7 -Release: 1 - -License: GPL-2.0+ -Group: Productivity/Multimedia/Video/Editors and Convertors -Summary: An advanced CLI shell script for MEncoder -URL: http://xvidenc.sourceforge.net/ - -Source0: %{name}-%{version}.tar.gz - -BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildArch: noarch - -Requires: findutils gpac bc gawk lsdvd nano ogmtools aften vorbis-tools opus-tools mailx MPlayer mkvtoolnix - - -%description -xvidenc is an advanced and powerful interactive menu-driven shell script -written for the GNU/Linux operating system which can help you to encode -a DVD, a (S)VCD or a regular video file to the MPEG-4 SP/ASP format using -the MEncoder encoder from the MPlayer project and the Xvid library. It supports -muxing the final encode from AVI to Matroska, from AVI to OGM and from -AVI to the MP4 container. - - -%prep -%setup -q -n %{name}-%{version} - -%build - -%install -# binary -%__install -D -m 755 %{name} %{buildroot}/%{_bindir}/%{name} - -# man -gzip -9 man/%{name}.1 -%__install -D -m 644 man/%{name}.1.gz %{buildroot}/%{_mandir}/man1/%{name}.1.gz - -# docs -%__mkdir -p %{buildroot}/%{_docdir}/%{name}/matrices/Jawor{1,2}CD -%__install -m 644 doc/* %{buildroot}/%{_docdir}/%{name} -%__install -m 644 matrices/Jawor1CD/* %{buildroot}/%{_docdir}/%{name}/matrices/Jawor1CD -%__install -m 644 matrices/Jawor2CD/* %{buildroot}/%{_docdir}/%{name}/matrices/Jawor2CD - - -%clean -rm -rf "%{buildroot}" - - -%files -%defattr(-,root,root) -%{_bindir}/%{name} -%{_docdir}/%{name} -%{_mandir}/man1/%{name}.1.gz - - -%changelog -* Mon Nov 11 2013 Grozdan Nikolov <neutrino8@gmail.com> 8.5.7 - * Allow importing of PGS subtitles into the MKV container - * Added support for importing a chapters file for MKV/MP4/OGM when input is file - * Added support for setting the audio language code for MKV/MP4/OGM when input is file - * Added support for setting the subtitle language code when importing subs into MKV/MP4/OGM - -* Sun Nov 03 2013 Grozdan Nikolov <neutrino8@gmail.com> 8.5.6 - * Placed the $demuxer variable higher. Fixes audio detection for file input - * Moved some audio selection code into a new set_audio_codec_func() function. - Reduces some code duplication and removes the default_audio_codec_func() function - -* Fri Nov 01 2013 Grozdan Nikolov <neutrino8@gmail.com> 8.5.5 - * Merged the file and dvd audio detection/selection code - * Merged the audio code for the first track with the code for subsequent tracks - * Set a default audio ID based on input (ie, 0 for file and 128 for DVD) - * Small improvements to the subtitles code - * Use -demuxer lavf for file and dir encodings - * Renamed the -help switch to -h - * Improved the way audio tracks information is presented to the user - * Make destination dir if it doesn't exist for saving to the batchfile - * Updated the man page - -* Thu Oct 31 2013 Grozdan Nikolov <neutrino8@gmail.com> 8.5.4 - * Implemented support for virtually an infinite amount of subtitles. This introduces a new - variable, MAX_AMOUNT_SUBS, to the config file where the user can set the amount of subtitles - he/she wants the script to support - * Added output name to the message of the mail notification feature - * Fixed the nosound audio option - * Renamed the rmtemp() function to exit_func() - * Return proper exit codes. 0 on success, 1 on error and 2 on user interrupt - -* Wed Oct 30 2013 Grozdan Nikolov <neutrino8@gmail.com> 8.5.3 - * Added -demuxer lavf for more reliable detection of audio streams in file input mode - * Implemented virtually infinite support for the amount of audio tracks. This introduces - a new variable in the config file, MAX_AMOUNT_AUD_TRACKS, where the user can specify - how many audio tracks he/she wants the script to support. - * Enabled multi-channel support for Opus audio - * Moved the MKV audio filters metadata after the audio codec/language metadata - * Fixed copy and pcm audio encoding - * If user chooses PCM for subsequent audio tracks, don't error out but just skip the track - * Some minor clean-ups - -* Tue Oct 29 2013 Grozdan Nikolov <neutrino8@gmail.com> 8.5.2 - * Added support for the Opus audio codec. Requires opusenc and a recent version of - mkvtoolnix with support for Opus - * Renamed track_echo_func() to audio_track_echo_func() for consistency - * Added support for setting the AC-3 Exponent strategy search size - * Allow applying an LFE low-pass filter for AC-3 audio - * Improved aften options passing - * Updated the man page - -* Mon Oct 28 2013 Grozdan Nikolov <neutrino8@gmail.com> 8.5.1 - * Bugfix: codec detection for 2nd and 3rd audio track from DVDs did not work correctly - * Updated the man page - -* Thu Oct 24 2013 Grozdan Nikolov <neutrino8@gmail.com> 8.5.0 - * Allow encoding of 640 kbps AC-3 audio - * Detect and display audio codec info when input is file - * Added support for setting the Dynamic Range Compression (DRC) profile for AC-3 audio - * Fixed AC-3 audio encoding by adding -readtoeof 1 which ignores WAV header signaling - * Renamed aften $AC3 var to $AC3ENC - * Use AC-3 instead of AC3 in metadata info - -* Mon Sep 02 2013 Grozdan Nikolov <neutrino8@gmail.com> 8.4.9 - * Fix audio TID for MKV when using neroAacEnc as encoder - -* Wed May 29 2013 Grozdan Nikolov <neutrino8@gmail.com> 8.4.8 - * Removed workarounds for older MP4Box versions. As of this release, only gpac 0.5.0 and higher - are supported. SVN version is highly recommended, though - * When using AC3 audio, language TID for MKV was set to 1. It should be 0 - -* Tue May 28 2013 Grozdan Nikolov <neutrino8@gmail.com> 8.4.7 - * Use aften for AC3 audio encoding as MEncoder is currently broken. This updates the config - file version to 18 - -* Wed May 22 2013 Grozdan Nikolov <neutrino8@gmail.com> 8.4.6 - * Bugfix: add missing 384 kbps option for AC3 audio - * Notify the user when we first create the config file - * SAR is Sample Aspect Ratio, not Storage Aspect Ratio. Corrected this mistake - -* Thu Apr 11 2013 Grozdan Nikolov <neutrino8@gmail.com> 8.4.5 - * Use ffmpeg's MPEG12 decoder instead of the libmpeg12 one - * Updated the man page - -* Thu Sep 27 2012 Grozdan Nikolov <neutrino8@gmail.com> 8.4.4 - * Don't append '- chapter [id]' to output filename when user encodes only specific DVD chapters - * Change bad default bitrate value in DTS audio encoding to 384kbps. - -* Mon Jan 02 2012 Grozdan Nikolov <neutrino8@gmail.com> 8.4.3 - * Added support for setting the default video bitrate/quantizer and default audio codec - in the config file, which introduces three new variables; DEFAULT_VID_BITRATE, - DEFAULT_VID_QTZR and DEFAULT_AUD_CODEC. This bumps the config file version to 17 - * Renamed variables DEFOUTPUT, DEFPATH and DEFBATCHDIR to DEFAULT_OUTPUT, DEFAULT_PATH - and DEFAULT_BATCHDIR - * Replaced some if conditionals in the -sc option by using 'test' directly - * Added an option to pass additional parameters to MEncoder. Useful if user wants to pass options - such as -mc 0 -noskip - * Added support for encoding to DTS audio through the dcaenc encoder which can be found - at: http://aepatrakov.narod.ru/dcaenc/ - * Minor changes to the video_delogo_func() function. Use $sourcetype, $device, $vid and - $MPLAYEROPTS variables. Also use -nosound in MPlayer - * Improved the mkvtags file. Escape special characters like &, <, > and " in the Title field - * Use -vo dummy in MPlayer in the audio code. Seems to work better for some files - -* Tue Mar 29 2011 Grozdan Nikolov <neutrino8@gmail.com> 8.4.2 - * Added support for setting the crop rounding value - -* Mon Mar 07 2011 Grozdan Nikolov <neutrino8@gmail.com> 8.4.1 - * Fixed a bug in directory batch mode were wrong conditional was used to check - for the DEFOUTPUT variable - * Display which file is currently being processed in batch mode - * Check only for files while in batch mode - * Fixed the video_deblock_func() function. Wrong vars used - -* Mon Jan 31 2011 Grozdan Nikolov <neutrino8@gmail.com> 8.4.0 - * Use -demuxer lavf when trying to get the video length for bitrate calculation - for a target file size. Should be more reliable on M2TS/TS files - * Added support for the delogo filter and bumped config file version to 16 - * Updated copyright dates - -* Fri Nov 26 2010 Grozdan Nikolov <neutrino8@gmail.com> 8.3.9 - * Remove double $HOME variable in the -scan option - -* Fri Oct 29 2010 Grozdan Nikolov <neutrino8@gmail.com> 8.3.8 - * Added support for setting subtitle codepage during hardcoding of external subs - * Added support for the audio equalizer filter. This updates the config file version - to 15 - * Removed 'time' requirement - -* Wed Sep 22 2010 Grozdan Nikolov <neutrino8@gmail.com> 8.3.7 - * Workaround mencoder stupidity. With recent versions of mencoder that have subs - enabled by default (who came up with that great idea?), in case the user selects - to dump a sub for importing into mkv/mp4, during multipass encoding the first sub - will always get hardcoded due to missing -nosub option in the 2nd and 3rd pass code. - This is only valid for multipass encodes so people using one pass modes (-1p or -fq) - are safe. - * Small update to the -scan option. Just check if input file is there, regardless if - user provides the full path or not -
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
.