Projects
Multimedia
ffx264
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 105
View file
ffx264-3.8.4.tar.gz/ffx264
Changed
@@ -2113,7 +2113,11 @@ 1) printf "Specify the Subtitle Position [default is 0 (first sub)]: " read subpos - test -z "$subpos" && subtitles="subtitles=\"$(realpath -s "$input")\":si=0," || subtitles="subtitles=\"$(realpath -s "$input")\":si=$subpos," + if [ ! -z "$batchmode" ]; then + test -z "$subpos" && subtitles="subtitles=\"\$i\":si=0," || subtitles="subtitles=\"\$i\":si=$subpos," + else + test -z "$subpos" && subtitles="subtitles=\"$(realpath -s "$input")\":si=0," || subtitles="subtitles=\"$(realpath -s "$input")\":si=$subpos," + fi ;; ""|*) true
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
.