vladjerca/FFMpegSharp

moving Moov atom to beginning

Closed this issue · 4 comments

mobile videos have thier metadata headers at the end of file.
I need to pass arguments to FFMPEG move the header to the beginning. Is there a way ???

@tabraiz961

@max619 is working on an ArgumentBuilder for FFMPEGSharp, you should be able to have more flexibility once this is merged #18

@tabraiz961, could you please write down which parameter you need?

@max619

I think this is what we're looking for movflags

 -movflags faststart

@tabraiz961 With the new Convert method available and thanks to argument builder@max619 worked on. You can easily implement a custom argument that you could pass to the builder yourself.