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.
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]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]
[code]"\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[/code]
So both ffprobe and mediainfo recognize the file as mpeg-ts.