Quality check of dvb recordings? >> Data Science >> Forum
Forum

Forum



SearchSearch   Users   Registration   Entrance
Today: 12.07.2025 - 05:01:57
Pages:  1  

Quality check of dvb recordings?

Advertising

/
MessageAuthor

^^ Analyzing video quality without a reference is mostly silly. There are tools that can watch a baseband video signal (HD-SDI) in real-time and log macroblocking, black frames / freezes, interlaced field reversal etc. Some also do compliance reporting of video levels, RGB gamut, audio levels / loudness etc. There are also software tools that do the same thing with file based media. Some can even correct certain issues in real-time! However, this is all very expensive ($$,$$$ to get started) and comes with a huge number of false positives. The software is also quite slow. It has its uses, but certainly not in the home :) In case you're interested, Vendors include Interra Systems, Venera Technologies, Tektronix, DigiMetrics, Sencore, and VidCheck to name a few. This type of kit is usually referred to as "software qc" in the broadcast world.

---------------------------

schussey

users




Statistics:
Messages: 70
Registration: 10.26.2003
18.04.22 - 04:02:06
Message # 1
RE: Quality check of dvb recordings?

Okay, psnr is then out. But is there any free/cheap software than can check the TS and at least draw a bitrate graph? Most important thing to me is to spot those recordings that have seconds or even minutes of black (ie. no sound or picture). Btw, if there's half a second pop in audio, would this be nocieable in the graph? And please, the answer is not "don't do it"...

---------------------------

Matt Jacobson

users




Statistics:
Messages: 387
Registration: 07.03.2002
18.04.22 - 04:13:25
Message # 2
RE: Quality check of dvb recordings?

Found 3rd: http://www.digitalekabeltelevisie.nl/dvb_inspector/index.shtml

---------------------------
Current ride: '06X54.8is, TiSi/Blk '03M5 (10kmi garage queen!), CB/Caramel Previous rides: 2001 540ia sport, Dinan StII suspension 2000 328ia sport 1996 Dinan 3

Mitch P.

users




Statistics:
Messages: 2,586
Registration: 04.11.2002
18.04.22 - 04:18:39
Message # 3
RE: Quality check of dvb recordings?

If your ts files contain mpeg2 video, you can use projectx to demux them and any dropouts in recordings will be spotted and reported in the log file.

---------------------------

MMS-tuning.com

users




Statistics:
Messages: 67
Registration: 10.28.2002
18.04.22 - 04:29:59
Message # 4
RE: Quality check of dvb recordings?

Like tsmuxer, ffmpeg will also report any stream errors it finds while demuxing and decoding. That can give you a pretty good idea of which stream is most correct. You just run: ffmpeg -i myvideo.ts -f null 2> logfile.txt And it'll crunch on it. You can take off the 2> and log off you want to read it on screen in realtime. mplayer has a similar functionality. It'll go as fast as your cpu can decode it.

---------------------------

M3Armand

users




Statistics:
Messages: 922
Registration: 08.07.2003
18.04.22 - 04:35:28
Message # 5
RE: Quality check of dvb recordings?

I found ffmpeg quite useless for verifying DVB streams since it often reports stream errors which are not noticable when you edit the stream afterwards. Example: ffmpeg complains about stream errors, tsmuxer dies merging several M2TS segment but if I merge the segments via binary copy and edit them with AVIDemux the resulting video plays fine. dvbsnoop is able to analyse dvb streams but I am not aware of any error checking. Edit: Possibly stupid idea: Run a loop over all available DVB recording. Do ffmpeg -i myvideo.ts -f null 2> logfile.txt followed by a cat logfile.txt

---------------------------
722

10.11.2001

users




Statistics:
Messages:
Registration: wc -l The copy only those DVB streams to a separate directory for later viewing / control if they have over a certain amount of errors (e.g. 100).
18.04.22 - 04:44:45
Message # 6
RE: Quality check of dvb recordings?

Just use a simple Batch or ShellScript file to loop over the files and pass each one to ffmpeg: Code:

---------------------------

DiScoTeknix

users




Statistics:
Messages: 4,067
Registration: 07.22.2002
18.04.22 - 04:52:28
Message # 7
RE: Quality check of dvb recordings?
6004 and out of troubleshooting ideas... : Previous topic
Pages:  1  

The administrator has prohibited guests from replying to messages! To register, follow the link: register


Participants