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 110
110
:group 'ffmpeg-player )
111
111
112
112
(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\" "
114
114
" Command that convert video to image source." )
115
115
116
116
(defconst ffmpeg-player--command-play-audio
117
- " ffplay \" %s \" %s"
117
+ " ffplay %s %s"
118
118
" Command that convert video to audio source." )
119
119
120
120
(defconst ffmpeg-player--as-video-buffer-name " *Async Shell Command*: Video"
@@ -277,7 +277,7 @@ VOLUME of the sound from 0 ~ 100."
277
277
(let ((command (car command-line-args)))
278
278
(start-process " ffmpeg-player--async-delete-directory"
279
279
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)))))
281
281
282
282
(defun ffmpeg-player--clean-video-images ()
283
283
" Clean up all video images."
You can’t perform that action at this time.
0 commit comments