PaulLereverend / NextcloudVideo_Converter

Video converter app for nextcloud
GNU Affero General Public License v3.0
58 stars 35 forks source link

Add -movflags +faststart for MP4 #62

Closed CWBudde closed 3 years ago

CWBudde commented 3 years ago

In order to improve pseudo-streaming of videos from the cloud, it makes sense to have the moov atom at the very beginning in a mov or mp4 file. This can be achieved by adding

-movflags +faststart

as command line option.