Node-ytdl-core: Audio replacing

Created on 21 May 2017  路  2Comments  路  Source: fent/node-ytdl-core

Hi! Is there any way to replace the audio? i want to use a custom .mp3 file instead of the original audio. Is it possible?

not a bug

All 2 comments

You could do that with ffmpeg. See fluent-ffmpeg to do that with node. Just download the video ytdl then post-process it to replace the audio.

Anyway it's not related to ytdl since it does not include any media processors, and aim to stay pure js

Look at pully, it provides post-processing for ytdl-core, there is also an example file.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

PKPear picture PKPear  路  4Comments

shankqr picture shankqr  路  5Comments

ajgeiss0702 picture ajgeiss0702  路  5Comments

NeuronButter picture NeuronButter  路  6Comments

Asaduji picture Asaduji  路  6Comments