[FFmpeg-user] unsupported marker error

Moritz Barsnick barsnick at gmx.net
Tue Feb 23 15:33:54 CET 2016


On Tue, Feb 23, 2016 at 06:02:51 +0000, Carl Eugen Hoyos wrote:
> Tibi <toxy21 <at> gmail.com> writes:
> > i can't provide my input file because it's too large, 76GB.
> The first 6000 frames will hopefully correspond to a smaller file...

Tibi may not know how to do that.

This should work:
$ ffmpeg -i video.mxf -c copy -frames:v 6000 shortened.mxf

(I assume MXF is not a format which can be cut with "dd"?)

Moritz


More information about the ffmpeg-user mailing list