saloromer / ffmbc

Automatically exported from code.google.com/p/ffmbc
0 stars 0 forks source link

MXF IMX50 subclip #17

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hello, I try to create subclip from an MXF IMX50 file. While the ffmpeg tools 
extracts correctly the file, it doesn't support the -acodec copy. The ffmbc 
tools simply ignore the offset and duration of the subclips and copy the whole 
input file as destination file.

ffmbc -i input.mxf -ss 00:01:00 -t 00:00:05 -vcodec copy -acodec copy output.mxf

Is there something wrong here, why the output is not the 5 sec extract?

Original issue reported on code.google.com by casad...@gmail.com on 14 Dec 2010 at 2:41

GoogleCodeExporter commented 8 years ago
Can you please supply a file here ?
Can you try with 0.6-rc3 ?

Original comment by baptiste...@gmail.com on 28 Mar 2011 at 10:35

GoogleCodeExporter commented 8 years ago
No file, no update, cannot fix

Original comment by baptiste...@gmail.com on 4 Apr 2011 at 10:08

GoogleCodeExporter commented 8 years ago
hey, sorry, notification came into my spam box. Can't provide any file, but I 
found another way using:
ffmbc -ss 00:01:00 -t 00:00:05 -i input.mxf  -vcodec copy -acodec copy 
output.mxf
That means I can correctly cut, but one by one and can't use multiple file 
output, but that's already suitable for me. Thx

Original comment by casad...@gmail.com on 4 Apr 2011 at 11:23