[FFmpeg-devel] [PATCH] fate: use the lavfi -graph_file option to workaround path issues.

Nicolas George nicolas.george at normalesup.org
Fri Oct 26 10:42:10 CEST 2012


Le quartidi 4 brumaire, an CCXXI, jamal a écrit :
> ffprobe -show_frames -of compact=nk=1:p=0 -bitexact -f lavfi "movie=/ffmpeg/samples/svq3/Vertical400kbit.sorenson3.mov,select=gt(scene\,.4)"
> 
> [movie @ 02CA3500] Missing key or no key/value separator found after key '/MinGW/msys/1.0/ffmpeg/samples/svq3/Vertical400kbit.sorenson3.mov'

Obviously, the path was converted before being presented to ffmpeg: the
argument string has become "movie=c:/MinGW/msys/1.0/ffmpeg/...", and movie
interprets the : as an option separator.

This is completely brain-dead, there is no way to save this design and make
it work.

Regards,

-- 
  Nicolas George


More information about the ffmpeg-devel mailing list