mirror of
https://github.com/amiaopensource/ffmprovisr.git
synced 2025-10-19 20:30:01 +02:00
added to list, saving in anticipation of upgrade to rails
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
$(document).ready(function() {
|
||||
|
||||
$('#generate').click(function(){
|
||||
$('#command_line').val("ffmpeg " + $('#input_name').val() + " " + $('#output_name').val())
|
||||
$('#command_line').val("ffmpeg" +
|
||||
" -i " + $('#input_name').val() +
|
||||
" -o " + $('#output_name').val())
|
||||
});
|
||||
|
||||
});
|
||||
|
Reference in New Issue
Block a user