Skip to content

Commit a0e1ac3

Browse files
committed
Auto push on 2021-09-03 21:31:56
1 parent 5124101 commit a0e1ac3

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

samples/darwin/README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,19 @@
22

33
## Decoding
44

5-
### dec_avc_au
5+
### AVC / H.264
6+
7+
#### dec_avc_au
68

79
Shows how to decode AVC / H.264 stream. The sample uses sequence of files to simulate a stream of H.264 Access Units (AUs) and a Transcoder object to decode the AUs to raw YUV video frames.
810

911
See [dec_avc_au](./dec_avc_au/README.md) for details.
1012

11-
## enc_avc_file
13+
## Encoding
14+
15+
### AVC / H.264
16+
17+
#### enc_avc_file
1218

1319
Shows how to convert a raw YUV video file to a compressed H.264 video file.
1420

0 commit comments

Comments
 (0)