Projects
Multimedia
h264enc
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 394
View file
h264enc.changes
Added
@@ -0,0 +1,4 @@ +------------------------------------------------------------------- +Tue Oct 18 20:25:00 UTC 2016 - neutrino8@gmail.com + +- Add changes file
View file
h264enc.spec
Changed
@@ -1,21 +1,49 @@ -# norootforbuild - -Name: h264enc -Version: 10.4.7 -Release: 1 - -License: GPL-2.0+ -Group: Productivity/Multimedia/Video/Editors and Convertors -Summary: An advanced CLI shell script for MEncoder -URL: http://h264enc.sourceforge.net/ - +# +# spec file for package h264enc +# +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# + + +Name: h264enc +Version: 10.4.7 +Release: 0 +Summary: An advanced CLI shell script for MEncoder +License: GPL-2.0+ +Group: Productivity/Multimedia/Video/Editors and Convertors +Url: http://h264enc.sourceforge.net/ Source0: %{name}-%{version}.tar.gz - +Requires: MPlayer +Requires: aften +Requires: bc +Requires: dcaenc +Requires: faac +Requires: findutils +Requires: flac +Requires: gawk +Requires: gpac +Requires: lsdvd +Requires: mailx +Requires: mkvtoolnix +Requires: nano +Requires: ogmtools +Requires: opus-tools +Requires: pv +Requires: vorbis-tools +Requires: x264 BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildArch: noarch - -Requires: findutils gpac bc gawk lsdvd nano ogmtools vorbis-tools opus-tools flac aften dcaenc mailx faac MPlayer mkvtoolnix pv x264 - +BuildArch: noarch %description h264enc is an advanced and powerful interactive menu-driven shell script written @@ -25,1442 +53,31 @@ muxing the final encode from AVI to MKV, from AVI to OGM, from AVI to TS and from AVI to the MP4 container. - %prep -%setup -q -n %{name}-%{version} +%setup -q %build %install -%__mkdir -p %{buildroot}/%{_docdir}/%{name}/matrices +mkdir -p %{buildroot}/%{_docdir}/%{name}/matrices # binary -%__install -D -m 755 %{name} %{buildroot}/%{_bindir}/%{name} +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 +install -D -m 644 man/%{name}.1.gz %{buildroot}/%{_mandir}/man1/%{name}.1.gz # doc -%__install -m 644 doc/* %{buildroot}/%{_docdir}/%{name} -%__install -m 644 matrices/* %{buildroot}/%{_docdir}/%{name}/matrices - +install -m 644 doc/* %{buildroot}/%{_docdir}/%{name} +install -m 644 matrices/* %{buildroot}/%{_docdir}/%{name}/matrices -%clean -rm -rf "%{buildroot}" %files %defattr(-,root,root) %{_bindir}/%{name} -%{_mandir}/man1/%{name}.1.gz +%{_mandir}/man1/%{name}.1%{ext_man} %{_docdir}/%{name} - %changelog -* Tue Jan 19 2016 Grozdan Nikolov <neutrino8@gmail.com> 10.4.7 - * Added support for the video rotate filter. Requested by Thomas Troeger - * Updated copyright dates - -* Mon Sep 21 2015 Grozdan Nikolov <neutrino8@gmail.com> 10.4.6 - * Clean up the config file a bit - * Added support for setting the MAX_AMOUNT_SUBS and MAX_AMOUNT_AUD_TRACKS - to "auto". When set to "auto" it will as for as many audio tracks/subs - as detected - * New variable in the config file, MAX_AMOUNT_EXT_SUBS, for setting - the amount of times we get asked for importing external subs into - mkv/mp4/ogm - -* Mon Sep 14 2015 Grozdan Nikolov <neutrino8@gmail.com> 10.4.5 - * Fixed a small issue in the detection of aspect ratio when forcing it - -* Thu Sep 10 2015 Grozdan Nikolov <neutrino8@gmail.com> 10.4.4 - * Portability improvements. It should now work on other UNIXes - -* Tue Sep 08 2015 Grozdan Nikolov <neutrino8@gmail.com> 10.4.3 - * Removed the $ from the index of array variables - * Be more portable and use eval instead of seq in loops as seq is - too Linux-specific - -* Sun Sep 06 2015 Grozdan Nikolov <neutrino8@gmail.com> 10.4.2 - * Increased the default audio bitrate/quality value for Vorbis audio - * Added mov file extention to the supported formats for chapter dumps - * New ASCII art banner - * Updated the man page - -* Tue Jun 23 2015 Grozdan Nikolov <neutrino8@gmail.com> 10.4.1 - * Modified the mail func for dir batch encodes to report the input - directory instead of the last encoded file from it - * Get rid of some commented out code which is no longer used - * The -a52drc option only has an effect if input audio is AC-3. - Since we currently don't store the audio codec detected into - a usable var, disable this option for the time being. - * Increased the detault audio bitrate for AAC from 128 to 192kbps - -* Sun May 03 2015 Grozdan Nikolov <neutrino8@gmail.com> 10.4.0 - * Accept relative paths for the output file - * Do a second crop detection run in case the first try fails - -* Sun May 03 2015 Grozdan Nikolov <neutrino8@gmail.com> 10.3.9 - * Add a check for x264 in the sanity test - * Fix a typo in the x264params var for multi-pass encoding - -* Thu Apr 30 2015 Grozdan Nikolov <neutrino8@gmail.com> 10.3.8 - * Fixed an issue in the EDL code where tab completion wasn't working - due to missing -e option to read - -* Sat Apr 04 2015 Grozdan Nikolov <neutrino8@gmail.com> 10.3.7 - * Added support for EDL list files. Updates the config version to 35. - By default, EDL is disabled as I don't think many people know what - it is or how to make such files, so you have to enable it in the - config file. Requested by Shibby7 - -* Mon Mar 16 2015 Grozdan Nikolov <neutrino8@gmail.com> 10.3.6 - * Revert the previous change to crop detect for files as it - misdetects too often - -* Wed Mar 11 2015 Grozdan Nikolov <neutrino8@gmail.com> 10.3.5 - * Support mono and tile format frame packing. Requires latest x264 - * Improved crop detection for files - -* Fri Jan 23 2015 Grozdan Nikolov <neutrino8@gmail.com> 10.3.4 - * Added support for setting a default software scaler in the config file - * Ask for color primaries/transfers/matrics when using any preset, not - just the Blu-ray ones - -* Tue Jan 20 2015 Grozdan Nikolov <neutrino8@gmail.com> 10.3.3 - * Improved original resolution detection. Patch by Markus Grunwald - * Update copyright dates - -* Thu Oct 02 2014 Grozdan Nikolov <neutrino8@gmail.com> 10.3.2 - * Add the $cache var to a few more places in the audio code - * Reorder the audio codec conditionals in the case statements for - better readability - * When using external audio encoders, we currently only check if the - encoder has produced a file. Make it a bit more reliable and check - if the audio file is at least 20 KiB in size as most encoders that - output a file but error out, produce files less than 20 KiB. - A more reliable method would be to check the return code of the - background encoder process itself with $! to get its PID and using - wait $PID; RET=$? to capture the signal, but this will result - in a hacky way of doing it. I do not rule it out for the future - -* Tue Sep 30 2014 Grozdan Nikolov <neutrino8@gmail.com> 10.3.1 - * Fix a syntax error in the ratio_and_pixels_func() due to missing var -
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
.