mirror of https://bitbucket.org/ausocean/av.git
Fixed links and typos.
This commit is contained in:
parent
c8bfccb310
commit
b1c700007d
|
@ -68,9 +68,10 @@ You can fix this with the fix continuity flag (0x0010).
|
|||
|
||||
FFmpeg will also complain if doesn't have the necessary audio codec
|
||||
installed. If so, you can drop the audio (flag 0x0002).
|
||||
OTES
|
||||
|
||||
MPEG2 TS stream clocks (PCR, PTS, and DTS) all have units of 1/90000
|
||||
# MPEG-TS Notes
|
||||
|
||||
MPEG2-TS stream clocks (PCR, PTS, and DTS) all have units of 1/90000
|
||||
second and header fields are read as big endian (like most protocols).
|
||||
|
||||
* TEI = Transport Error Indicator
|
||||
|
@ -80,13 +81,14 @@ second and header fields are read as big endian (like most protocols).
|
|||
* AFC = Adapation Field Control
|
||||
* CC = Continuity Counter
|
||||
* AFL = Adapation Field Length
|
||||
* PCR = Program Clock Reference
|
||||
|
||||
# Dependencies
|
||||
|
||||
revid uses ffmpeg for video remuxing.
|
||||
See (Ffmepg filters)[https://ffmpeg.org/ffmpeg-filters.html].
|
||||
See [Ffmepg filters](https://ffmpeg.org/ffmpeg-filters.html).
|
||||
|
||||
revid also uses (Comcast's gots package)[https://github.com/Comcast/gots].
|
||||
revid also uses [Comcast's gots package](https://github.com/Comcast/gots).
|
||||
|
||||
# Author
|
||||
|
||||
|
|
Loading…
Reference in New Issue