mirror of
https://github.com/amiaopensource/ffmprovisr.git
synced 2025-10-23 06:09:12 +02:00
latest form builds trying to abstract
This commit is contained in:
@@ -6,4 +6,9 @@ $(document).ready(function() {
|
||||
" -o " + $('#output_name').val())
|
||||
});
|
||||
|
||||
});
|
||||
$('#display_generate').click(function(){
|
||||
$('#display_command_line').val("ffmpeg" +
|
||||
" -i " + $('#input_name').val())
|
||||
});
|
||||
|
||||
});
|
Reference in New Issue
Block a user