upgraded to rails

This commit is contained in:
ablwr
2014-08-03 21:43:33 -04:00
parent 5366626046
commit 181c4340f7
82 changed files with 3760 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
$(document).ready(function() {
$('#generate').click(function(){
$('#command_line').val("ffmpeg" +
" -i " + $('#input_name').val() +
" -o " + $('#output_name').val())
});
});