1 Star 0 Fork 5

hucheng27/BAT_FFMPEG

forked from jingcheng/BAT_FFMPEG 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
youtube-dl-Video-480p-FPS30.conf 704 Bytes
一键复制 编辑 原始数据 按行查看 历史
KnightDanila 提交于 2020-01-22 23:08 . add - for 480p video
# Save all videos under Movies directory in your home directory
-o "/Movies/%(uploader)s - %(title)s.%(ext)s"
# Uniform Format
#-f "bestvideo[ext=mp4]+bestaudio[ext=m4a]"
-f "bestvideo[ext=mp4][vcodec^=avc][height=480][fps<=30]+bestaudio[ext=m4a]/bestvideo[ext=mp4][vcodec^=avc][width=640][fps<=30]+bestaudio[ext=m4a]"
--prefer-ffmpeg
#--extract-audio
#--audio-format aac
#--recode-video mp4
--merge-output-format mp4
# Get All Subs to SRT
--write-sub
# --all-subs
--sub-lang en,ru
--convert-subs srt
# --embed-subs
# Get Auto-gen Subs to SRT
--write-sub
--write-auto-sub
--sub-lang en
--convert-subs srt
# Get metadata
--add-metadata
--embed-thumbnail
# --write-description
# --write-thumbnail
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Shell
1
https://gitee.com/hucheng27/BAT_FFMPEG.git
git@gitee.com:hucheng27/BAT_FFMPEG.git
hucheng27
BAT_FFMPEG
BAT_FFMPEG
master

搜索帮助