PaulLereverend / NextcloudVideo_Converter

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

Converting .ts files #28

Open minnux opened 4 years ago

minnux commented 4 years ago

tvheadend records shows in .ts format and raw streams ripped from DVD are usually .ts format. It would be nice to be able to convert these into .mp4 format with video converter.

githubDante commented 4 years ago

Probably ffmpeg will accept any of these, but currently they are reported as 'application/octet-stream' by the files app, therefore they are not recognized as video files and cannot be added to the converter.

sbzi33 commented 4 years ago

Adding the ts file extension to file 'config/mimetypemapping.json':

{
    "ts": ["video/mp2t"]
}

and then executing the occ command 'occ maintenance:mimetype:update-db --repair-filecache' worked for me with Nextcloud 18.0.6.