Update for 10-01-22 13:15

This commit is contained in:
Tyler Perkins 2022-01-10 13:15:01 -05:00
parent 076e654d28
commit f810383903
2 changed files with 4 additions and 1 deletions

View File

@ -16,6 +16,8 @@ standard library functions
- string to long
* man fgets
- get string from file
* *calloc*
- Allocates memory and sets it to zero
== Also See ==

View File

@ -21,7 +21,8 @@ ffmpeg -i in.mp4 -ss 00:00:30.0 -c copy -t 00:00:10.0 out.mp4
== Library ==
The C library for ffmpeg has poor documentation.
The C library for ffmpeg has poor documentation. It is also known as
*libav*
Movie files consist of several components in the FFMPEG model.