]> jfr.im git - yt-dlp.git/commit
Embed video URL metadata inside MP4 (#173)
authorpukkandan <redacted>
Fri, 19 Mar 2021 12:12:29 +0000 (17:42 +0530)
committerpukkandan <redacted>
Sat, 20 Mar 2021 04:04:52 +0000 (09:34 +0530)
commitcd9b384cc338da6ce43a66ed392ce995ea73eb35
tree2eea0e25585f9a118797a24e8999c9fbdce274dc
parent4d971a16b831a45147b6ae7ce53b3e105d204da7
Embed video URL metadata inside MP4 (#173)

`mp4` has `comment` and `synopsis`; the synopsis is expected to have the long description
So we save the `webpage_url` to `comment` and `description` to `synopsis`

Related: https://github.com/ytdl-org/youtube-dl/issues/28478

Co-authored by: Damiano Amatruda <redacted>
yt_dlp/postprocessor/ffmpeg.py