Advertisement
clockworkpc

Openshot Defaults with Zenity

Jan 5th, 2012
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.47 KB | None | 0 0
  1. #!/bin/bash
  2. #Filename:openshotdefaults.sh
  3. #Released under a GPLv3 Licence by Clockwork PC
  4.  
  5. # Select name for final file
  6. szFootage=$(zenity --file-selection --title="Footage" --text="Select your original video file")
  7. echo $szFinalVideoName
  8.  
  9. openshot ~/Videos/Raw_Bin/alexgarber-bin-files/alexgarber_intro_official_volume_adjusted.mov ~/Videos/Raw_Bin/alexgarber-bin-files/cc-alexgarber.com.svg ~/Videos/Raw_Bin/alexgarber-bin-files/cc-alexgarber.com_svg_1.png $szFootage
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement