diff options
author | nox <nox@FreeBSD.org> | 2014-04-20 07:11:35 +0800 |
---|---|---|
committer | nox <nox@FreeBSD.org> | 2014-04-20 07:11:35 +0800 |
commit | a6edf51e8cd04e07a8d0edc89b558f1236235823 (patch) | |
tree | 3bf3f8f6450e94edd65c4c58e785ee01db406a02 /multimedia/Makefile | |
parent | e6b55ebe56ec5d7cc3c3e9e47378f347deba028b (diff) | |
download | freebsd-ports-gnome-a6edf51e8cd04e07a8d0edc89b558f1236235823.tar.gz freebsd-ports-gnome-a6edf51e8cd04e07a8d0edc89b558f1236235823.tar.zst freebsd-ports-gnome-a6edf51e8cd04e07a8d0edc89b558f1236235823.zip |
Add new port multimedia/naludump:
Naludump is a tool to delete NALU fill data from h.264 streams embedded into
TS files. The overall file structure isn't modified, only complete TS packets
of NALU fill data are removed.
Naludump contains lots of code of Klaus Schmidinger's VDR, and is based on
cocepts from Marten Richter's Nalustripper.
Usage:
naludump inputfile.ts [outputfile.ts]
WWW: http://www.udo-richter.de/vdr/naludump.en.html
Diffstat (limited to 'multimedia/Makefile')
-rw-r--r-- | multimedia/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/multimedia/Makefile b/multimedia/Makefile index dec5aac9ef36..92d913a28cf8 100644 --- a/multimedia/Makefile +++ b/multimedia/Makefile @@ -241,6 +241,7 @@ SUBDIR += mxflib SUBDIR += mythtv SUBDIR += mythtv-frontend + SUBDIR += naludump SUBDIR += nxtvepg SUBDIR += oggvideotools SUBDIR += ogmrip |