I have recently bought an AMIKO HD8265+ DVB-C Set-Top Box on which I am recording TV shows to a USB-Pendrive. In the settings of the set top box, I have set it to record in TS (but I also have an option to record in PS), and that's pretty much it when it comes to recording settings on the device.
Each separate recording goes into 1 folder, with their title name being [TS]YYYY-MM-DD.HH.MM.SS-<Channel Name>-<ID>
(To be frank, I'm not sure what the last ID is, seems like a random 2 digit number, or if single digit, the 10s column number is replaced by a space.)
I have put the folders on my PC, and I found this in one of the folders named "[TS]2023-09-15.19.45.07-RTL HD- 0":
000.dvr and info3.dvr are machine code files when I open them with Notepad++, and 000.ts is the actual file to be played.000.dvr
000.ts
info3.dvr
Please do note that if I play the original 000.ts file, VLC plays it with no issues, and displays length of video properly, and audio is properly synced up.
The problem comes when I want to put this file into MAGIX Vegas Pro 20. It is not suited for importing .TS files. However, I do want to cut things out of this video file. Here is where I started experimenting with conversion in VLC.
I tried the usual Ctrl+R, adding the file to the list, selecting Convert, I tried multiple profiles, H-264 + MP3 (MP4), I even created my own TS to MP4 and TS to MKV, but none of them worked.
(As a note, TS to MKV Video is set to MPEG4, 800 kb/s (not sure if it's a lot or not), Audio is set to MPEG4 Audio (AAC), 256 kb/s, 2 streams, 48k Hz, and Subtitles is turned off).
MP4 is the same, just MP4, not MKV.)
Then I select the output file name, hit Start, and then, after a VERY LONG time (~5 hours), it creates an MKV file, that starts at 37:52:53, and ends at 40:52:00. When I try to scroll out of this time window in VLC, it just jumps to these timestamps. The teletext functionality of VLC disappears in this newly created file.
Here is the result of some of the attempts I did with different profiles:
- MKV MPEG4 800kb/s, MPEG4 Audio AAC, 256kb/s 48 kHz: The video quality of the output file is abysmal, extremely pixelated, and the audio and video are not synced up, and time doesn't start at 0.
- MP4 "Video for Youtube HD" profile, here the image is not that bad (but still worse than it originally was), but audio is off sync with this too. Time starts at 0 at least (with all my MP4 attempts)
- MP4 MPEG4 800kb/s, MPEG4 Audio AAC, 256kb/s 48 kHz: Video quality is abysmal, audio is off sync, but time starts at 0.
- MP4 Original Video, original audio, no subtitles: Does not even load it. The yellow bubble on the timeline at the bottom keeps jumping back and forth, I am forced to terminate process in Task Manager.
The original TS file that the Set Top Box records, contains a lot of streams (most of which is listed in the Codec information view), including teletext, multiple subtitles, and even EPG information, including other channels' metadata (for some unholy reason). These are other TV channels running on the same frequency, and Program is the channel ID the Set Top Box stores these programs on. Where you see a comment, that is not on the list, it's me commenting them here on the forum.
The list of codecs of the original file (on my screen it's in hungarian, but the free translation) is the following:
Code: Select all
0. stream
Original identifier: 49
Codec: DVB Subtitles (dvbs)
Language: Hungarian
Description: DVB feliratok: hallássérülteknek //DVB subtitles: for impaired hearing people
Type: Subtitle
1. stream
Original identifier: 121
Codec: H264 - MPEG4 AVC (part 10) (h264)
Type: Video
Video resolution: 1920x1080
Puffer dimensions: 1920x1088
Framerate: 25
Decoded format:
Orientation: Up - Left side
Main Colors: ITU-R BT.709
Colorpassing function: ITU-R BT.709 //Not sure what the english term might be for this one, I used literal translation here
Color scope: ITU-R BT.709 scope
Space of coloring: Left
2. stream
Original identifier: 221
Codec: MPEG Audio layer 1/2 (mpga)
Language: Hungarian
Type: Audio
Channels: Stereo
Sampling rate: 48000 Hz
Bits per sample: 32
Bitstream: 256 kb/s
3. stream
Original identifier: 222
Codec: MPEG Audio layer 1/2 (mpga)
Language: ang //guessing English
Type: Audio
4. stream
Original identifier: 223
Codec: MPEG Audio layer 1/2 (mpga)
Language: nar //unsure what this could be
Type: Audio
5. stream
Original identifier: 3221
Codec: Teletext (telx)
Language: Hungarian
Description: Teletext
Type: Subtitle
6. stream
Codec: Teletext (telx)
Language: Hungarian
Description: Teletext feliratok: hallássérülteknek //Teletext subtitles for hearing impaired people
Type: Subtitle
RTL HD [Program 16]
Status: Running
Author: DIGI
TV2 HD [Program 21]
Status: Running
Author: DIGI
MATCH4 HD [Program 24]
Status: Running
Author: DIGI
ATV HD [Program 36]
Status: Running
Author: DIGI
Code: Select all
0. stream
Codec: MPEG AAC Audio (mp4a)
Type: Audio
Channels: Stereo
Sampling rate: 48000 Hz
Bits per sample: 32
1. stream
Codec: MPEG AAC Audio (mp4a)
Type: Audio
Sampling rate: 48000 Hz
2. stream
Codec: MPEG AAC Audio (mp4a)
Type: Audio
Sampling rate: 48000 Hz
3. stream
Codec: MPEG-4 Video (mp4v)
Type: Video
Video resolution: 1920x1080
Puffer dimensions: 1920x1088
Framerate: 25
Decoded format: Planar 4:2:0 YUV
Orientation: Up-left side
Space of coloring: Left
I know it's a lot to digest, but is there a way for me to convert this into something usable by MAGIX Vegas Pro with VLC? What I want my end product to look like, is to have 1 video and 1 audio stream.
Therefore, the important streams are the video (guessing 1. stream), audio (guessing 2. stream).
Subtitles (guessing 0. stream) would be messed up after cutting the video, so I can't use that anyway. Teletext I don't care about (actually would prefer had it not existed), and the random info about other channels is junk to me (also would prefer had they not existed).
Thank you for reading this gigantic wall of text, and I hope someone with some time could help me with it.
If anything you need from me, I am here to provide it for you in order to fix this issue.
Looking forward to your answers