FileConverter icon indicating copy to clipboard operation
FileConverter copied to clipboard

.TS Support?

Open mitrooper opened this issue 2 years ago • 5 comments

HI,

This is not a Issue, but I have no other way to ask this request.

Is there any possibility for .TS support. I have a number of files that I want to convert from .TS to another file format like MP4 or AVI.

Thank you.

mitrooper avatar Aug 03 '22 05:08 mitrooper

Same boat, I hope the same. I usually record IPTV and the footages are in .ts in almost all the apps. If the developers could add this feature, I would be really grateful. Anyway, excellent software, thank you.

davidhdez avatar Aug 03 '22 18:08 davidhdez

Hi, I made a fork and added H265 and TS file support in case you want to try it.

https://github.com/masterofobzene/FileConverter-H265/releases/tag/1.2.5

masterofobzene avatar Oct 30 '22 22:10 masterofobzene

Thank you, I will try it out later today.

Mike

On Sun, Oct 30, 2022 at 11:47 PM masterofobzene @.***> wrote:

Hi, I made a fork and added H265 and TS file support in case you want to try it.

https://github.com/masterofobzene/FileConverter-H265/releases/tag/1.2.5

— Reply to this email directly, view it on GitHub https://github.com/Tichau/FileConverter/issues/269#issuecomment-1296368738, or unsubscribe https://github.com/notifications/unsubscribe-auth/AYWRGQXLRQ5X25UDSSEGTBTWF33HZANCNFSM55NOEE5A . You are receiving this because you authored the thread.Message ID: @.***>

-- Mike

mitrooper avatar Oct 31 '22 07:10 mitrooper

Hi, I made a fork and added H265 and TS file support in case you want to try it.

https://github.com/masterofobzene/FileConverter-H265/releases/tag/1.2.5

thankyouu so much i tested it works flawless , just can u add more formats on the way sir ? to make this tool more amazing ?

also if by any chance can u add your tool to chocolatey packages ?

iamLazyCode avatar Nov 23 '22 16:11 iamLazyCode

I agree, no problems found so far, converting .TS to MP4 works great!

Thanks for giving us this feature.

Mike

On Wed, Nov 23, 2022 at 5:36 PM Aditya @.***> wrote:

Hi, I made a fork and added H265 and TS file support in case you want to try it.

https://github.com/masterofobzene/FileConverter-H265/releases/tag/1.2.5

thankyouu so much i tested it works flawless , just can u add more formats on the way sir ? to make this tool more amazing ?

also if by any chance can u add your tool to chocolatey packages ?

— Reply to this email directly, view it on GitHub https://github.com/Tichau/FileConverter/issues/269#issuecomment-1325353134, or unsubscribe https://github.com/notifications/unsubscribe-auth/AYWRGQVZD62GGX62JRH3EUDWJZB2JANCNFSM55NOEE5A . You are receiving this because you authored the thread.Message ID: @.***>

-- Mike

mitrooper avatar Nov 23 '22 18:11 mitrooper

@masterofobzene

Hi, I made a fork and added H265 and TS file support in case you want to try it.

https://github.com/masterofobzene/FileConverter-H265/releases/tag/1.2.5

Hey! Thanks. I tried your fork, but since your repo doesn't accept Issues, I'll say it here.

I believe that the fact that it "replaces the H264 codec with the more efficient H265 codec" (as per your README), any converted MP4 files won't work on Whatsapp (sharing it as a video with someone). It will show "No preview available" and then uploads as a file instead of a video that can be watched within Whatsapp.

Many times I convert videos to MP4 to be able to share there, but seems using your fork defeats this completely.

To convert manually, we can use ffmpeg directly for now:

ffmpeg.exe -i input.ts output.mp4

Thanks still, for the efforts!!

(for reference, original feature request for ".ts" is #23)

nunoperalta avatar Jan 16 '23 20:01 nunoperalta

Thanks, will try it out.

Have a nice day.

Mike

On Sun, Oct 30, 2022 at 11:47 PM masterofobzene @.***> wrote:

Hi, I made a fork and added H265 and TS file support in case you want to try it.

https://github.com/masterofobzene/FileConverter-H265/releases/tag/1.2.5

— Reply to this email directly, view it on GitHub https://github.com/Tichau/FileConverter/issues/269#issuecomment-1296368738, or unsubscribe https://github.com/notifications/unsubscribe-auth/AYWRGQXLRQ5X25UDSSEGTBTWF33HZANCNFSM55NOEE5A . You are receiving this because you authored the thread.Message ID: @.***>

-- Mike

mitrooper avatar Jan 17 '23 10:01 mitrooper

@masterofobzene

Hi, I made a fork and added H265 and TS file support in case you want to try it. https://github.com/masterofobzene/FileConverter-H265/releases/tag/1.2.5

Hey! Thanks. I tried your fork, but since your repo doesn't accept Issues, I'll say it here.

I believe that the fact that it "replaces the H264 codec with the more efficient H265 codec" (as per your README), any converted MP4 files won't work on Whatsapp (sharing it as a video with someone). It will show "No preview available" and then uploads as a file instead of a video that can be watched within Whatsapp.

Many times I convert videos to MP4 to be able to share there, but seems using your fork defeats this completely.

To convert manually, we can use ffmpeg directly for now:

ffmpeg.exe -i input.ts output.mp4

Thanks still, for the efforts!!

(for reference, original feature request for ".ts" is #23)

Short answer: Hi, videos using the H265 codec, will not work on any streaming applications for technical/business reasons (webpages included, unless you can send the vid to a custom player outside the page).

Long answer: Hi there, the reason why that happens on whatsapp and any kind of web streaming, is that H265 codecs, being commercial needs to be paid by developers of other apps (in your case whatsapp). This means that it will never work until deveolpers/corporations buy the codecs and include them in their apps. This is the reason why the H265 codec, being twice efficient had so bad reception in general (that and some radicalized influencers that told people to not use it as a way of protest).

On whatsapp (telegram, etc) the videos can be sent, but not played on the device unless you install VLC or other video player supporting H265 and even then, they will not show a preview or anything on the app that doesn't support the codec. The videos are not corrupted, so if you take them out and play on the pc, they will work.

If you need the whatsapp functionality, you should keep using the original file converter since it doesn't use H265 codecs.

PS: enabled issues now in the repo (didn't noticed it was disabled)

masterofobzene avatar Jan 17 '23 18:01 masterofobzene

Hi, I made a fork and added H265 and TS file support in case you want to try it.

https://github.com/masterofobzene/FileConverter-H265/releases/tag/1.2.5

Thank u very much!

maxchiron avatar Jan 27 '23 14:01 maxchiron

我来分享一个ts文件转换工具,但是只支持输出MP4 tg上直接可以预览,discord上不知道 i post a TS files converter tool and it can be support converter mp4(only)...by the way in tg can preview here download files-->TS files converter toMP4tool.zip

wish help for you

IM515BT avatar Jul 09 '23 03:07 IM515BT

duplicates issue #23

Tichau avatar Jan 19 '24 18:01 Tichau