You are viewing a single comment's thread from:

RE: Convert MP3 to MP4 using Python!!!

in #videos6 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.04
TRX 0.32
JST 0.083
BTC 60737.85
ETH 1558.46
USDT 1.00
SBD 0.50