User Tools

Site Tools


render

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
render [2025/10/10 14:10] RabbitEars Webmasterrender [2025/11/08 19:06] (current) – [Change Log] RabbitEars Webmaster
Line 1: Line 1:
 ====== RENDER ====== ====== RENDER ======
  
-RENDER, short for **R**abbit**E**ars **N**extGen **D**ata **E**valuator **R**eport, is GPLv3 open-source software written to evaluate ATSC 3.0 signals and produce HTML Export files about them.+RENDER, short for **R**abbit**E**ars **N**extGen **D**ata **E**valuator and **R**eporter, is GPLv3 open-source software written to evaluate ATSC 3.0 signals and produce HTML Export files about them.
  
 To download the latest version of RENDER, see here:  [[https://www.rabbitears.info/dl/render/]] To download the latest version of RENDER, see here:  [[https://www.rabbitears.info/dl/render/]]
  
 +To see output from RENDER as I'm working on it, see here:  [[https://www.rabbitears.info/a3data/]]
  
 RENDER is being written using Google Gemini and Anthropic Claude.  It has been written for the Linux command line, but should compile on the Mac with the proper prerequisites and should be possible to get working on Windows.  Many thanks go to to drmpeg; his l1detail parsing code has been adapted for use in RENDER.  It, like RENDER, is licensed in GPLv3. RENDER is being written using Google Gemini and Anthropic Claude.  It has been written for the Linux command line, but should compile on the Mac with the proper prerequisites and should be possible to get working on Windows.  Many thanks go to to drmpeg; his l1detail parsing code has been adapted for use in RENDER.  It, like RENDER, is licensed in GPLv3.
Line 64: Line 65:
 And you'll need the HDHomeRun library, but I've included that in the zip file if you don't already have it installed. And you'll need the HDHomeRun library, but I've included that in the zip file if you don't already have it installed.
  
-Building RENDER should be as running "make" in the source directory, which will produce an executable by that name.+Building RENDER should be as easy as running "make" in the source directory, which will produce an executable named "render".
  
 To run RENDER, put a PCAP or debug file in the folder with your executable  To run RENDER, put a PCAP or debug file in the folder with your executable 
Line 75: Line 76:
 To collect files without the HDHomeRun TUI, see the steps here:  [[Capturing 3.0 Data]] To collect files without the HDHomeRun TUI, see the steps here:  [[Capturing 3.0 Data]]
  
-Then just run it:+Then just navigate to the folder that both the software and the files are in and run it:
  
-./render <pcap/debug file name>+./render <pcap|debug file name>
  
 It'll output an HTML file with the same name that you can then review.  As  It'll output an HTML file with the same name that you can then review.  As 
Line 84: Line 85:
  
 Please also reach out with any questions or comments.  Enjoy this tool! Please also reach out with any questions or comments.  Enjoy this tool!
 +
 +==== Change Log =====
 +
 +=== v0.3 - TBD ===
 +
 +  * Added support for bitrates in the Usage Chart for ALP-PCAP files. (General)
 +  * Added support for stuffing packets when present. (WNYZ-LD)
 +  * {Want to finish ESG support.} (General)
 +  * {Want to add eGPS support.} (KWGN)
 +
 +=== v0.2 - November 4, 2025 ===
 +
 +  * Added version number variable and command line function. (General)
 +  * Resolved PLP bitrate calculation bug. (General)
 +  * Added handling for duplicate LMT entries. (WZBJ-CD)
 +  * Added handling for EFDT tags and incomplete tags. (WUPV)
 +  * Added work-around for when close object isn't detected. (WCVW)
 +  * Resolved CDT parsing issue in ALP-PCAP captures. (KSTR)
 +  * MMT support in-place, but most of the stations have incomplete MMT data, so there's a fall-back that attempts to directly parse the video and audio. (WHUT, WIAV-CD, WNUV, KUNS, KJZZ, KVCW, KVPX-LD/WDWW-LD)
 +  * I've left a ton of debugging code in it.  I stripped it out in 0.1, but removing it is a lot of work for no benefit.
 +
 +=== v0.1 - October 10, 2025 ===
 +
 +  * Initial release.

Any opinions expressed on this site are those of the authors and do not necessarily reflect those of the FCC.
render.1760105407.txt.gz · Last modified: by RabbitEars Webmaster

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki