ruby-av / paperclip-av-transcoder

Audio/Video Transcoder for Paperclip using FFMPEG/Avconv
MIT License
135 stars 83 forks source link

MPEG-4 containers, the moov atom must precede... #21

Closed jinge6 closed 9 years ago

jinge6 commented 9 years ago

I am converting videos to the MP4 format but struck an issue today when attempting to play those converted videos on Android.

The documentation says that "MPEG-4 containers, the moov atom must precede any mdat atoms, but must succeed the ftyp atom."

Is there a setting or the like I should be passing to the transcoder that will achieve the above?

owahab commented 9 years ago

Support for qtfaststart has been moved from paperclip-ffmpeg (now paperclip-av-transcoder) to its own gem: https://github.com/ruby-av/paperclip-av-qtfaststart Still not released by you may use it from source and report bugs there.