Skip to content

Commit 9cf484a

Browse files
Jonhamlin826
andauthored
fix: Add output format for the pipe() example fluent-ffmpeg#1277 by @lin826 (#12)
Co-authored-by: I-Ju Lin <9304486+lin826@users.noreply.github.com>
1 parent 6e0ac74 commit 9cf484a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -937,6 +937,7 @@ var command = ffmpeg('/path/to/file.avi')
937937
.videoCodec('libx264')
938938
.audioCodec('libmp3lame')
939939
.size('320x240')
940+
.format('flv')
940941
.on('error', function(err) {
941942
console.log('An error occurred: ' + err.message);
942943
})

0 commit comments

Comments
 (0)