Projects
Multimedia
h264enc
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 383
View file
h264enc.spec
Changed
@@ -1,7 +1,7 @@ # norootforbuild Name: h264enc -Version: 10.3.7 +Version: 10.3.8 Release: 1 License: GPL-2.0+ @@ -58,6 +58,10 @@ %changelog +* 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
View file
h264enc-10.3.7.tar.gz/doc/ChangeLog -> h264enc-10.3.8.tar.gz/doc/ChangeLog
Changed
@@ -1,3 +1,7 @@ +2015-04-30 - h264enc 10.3.8 + * Fixed an issue in the EDL code where tab completion wasn't working + due to missing -e option to read + 2015-04-04 - h264enc 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
View file
h264enc-10.3.7.tar.gz/h264enc -> h264enc-10.3.8.tar.gz/h264enc
Changed
@@ -1,5 +1,5 @@ #!/usr/bin/env bash -# $Id: h264enc, v 10.3.7, 2015/04/04, gn Exp $ +# $Id: h264enc, v 10.3.8, 2015/04/30, gn Exp $ # # Encode BDs/DVDs/VCDs/video files to the H.264/AVC/MPEG-4 Part 10 # video format using MEncoder from MPlayer @@ -23,7 +23,7 @@ shopt -u expand_aliases export PATH=$PATH:/usr/local/bin -version=10.3.7 +version=10.3.8 configversion=35 green() { echo -e "\e[1;32m$1\e[0;39;49m"; } @@ -3436,7 +3436,7 @@ edl_list_func() { if [ "$ALLOW_EDL_LIST" = "y" ]; then printf "Provide an EDL List file [press 'Enter' to skip]: " - read edl + read -e edl if [ ! -z "$edl" ]; then if [ -f "$edl" ]; then EDL="-edl \"$edl\""
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
.