Update for 10-01-22 13:15
This commit is contained in:
parent
076e654d28
commit
f810383903
@ -16,6 +16,8 @@ standard library functions
|
|||||||
- string to long
|
- string to long
|
||||||
* man fgets
|
* man fgets
|
||||||
- get string from file
|
- get string from file
|
||||||
|
* *calloc*
|
||||||
|
- Allocates memory and sets it to zero
|
||||||
|
|
||||||
== Also See ==
|
== Also See ==
|
||||||
|
|
||||||
|
@ -21,7 +21,8 @@ ffmpeg -i in.mp4 -ss 00:00:30.0 -c copy -t 00:00:10.0 out.mp4
|
|||||||
|
|
||||||
== Library ==
|
== 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.
|
Movie files consist of several components in the FFMPEG model.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user