Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert .ts video files ? #23

Closed
BjH14 opened this issue Jun 18, 2017 · 8 comments
Closed

Convert .ts video files ? #23

BjH14 opened this issue Jun 18, 2017 · 8 comments

Comments

@BjH14
Copy link

BjH14 commented Jun 18, 2017

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
Copy link
Owner

Tichau commented Jun 26, 2017

Hi!

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

Merci ;)

@BjH14
Copy link
Author

BjH14 commented Jun 30, 2017

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
Copy link

Just came here to suggest the same! 👀

@qubodup
Copy link

qubodup commented Jul 25, 2022

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
Copy link

To convert manually, we can use ffmpeg directly:

ffmpeg.exe -i input.ts output.mp4

@steen5500
Copy link

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)

@Tichau Tichau added this to the 2.0 milestone Jan 19, 2024
@Tichau Tichau closed this as completed Mar 7, 2024
@ghnp5
Copy link

ghnp5 commented Mar 7, 2024

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

@Tichau
Copy link
Owner

Tichau commented Mar 7, 2024

I've created a ticket to follow the issue: #387

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants