[REQ] TS files not recognized [#9191]

Post a reply

Smilies
:D :) :( :o :-? 8) :lol: :x :P :oops: :cry: :evil: :roll: :wink:

BBCode is ON
[img] is ON
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: [REQ] TS files not recognized [#9191]

Re: TS files not recognized

by Lowlander » Sat Mar 13, 2021 1:07 pm

[REQ] TS files not recognized [#9191]

by mbch331 » Sat Mar 13, 2021 12:01 pm

Files ending with the .ts extension (mpegts files) are not recognized as video files. I checked the options and in the library section the part where you can choose which filetypes to scan there is no option to associate ts files with videos to scan.
I could rename the files to .mpg and then they'll get added, but .ts is a normal video file extension and should be recognized.

Code: Select all

ffprobe -i "NRK TV – Kampen – 1. Kampen mot klokka (Sesong 1).ts" -show_streams
Input #0, mpegts, from 'NRK TV – Kampen – 1. Kampen mot klokka (Sesong 1).ts'

Code: Select all

"\Program Files\MediaInfo-cli\MediaInfo.exe" "NRK TV – Kampen – 1. Kampen mot klokka (Sesong 1).ts"
General
ID                                       : 1 (0x1)
Complete name                            : NRK TV – Kampen – 1. Kampen mot klokka (Sesong 1).ts
Format                                   : MPEG-TS
So both ffprobe and mediainfo recognize the file as mpeg-ts.

Top