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 258
View file
h264enc.spec
Deleted
@@ -1,1062 +0,0 @@ -# norootforbuild - -Name: h264enc -Version: 9.9.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/ - -Source0: %{name}-%{version}.tar.gz - -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 - - -%description -h264enc 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 video file, -a directory with video files or a (S)VCD to the H.264/MPEG-4 Part 10/AVC video format -using the MEncoder encoder from the MPlayer project and the libx264 library. It supports -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} - -%build - -%install -%__mkdir -p %{buildroot}/%{_docdir}/%{name}/matrices - -# 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 - -# doc -%__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 -%{_docdir}/%{name} - - -%changelog -* Tue Apr 15 2014 Grozdan Nikolov <neutrino8@gmail.com> 9.9.7 - * Allow the channels filter for the portable device presets - * Reorder the audio filters positions - * Placed the $MENCOPTS variable in front in MEncoder in order - for it to not overwrite the options already set - * For AC-3 audio, default to 384 kbps instead of 192 kbps and - default to "Film Standard" as DRC profile - * For MP3 audio, default to 192 kbps instead of 128 kbps when - doing CBR encodes and to "standard" when using a preset - * For NEROAAC and FDKAAC, default to 128 kbps instead of 96 kbps - when using LC-AAC mode - * Better wording in what the Output option does in the - audio_channels_decode_func() function - * Modification to the audio_codec_exit_func() function. Use this - function also to exit in case of an unsupported audio codec. - By using this function, some repeatability is removed - * Fixed a bug in the PCM audio code for the calculation of video - bitrate for a target file size. Variable $AUDIO_BITRATE - should be an array variable instead of a normal one - * Added support for Blu-ray angle encoding - * Reduced some duplication by placing the message into a single - variable when we exit in case an audio encoder is missing - * MEncoder currently has issues with copying audio. Work it - around by using -mc 0 -msglevel demuxer=-1 options which disable - its automatic A/V sync. With this, MEncoder may report 0 or some - large random number on some files for the audio but one can safely - ignore it. Audio is still being copied - * If the user chooses audio copy and selects to remux the encode - to MKV, the global tags did not contain the audio encoder string. - Fix this by adding "Unknown (Stream Copy)" since we don't know - which program was used to encode the audio - * In case we try to copy AAC audio from the input, we need to pass - the correct format to MEncoder or it will error out. Thus, use - -fafmttag 0x706d if we detect AAC - * Fixed a bug where copying AAC audio as as subsequent track - did not result in that track being added when remuxing to MP4 - due to a missing ffaac param in the case statement - * When doing video bitrate calculations for a target file size and - copying the audio, try to better detect the audio bitrate. If we - can't detect it or it's reported as 0 kbps, default to 0 kbps - * Small improvements and cleanups here and there - -* Sun Apr 13 2014 Grozdan Nikolov <neutrino8@gmail.com> 9.9.6 - * Rewrote the audio_channels_decode_func() function. It is now - possible to output channels different that the decoded - channels amount. Note that this filter is very basic which - means it will output silent channels if the decoded channels - are less than the output channels - * Added chanfilter variable to the aac_hev2_func() function - * Support all supported channels in the PCM bitrate code for - target file size calculation - * Removed channels variable for MEncoder when copying audio - for subsequent tracks as it has no effect - * Display an informative message if the user has set a default - audio codec in the config file. Also check if we support it - or print an error message and exit - * Updated the channels metadata info code due to changes in the - audio_channels_decode_func() function - * Modifications to the audio_filters_func() and audio_filters_var_func() - functions - * Some small code cleanups - -* Sat Apr 12 2014 Grozdan Nikolov <neutrino8@gmail.com> 9.9.5 - * Improved resolution detection for Blu-rays - * Improved the nlq preset - * Don't call the audio_channels_decode_func when copying the audio as - audio is copied 1:1 thus we don't need to set any channels - * Insert the channels filter in case the user wishes to have 4 or 5 - audio channels when decoding higher or lower amount of channels - * Various small code improvements - -* Sat Apr 12 2014 Grozdan Nikolov <neutrino8@gmail.com> 9.9.4 - * Cosmetics: add an echo between the total found titles for Blu-ray and - the info about each title - * Cosmetics: remove double-quotes in empty echo's - * Display full seconds value for each found Blu-ray title - * Small code optimization to Blu-ray chapters info. Use a single variable - that holds the title we need to scan for chapters - * Warn and fallback to 8 channels in case user provides more than 8 channels - * Added support for PCM audio for subsequent audio tracks - -* Thu Apr 10 2014 Grozdan Nikolov <neutrino8@gmail.com> 9.9.3 - * Display the length in seconds and minutes for every found Blu-ray title - * Implemented basic chapters encoding support for Blu-rays - * Rewrote the code for subtitles imports for MKV/MP4/OGM - * For DVDs/BDs, set default channels value to 6 when using other than copy - for audio - -* Wed Apr 09 2014 Grozdan Nikolov <neutrino8@gmail.com> 9.9.2 - * Allow importing of mks (Matroska stream) subtitles into MKV. Such files - are usually created when dumping subs with the GUI version of mkvmerge - * Add -nosub when importing external subtitles into MKV/MP4/OGM to prevent - auto-loading of any embedded subs in the input file - * Use case statements to check the values of the $MAX_AMOUNT_AUD_TRACKS and - $MAX_AMOUNT_SUBS variables - * Auto-cropping was not possible when input is Blu-ray due to missing bd - param in the case statement - * Set default audio channels decode option to 6 when input is Blu-ray - -* Tue Apr 08 2014 Grozdan Nikolov <neutrino8@gmail.com> 9.9.1 - * Fixed not being able to calculate video bitrate for target file size - when input is Blu-ray, due to missing $demuxer variable when calling - MPlayer - * Fixed DVD scanning in the -scan option - * Support Blu-ray scanning in the -scan option - * Display in the -sc option if MEncoder has Blu-ray support - * Warn and exit if user chooses Blu-ray as input but MEncoder doesn't support it - * Placed the $device and $vid variables after the $MPLAYEROPTS one in order for - the custom MPlayer options not to possibly overwrite these variables - * Modified the get_devices_func() function to allow files/folders as input - so that a user can scan a DVD ISO or VIDEO_TS directory, not just discs - * Fixed the colorprim code. $device and $vid variables were missing when - calling MPlayer to get the resolution height - -* Mon Apr 07 2014 Grozdan Nikolov <neutrino8@gmail.com> 9.9.0 - * Initial, basic support for encoding from Blu-ray discs/ISOs/directories. - Requires MPlayer to be compiled with libbluray. As libbluray doesn't - support encrypted Blu-rays, it is not possible to encode such Blu-rays. - Encryption must first be stripped before encoding with h264enc - * Reduced some duplication in the audio code for the first track for MKV - * Adjusted the vbv_maxrate and vbv_bufsize for the bd40 and bdhq40 presets - to comply with the level limits - -* Sat Mar 29 2014 Grozdan Nikolov <neutrino8@gmail.com> 9.8.7 - * Merged the neroaac/fdkaac part of the MP4Box code as they're identical - * Use a case statement to decide between --bluray and --avchd for tsMuxeR - * A few more function renaming to carry the _func at the end - -* Fri Mar 28 2014 Grozdan Nikolov <neutrino8@gmail.com> 9.8.6 - * Fix a syntax error - -* Fri Mar 28 2014 Grozdan Nikolov <neutrino8@gmail.com> 9.8.5 - * Use a single variable for keyint for the Blu-ray/AVCHD presets. Reduces a bit of duplication - * Reduced some duplication in the check_audio_codec_func() function by moving some of - the error messages into a new audio_codec_exit_func() function - * Allow muxing to TS when using neroAacEnc and/or FDKAAC in LC-AAC mode - * Merged the NEROAAC/FDKAAC parts in the mkvmerge code as they're identical, thus we - reduce a bit of duplication - * Updated the man page
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
.