Richard Neill <[EMAIL PROTECTED]> added the comment:
That's really *really* weird. I definitely didn't write msg2648, even though it
does seem to be "from" me. On the other hand, I did post a detailed reply
relating to -itsdrift at about that time. My actual reply seems to have been
overwritten by the comment in 2648.
The gist of what I actually typed was:
* Thank you for doing this.
* itsscale is documented very briefly in the output of `ffmpeg`, but not
at all in `man ffmpeg`. I had to guess as to how to use it.
* The following command works, but has the effect of a noop.
/usr/local/bin/ffmpeg -itsscale 1:1 -i input.avi -acodec copy
-vcodec copy test.avi
* The following command, which I would expect to do what I want, fails:
/usr/local/bin/ffmpeg -itsscale 1:0.9998 -i input.avi -acodec copy
-vcodec copy test.avi
ffmpeg dies after a short while, giving the error:
[NULL @ 0xd17050]error, non monotone timestamps 500 >= 500
av_interleaved_write_frame(): Error while opening file
So, unfortunately, itsscale doesn't actually seem to work yet.
----------
status: closed -> open
______________________________________________________
FFmpeg issue tracker <[EMAIL PROTECTED]>
<https://roundup.mplayerhq.hu/roundup/ffmpeg/issue511>
______________________________________________________