Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
How do I use the modeules ffmpeg and ffprobe correctly? I have issues with the mp3 files. #21958
Comments
|
Wrong forum. |
|
is this the "question" section for the module "Youtube-dl" ? |
|
No, youtube-dl has nothing to do with nodejs modules. |
Checklist
Question
In the readme it says:
So I included that at the top of my node.js file:
In terminal I ran
which gave me a package json file of:
My function that then downloads the file as mp3 and uploads it to S3 is:
It downloads the file and saved it as
.mp3as expected.So how do I know there is an issue?
Every time I try to use that file in an AWS Transcribe Job it says:
and when I download the file and try to run it in VLC or iTunes it forces the player to close and does not play.
Do I need to do anything else to get the encoding correct?