File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 110110 :group 'ffmpeg-player )
111111
112112(defconst ffmpeg-player--command-video-to-images
113- " ffmpeg -i \" %s \" %s \" %s%s%s.%s\" "
113+ " ffmpeg -i %s %s \" %s%s%s.%s\" "
114114 " Command that convert video to image source." )
115115
116116(defconst ffmpeg-player--command-play-audio
117- " ffplay \" %s \" %s"
117+ " ffplay %s %s"
118118 " Command that convert video to audio source." )
119119
120120(defconst ffmpeg-player--as-video-buffer-name " *Async Shell Command*: Video"
@@ -277,7 +277,7 @@ VOLUME of the sound from 0 ~ 100."
277277 (let ((command (car command-line-args)))
278278 (start-process " ffmpeg-player--async-delete-directory"
279279 nil command " -Q" " --batch" " --eval"
280- (format " (delete-directory \" %s \" t) " (shell-quote-argument path)))))
280+ (format " (delete-directory %s t) " (shell-quote-argument path)))))
281281
282282(defun ffmpeg-player--clean-video-images ()
283283 " Clean up all video images."
You can’t perform that action at this time.
0 commit comments