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 _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user
