Thread: tovid CLI scripting
i'm writing script make dvd niece. tovid having issues source file paths. don't understand what's going wrong here... i've pasted script clip , output below. tried using escape characters spaces ("\ ") in sourcevid lines, didn't make difference.
relevant script parts...
cli output...code:# set source video files. sourcevid1="~/videos/yellowstone park 1.mp4" sourcevid2="~/videos/jasper national park 3.mp4" # set respective output video files. outvid1="yellowstone1" outvid2="jasper2" # convert mp4 files dvd-ready mpg. tovid -noask -dvd -in "$sourcevid1" -out $outvid1 tovid -noask -dvd -in "$sourcevid2" -out $outvid2
code:-------------------------------- tovid dvd , (s)vcd video conversion script version 0.31 http://www.tovid.org -------------------------------- using config file /home/jonathan/.tovid/tovid.config, containing following options: (none) tovid command-line used: -noask -dvd -in ~/videos/yellowstone park 1.mp4 -out yellowstone1 not find input file . exiting. -------------------------------- tovid dvd , (s)vcd video conversion script version 0.31 http://www.tovid.org -------------------------------- using config file /home/jonathan/.tovid/tovid.config, containing following options: (none) tovid command-line used: -noask -dvd -in ~/videos/jasper national park 3.mp4 -out jasper2 not find input file . exiting.
Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [other] tovid CLI scripting
Ubuntu
Comments
Post a Comment