python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How To Transcode and Re-size A Video Without Compressing It In fluent-ffmpeg
Simple question, how can I transcode and resize a video in fluent-ffmpeg, without compressing it? I understand that some transcoding processes may naturally affect file size, but is there a way to red...
twominds
Votes: 0
Answers: 0
FFMpeg crop a portrait (vertical) video square 1:1
SOLVED... It was a UI issue... Not an FFpeg issue.
I am new to FFMpeg. I am stuck on cropping a portrait video taken from a portrait device square.
I would like my video output to be 1080x1080.
First,...
hugger
Votes: 0
Answers: 0
how to define overlay video position and size ffmpeg electronJS?
function overlayMaker(){
ffmpeg()
.on('end', onEnd )
.on('progress', onProgress)
.on('error', onError)
.input(`${QuizicorderDir}/screen.webm`)
.input( `${QuizicorderDir}/...
Nommiiee
Votes: 0
Answers: 1
Stream MongoDB Grid-FS File As Input For fluent-ffmpeg Transcode Process
I am trying to compress/transcode a video file that is saved in my MongoDB database, but I am not sure how I can add it as an input stream into the ffmpeg transcoding process.
Any ideas?
async fun...
twominds
Votes: 0
Answers: 0