0
我正在嘗試使用apply_video
選項gmic
實用程序爲linux應用gmic過濾器。gmic的正確語法是什麼apply_video
./gmic --apply_video 'small.mp4','-denoise 30,10' -o convert.avi
但輸出端子
[gmic]-0./ Start G'MIC interpreter.
[gmic]-0./ Apply command 'small.mp4,-denoise 30,10' on video stream '', with output filename '', first frame 0, last frame -1 and frame step 1.
[gmic] *** Error in ./apply_video/*local/*substitute/ *** Command '-basename': Undefined argument '$1', in expression '$1' (for 2 arguments specified).
[gmic] Command '-basename' has the following description:
-basename:
file_path,_variable_name_for_folder
Return the basename of a file path, and opt. its folder location.
When specified 'variable_name_for_folder' must starts by an underscore
(global variable accessible from calling function).
錯誤等什麼是GMIC --apply_video正確的語法?
我使用1.7.3版
./gmic -apply_video small.mp4,\ 「 - 降噪30,10 \」,0,-1,1,small.mp4 我想這命令和輸出仍然是一些錯誤。 [gmic] -0./開始G'MIC解釋器。 (1)&&(1)&&(1> = 0 || 1) == - 1)&& small.mp4> = 1'爲false(並且不存在具有此名稱的文件)。 – Greyhatmoder