node-ffmpeg-stream
node-ffmpeg-stream copied to clipboard
Node.js bindings to ffmpeg command, exposing stream based API
Sorry for nub question, but i need to convert WAVE to mp3, I don´t know ho to use the options, below is my code. Thanks in advance const { Converter...
I tried to draw the animation using Canvas and save it by converting it to MP4. But the saved MP4 is too different from the actual animation node: 12.20.2 node-canvas:...
Hi , This code is working fine for me ```js let conv = new Converter(); const input = conv.createInputStream({ f: 'image2pipe', r: 25 }) conv .output({ "f": 'mp4', "vcodec": 'libx264',...
Is there any way I can get Video File Size and Duration of the converted video? If not, is there any other way? I know I can get file size...
Hi. First thank you - great little library! I'm using it to make some video clips from a wav file + a couple of static images that transition. My code...
Bumps [file-type](https://github.com/sindresorhus/file-type) from 19.0.0 to 19.4.0. Release notes Sourced from file-type's releases. v19.4.0 Add support for web streams for fileTypeStream() (#649) 2000141 Fix options in combination with fileTypeStream() (#650) bd3b5a4...
:robot: I have created a release *beep* *boop* --- ## [1.0.1](https://github.com/phaux/node-ffmpeg-stream/compare/v1.0.0...v1.0.1) (2024-10-02) ### Bug Fixes * substr is deprecated ([2d8a7e9](https://github.com/phaux/node-ffmpeg-stream/commit/2d8a7e9614e4417729473214815f792f3f3ac8b8)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).