feat(core): Initial release: add SmartFfmpeg fluent builder API with in-memory streams, progress tracking, and bundled ffmpeg/ffprobe

This commit is contained in:
2025-12-11 23:05:21 +00:00
parent 3906df1502
commit a8e7cf5dc7
2 changed files with 18 additions and 1 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartffmpeg',
version: '1.0.0',
version: '1.1.0',
description: 'A fast Node.js module for media file conversion using ffmpeg'
}