latest form builds trying to abstract

This commit is contained in:
ablwr
2014-08-04 14:26:05 -04:00
parent 13e897fca1
commit 925c7af1c9
3 changed files with 40 additions and 9 deletions

View File

@@ -6,4 +6,9 @@ $(document).ready(function() {
" -o " + $('#output_name').val())
});
});
$('#display_generate').click(function(){
$('#display_command_line').val("ffmpeg" +
" -i " + $('#input_name').val())
});
});