Control: severity -1 important This should set the severity, since you didn't prefix the commands with "Control:"
On Mon, 23 Feb 2015 11:59:21 +0000 Alessio Treglia <ales...@debian.org> wrote: > severity 778866 important > thanks > > Hi, > > Thanks for reporting this issue and trying to make Debian better. > > On Fri, Feb 20, 2015 at 9:06 PM, Sven Bartscher > <sven.bartsc...@weltraumschlangen.de> wrote: > > I converted to mp4 files with "movie-to-dvd movie1.mp4 movie2.mp4". > > I made a background with "movie-make-title-simple -o title -m pal" > > Then I tried to create the .vob with "movie-title -o title.vob -t title > > movie1.m2v movie2.m2v", but that didn't have any effect. > > "Not having any effect" means that there was no output or files generated or > > anything else. Tje program just stops imediately without any message and the > > exit code 1. > > Doing some debugging I figured out that the script terminates at a read in > > line > > 279, but couldn't figure out why. > > Please run the script again via bash with the '-x' option added to the > command line, e.g.: > > $ bash -x movie-title -o title.vob -t title movie1.m2v movie2.m2v log should be attached. I don't think the issue is bash related, since running it with bash doesn't solve the problem.
+ set -e + prefix=/usr + exec_prefix=/usr + datadir=/usr/share + bindir=/usr/bin + . /usr/share/videotrans/library.sh ++ dvdauthorescape_setting= + TEMP=/tmp/.movie-title.2723 + trap 'rm -fr /tmp/.movie-title.2723* 2>/dev/null || :' EXIT + OUTPUT= + TITLE= ++ for i in '"$@"' ++ echoescape -o +++ shellescape -o +++ sed 's,[^-0-9a-zA-Z,./_],\\&,g' +++ echo -n -o ++ echo -n '-o ' ++ for i in '"$@"' ++ echoescape title.vob +++ shellescape title.vob +++ sed 's,[^-0-9a-zA-Z,./_],\\&,g' +++ echo -n title.vob ++ echo -n 'title.vob ' ++ for i in '"$@"' ++ echoescape -t +++ shellescape -t +++ echo -n -t +++ sed 's,[^-0-9a-zA-Z,./_],\\&,g' ++ echo -n '-t ' ++ for i in '"$@"' ++ echoescape title +++ shellescape title +++ echo -n title +++ sed 's,[^-0-9a-zA-Z,./_],\\&,g' ++ echo -n 'title ' ++ for i in '"$@"' ++ echoescape 'deutsche und polnische Handwerker.m2v' +++ shellescape 'deutsche und polnische Handwerker.m2v' +++ echo -n 'deutsche und polnische Handwerker.m2v' +++ sed 's,[^-0-9a-zA-Z,./_],\\&,g' ++ echo -n 'deutsche\ und\ polnische\ Handwerker.m2v ' ++ for i in '"$@"' ++ echoescape 'Dinner for one.m2v' +++ shellescape 'Dinner for one.m2v' +++ echo -n 'Dinner for one.m2v' +++ sed 's,[^-0-9a-zA-Z,./_],\\&,g' ++ echo -n 'Dinner\ for\ one.m2v ' + original_command_line='-o title.vob -t title deutsche\ und\ polnische\ Handwerker.m2v Dinner\ for\ one.m2v ' + clean= + tile_x= + START=0 + chapter_interval=2 + getopts o:t:T:s:Cc: option + case "${option}" in + OUTPUT=title.vob + getopts o:t:T:s:Cc: option + case "${option}" in + TITLE=title + getopts o:t:T:s:Cc: option + '[' title.vob = '' ']' + '[' title = '' ']' + check_filenames title.vob title + local check_input + for check_input in '"$@"' + '[' title.vob '!=' title.vob ']' ++ echo -n title.vob ++ tr -d '[ -~]' + should_be_empty= + '[' '' '!=' '' ']' ++ echo -n title.vob ++ tr -dc ':,\\' + should_be_empty= + '[' '' '!=' '' ']' + for check_input in '"$@"' + '[' title '!=' title ']' ++ echo -n title ++ tr -d '[ -~]' + should_be_empty= + '[' '' '!=' '' ']' ++ echo -n title ++ tr -dc ':,\\' + should_be_empty= + '[' '' '!=' '' ']' + return 0 + '[' -e title.vob -a '!' -f title.vob ']' ++ expr 5 - 1 + shift 4 + num_sources=2 + '[' 2 -gt 0 ']' + check_filenames 'deutsche und polnische Handwerker.m2v' 'Dinner for one.m2v' + local check_input + for check_input in '"$@"' + '[' 'deutsche und polnische Handwerker.m2v' '!=' 'deutsche und polnische Handwerker.m2v' ']' ++ echo -n 'deutsche und polnische Handwerker.m2v' ++ tr -d '[ -~]' + should_be_empty= + '[' '' '!=' '' ']' ++ echo -n 'deutsche und polnische Handwerker.m2v' ++ tr -dc ':,\\' + should_be_empty= + '[' '' '!=' '' ']' + for check_input in '"$@"' + '[' 'Dinner for one.m2v' '!=' 'Dinner for one.m2v' ']' ++ echo -n 'Dinner for one.m2v' ++ tr -d '[ -~]' + should_be_empty= + '[' '' '!=' '' ']' ++ echo -n 'Dinner for one.m2v' ++ tr -dc ':,\\' + should_be_empty= + '[' '' '!=' '' ']' + return 0 + '[' '' = yes ']' ++ cd -- title ++ echo static.jpg + title_frames=static.jpg ++ tr -d ' ' ++ wc -w ++ echo static.jpg + num_title_frames=1 + '[' 1 -lt 2 ']' ++ cd -- title ++ echo '*.png' + title_frames='*.png' ++ tr -d ' ' ++ wc -w ++ echo '*.png' + num_title_frames=1 + '[' 1 -lt 2 ']' + '[' -f title/static.jpg ']' + title_frames=static.jpg + num_title_frames=1 + identify -format '%w %h' title/static.jpg + read xx yy + rm -fr /tmp/.movie-title.2723
pgpw9HEA1mTSA.pgp
Description: Digitale Signatur von OpenPGP