You are viewing a single comment's thread from:

RE: Convert MP3 to MP4 using Python!!!

in #videos4 years ago (edited)

Coding challenge for anyone interested. Python script downloads youtube videos on IPad OS.

Code: https://gist.github.com/nneonneo/f6b2d659ba76542e7d27e13598a6859c

I changed the
ydl_opts = {'outtmpl': os.path.join(outdir, '%(title)s.%(ext)s'), 'format': 'bestaudio/best', 'postprocessors': [{
'key': 'FFmpegExtractAudio',
'preferredcodec': 'webm',
'preferredquality': '192'
}]}

The operating system won't allow me to download just the audio because IPad doesn't come with a ffmeg

image.png

Coin Marketplace

STEEM 0.17
TRX 0.13
JST 0.027
BTC 58334.82
ETH 2595.71
USDT 1.00
SBD 2.40