Δημοσιεύτηκε: 13 Φεβ 2012, 20:18
Νομίζω αυτό φταίει:
Με λίγο ψάξιμο στο διαδικτυο, βρήκα πως χρειάζεται το -target dvd:
ή -r 29.7 ή -r 30:
http://linux.derkeiler.com/Mailing-List ... 01224.html
έγραψε:
[mpeg1video @ 0x83ec720] MPEG1/2 does not support 15/1 fps
Με λίγο ψάξιμο στο διαδικτυο, βρήκα πως χρειάζεται το -target dvd:
έγραψε:-target type (output)
Specify target file type (vcd, svcd, dvd, dv, dv50). type may be prefixed with pal-, ntsc- or film- to use the corresponding standard. All the format options (bitrate, codecs, buffer sizes) are then set automatically. You can just type:
ffmpeg -i myfile.avi -target vcd /tmp/vcd.mpg
Nevertheless you can specify additional options as long as you know they do not conflict with the standard, as in:
ffmpeg -i myfile.avi -target vcd -bf 2 /tmp/vcd.mpg
ή -r 29.7 ή -r 30:
http://linux.derkeiler.com/Mailing-List ... 01224.html
έγραψε:It's using the same framerate input, -r 15 isn't supported by the
Mpeg-1:video standard. Try with -r 24, 25, 29.7 or 30 or 60 instead.