New submission from Lance <[email protected]>:

In http://www.ffmpeg.org/faq.html#SEC14
there is an error in the convenience script:
"x=1; for i in *jpg; do counter=$(printf %03d $x); ln "$i"
/tmp/img"$counter".jpg; x=$(($x+1)); done
"
I believe the intention is to create symbolic links, not hard links, as stated
in the preceding paragraph, looks like the "-s" flag was left out. If some poor
newbie was lazy this may cause problems for them. ;)

----------
messages: 13207
priority: normal
status: new
substatus: new
title: error in script in documentation on website
type: bug

________________________________________________
FFmpeg issue tracker <[email protected]>
<https://roundup.ffmpeg.org/issue2488>
________________________________________________

Reply via email to