[FFmpeg-user] vidstabdetect

Moritz Barsnick barsnick at gmx.net
Wed Apr 2 21:12:09 CEST 2014


Hi,

On Wed, Apr 02, 2014 at 01:18:34 -0700, Blaukasten wrote:
> C:\Program Files\WinFF>ffmpeg -i "E:\somename.MOV" -vf
> vidstabdetect=result="E:\dummy.trf" "E:\output.avi"

":" is the default separator for options. If you want to use it
literally, you need to escape it. I just forced myself to use Windows,
and by trial and error figured out that it works like this:
  vidstabdetect=result="E\\:\\\\dummy.trf"

My guess was that this would work, but it doesn't:
  vidstabdetect=result="E\:\dummy.trf"

It's something in the way Windows and libav handle escapeing, I think
it was discussed here recently.

Moritz


More information about the ffmpeg-user mailing list