我目前正在开发Bootstrap,以便在模式中放置视频。一切都是通过cms生成的(所以我不能控制有多少视频将被显示。)
一切都很顺利(我必须为每个模式提供自己的ID,这样一切都可以正常工作)。问题是,当您关闭模式并运行视频时,视频(和声音)将继续在后台运行。
为了避免这种情况,当模式使用x按钮关闭时,我刷新了模式中的html,如下所示:
$('button.close').click(function(){
var divcible=$(this).parent().parent().find(".modal-body");
var html =
我正在写一个脚本批量转换视频到h.265格式,这使用repeat with来通过所有的视频。它可以同时处理3或4个文件,但我的旧mac会在视频数量达到~50个时重新启动。 repeat with videofile in video_list
set filePath to POSIX path of videofile
set filePath to esc_space(filePath)
set [folderPath, filename] to split_path_name(filePath)
tell application "Termin