File tree Expand file tree Collapse file tree 1 file changed +23
-2
lines changed
Expand file tree Collapse file tree 1 file changed +23
-2
lines changed Original file line number Diff line number Diff line change @@ -28,9 +28,9 @@ Native Node.js bindings for FFmpeg with full TypeScript support. Provides direct
2828 - [ Specific Hardware] ( #specific-hardware )
2929- [ Imports and Tree Shaking] ( #imports-and-tree-shaking )
3030- [ Stream Processing] ( #stream-processing )
31- - [ From Files] ( #from-files )
32- - [ From Network] ( #from-network )
31+ - [ From Files/Network] ( #from-files-or-network )
3332 - [ From Buffers] ( #from-buffers )
33+ - [ Custom I/O Callbacks] ( #custom-io-callbacks )
3434 - [ Raw Media Processing] ( #raw-media-processing )
3535- [ Resource Management] ( #resource-management )
3636- [ FFmpeg Binary Access] ( #ffmpeg-binary-access )
@@ -557,6 +557,27 @@ Contributions are welcome! Please read [CONTRIBUTING.md](https://github.com/seyd
557557
558558For issues and questions, please use the GitHub issue tracker.
559559
560+ ## Star History
561+
562+ <picture >
563+ <source
564+ media="(prefers-color-scheme: dark)"
565+ srcset="
566+ https://api.star-history.com/svg?repos=seydx/node-av&type=Date&theme=dark
567+ "
568+ />
569+ <source
570+ media="(prefers-color-scheme: light)"
571+ srcset="
572+ https://api.star-history.com/svg?repos=seydx/node-av&type=Date
573+ "
574+ />
575+ <img
576+ alt="Star History Chart"
577+ src="https://api.star-history.com/svg?repos=seydx/node-av&type=Date "
578+ />
579+ </picture >
580+
560581## See Also
561582
562583- [ FFmpeg Documentation] ( https://ffmpeg.org/documentation.html )
You can’t perform that action at this time.
0 commit comments