ESREPORT(1) | General Commands Manual | ESREPORT(1) |
esreport
— Report
on the contents of an ES
esmerge |
[-err stdout ] [-err
stderr ] [-verbose |
-v ] [-quiet |
-q ] [-frames |
-findfields | -afd |
-es ] [-framesize ]
[-frametype ] [-x ]
[-max max-units |
-m max_units]
[-pes | -ts ]
[-pesreport ] [-h264 |
-avc | -h262 |
-avs ] in_file |
-stdin |
Report on the content of an elementary stream containing H.264 (MPEG-4/AVC), H.262 (MPEG-2) or AVS video data.
The default is to report on H.262 items, AVS frames or H.264 NAL units. Other choices are:
-frames
-findfields
-afd
-es
Reporting on frames may be modified by:
-framesize
-frametype
(in fact, both of these imply -frame).
-err
stdout
-err
stderr
-stdin
-v
,
-verbose
-q
,
-quiet
-x
-stdin
-max
max_units, -m
max_units-pes
,
-ts
-pesreport
-pes
and -q
.If input is from a file, then the program will look at the start of the file to determine if the stream is H.264, H.262 or AVS data. This process may occasionally come to the wrong conclusion, in which case the user can override the choice using the following switches.
If input is from standard input (via -stdin), then it is not possible for the program to make its own decision on the input stream type. Instead, it defaults to H.262, and relies on the user indicating if this is wrong.
October 28, 2015 | Debian |