You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
//add cover image to streamffmpeg(audioStream)//.addInput("./tmp.jpg") //also no attach to streams.addInput(coverImageUrl).addOption('-map','0:a').addOption('-map','1').addOption('-codec','copy').addOption('-disposition:v','attached_pic').outputFormat('mp3')//required for streams/*.output( filePath, //cover image fine writeStream //no cover image )*///.run().pipe(writeStream)//no cover image
Working with flac and wav.
The text was updated successfully, but these errors were encountered:
I was try:
Working with flac and wav.
The text was updated successfully, but these errors were encountered: