我從來沒有處理過.bat文件,所以這對我來說是新的。 我試圖使用FFMPEG從我把在.BAT文件的文件夾選擇所有.MP4文件,然後得到它每30分鐘截圖,和輸出文件與在JPEG 此輸入文件名+圖像編號就是我想出迄今: for f in *.mp4; do ffmpeg -i "$f" -vf fps=1/1800 "${f%.mp4}.jpeg";done && cp --copy-contents
這是我試過的代碼,我從另一個stackoverflow頁面得到它,它沒有工作。任何想法爲什麼? chrome = webdriver.Chrome()
chrome.get('http://stackoverflow.com/')
# now that we have the preliminary stuff out of the way time to get that image :D