Tichau / FileConverter

File Converter is a very simple tool which allows you to convert and compress files using the context menu in windows explorer.
https://file-converter.io/
GNU General Public License v3.0
6.77k stars 530 forks source link

Convert .ts video files ? #23

Closed BjH14 closed 8 months ago

BjH14 commented 7 years ago

Hello, Excellent software ! Very simple and, in the same time, we can change settings if we want ! A question : is it possible to convert .ts video files ? I think not, but is it planed ? It would be very nice ! Thank you

Bonjour, Je trouve ce logiciel super pratique ! Depuis le temps que je cherchais un convertisseur (vidéo, surtout) libre et sans installation de pubs... Il est très simple et, en même temps, on peut modifier des paramètres si on le souhaite ! J'en viens à ma question : est-il prévu de pouvoir convertir des fichiers vidéo de format ".ts" ? Ce serait super pratique ! Merci pour tout votre travail. Bien cordialement

Tichau commented 7 years ago

Hi!

Thanks for the feedback :). It was not planned to add .ts files. I add it on my backlog!

Merci ;)

BjH14 commented 7 years ago

Thank you ! With this possibility, your software will be exactly and totally what I need for the use I have.

Merci beaucoup ! Avec cette possibilité en plus, votre logiciel couvrira complètement tous mes besoins de conversion vidéo et son ! C'est top !

nunoperalta commented 2 years ago

Just came here to suggest the same! 👀

qubodup commented 2 years ago

I too would love this feature. .ts is one of the file formats offered by OBS (major screen video capture software) and the format apparently is superior due to its support of multiple audio channels (flv doesn't), being recoverable (mp4/mov aren't) and being supported by major video editing applications (mkv isn't).

My workaround for now is to add to Computer\HKEY_CLASSES_ROOT\SystemFileAssociations\.ts\shell\ the command "C:\Software\ffmpeg-4.1.3-win64-static\bin\ffmpeg.exe" -i "%1" -c copy "%1".mov:

registryeditor

Add -map 0 (after -c copy) to keep all audio tracks.

Path depends on your ffmpeg install location.

nunoperalta commented 2 years ago

To convert manually, we can use ffmpeg directly:

ffmpeg.exe -i input.ts output.mp4

steen5500 commented 1 year ago

Jeg har lige hentet FileConverter ned på min computer. Virker fint men jeg mangler at FileConverter kan om konvertere TS filer til MP4 eller MKV. Er der planer om at udstyre FileConverter med den funktion ? (Denmark)

ghnp5 commented 8 months ago

@Tichau - please see my comment in #379 😊👍🏼 Thanks!!

Tichau commented 8 months ago

I've created a ticket to follow the issue: https://github.com/Tichau/FileConverter/issues/387