• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

libsi/H03-May-2022-6,0474,614

COPYINGH A D05-Nov-201317.6 KiB341281

MakefileH A D03-May-2022773 4020

READMEH A D05-Nov-2013718 2413

channels.hH A D05-Nov-20131.4 KiB5229

naludump.cH A D05-Nov-20133.1 KiB11071

remux.cH A D05-Nov-201324.1 KiB689494

remux.hH A D05-Nov-20139 KiB306208

tools.cH A D03-May-2022775 3927

tools.hH A D05-Nov-20131.3 KiB4822

README

1
2This is Naludump-0.1.
3
4Naludump is a tool to delete NALU fill data from h.264 streams embedded into
5TS files. The overall file structure isn't modified, only complete TS packets
6of NALU fill data are removed.
7
8Naludump contains lots of code of Klaus Schmidinger's VDR, and is based on
9cocepts from Marten Richter's Nalustripper.
10
11Version 0.1 is available as standalone tool and separately as VDR patch.
12
13Version 0.1.1 strips some unneeded references, thanks Ville Skyttä for reporting.
14
15Usage:
16naludump inputfile.ts [outputfile.ts]
17
18
19For code readers: Most files are stripped-down versions of VDR code. New code
20is in naludump.c (basic file processing) and remux.c (class cNaluDumper and
21some helper functions).
22
23
24