gbaoye
帖子: 48
注册时间: 2012-02-10 15:28

在压缩10BIT的时候 我想把字幕也压进去,是外挂字幕 还是内嵌字幕??


CD /D "%~dp0"

x264_64 --acodec none --crf 22 --preset 8 -f -3:-3 -r 16 -b 16 -o "%~dpn1_crf4.mp4" "%~1"

pause

把下面的融合在一起 怎么融合 麻烦大神们了 谢谢了
x264_32_tMod-8bit-420.exe --sub "subtitles-1.ass" --sub "subtitles-2.ass" --sub "subtitles-3.ass" --video-filter subtitles[/Other video filters] [Other x264 options] --output "output.mp4" "input.mkv"
头像
xiao7
帖子: 138
注册时间: 2010-09-25 16:16

Re: 在压缩10BIT的时候 我想把字幕也压进去,是外挂字幕 还是内嵌字幕??

CD /D "%~dp0"

x264_64 --sub "字幕.ass" --acodec none --crf 22 --preset 8 -f -3:-3 -r 16 -b 16 -o "%~dpn1_crf4.mp4" "%~1"

pause


大概是这样? 没用过,这个功能,貌似是tmod限定功能
头像
06_taro
核心会员
核心会员
帖子: 998
注册时间: 2010-09-22 18:32
来自: United Kingdom
联系: 网站

Re: 在压缩10BIT的时候 我想把字幕也压进去,是外挂字幕 还是内嵌字幕??

[syntax lang="winbatch"]CD /D "%~dp0"
x264_64 --acodec none --crf 22 --preset 8 -f -3:-3 -r 16 -b 16 --vf subtitles --sub "%~dpn1.ass" -o "%~dpn1_crf4.mp4" "%~1"
pause[/syntax]

自動載入的是和源同路徑同名的ass
つまんねー事聞くなよ!

I, personally, for me, believe (obviously sometimes) that my OS choice is right. That's me. I'm not telling you that you should believe it. Learn the facts, and the origins behind the facts, and make up your own damn mind. That's why you have one. (source)

Follow me: @06_taro

304——
为纪念伟大的宇宙史上最强压制304先生,联合国教科文组织决定,将每年的第304天,即平年的10月31日或者闰年的10月30日,定为世界304日。
gbaoye
帖子: 48
注册时间: 2012-02-10 15:28

Re: 在压缩10BIT的时候 我想把字幕也压进去,是外挂字幕 还是内嵌字幕??

06_taro 写了:[syntax lang="winbatch"]CD /D "%~dp0"
x264_64 --acodec none --crf 22 --preset 8 -f -3:-3 -r 16 -b 16 --vf subtitles --sub "%~dpn1.ass" -o "%~dpn1_crf4.mp4" "%~1"
pause[/syntax]

自動載入的是和源同路徑同名的ass
如果是MKV里面的字幕呢 可以一起载入吗
头像
06_taro
核心会员
核心会员
帖子: 998
注册时间: 2010-09-22 18:32
来自: United Kingdom
联系: 网站

Re: 在压缩10BIT的时候 我想把字幕也压进去,是外挂字幕 还是内嵌字幕??

不行
つまんねー事聞くなよ!

I, personally, for me, believe (obviously sometimes) that my OS choice is right. That's me. I'm not telling you that you should believe it. Learn the facts, and the origins behind the facts, and make up your own damn mind. That's why you have one. (source)

Follow me: @06_taro

304——
为纪念伟大的宇宙史上最强压制304先生,联合国教科文组织决定,将每年的第304天,即平年的10月31日或者闰年的10月30日,定为世界304日。
gbaoye
帖子: 48
注册时间: 2012-02-10 15:28

Re: 在压缩10BIT的时候 我想把字幕也压进去,是外挂字幕 还是内嵌字幕??

06_taro 写了:不行
没有别的办法了吗 主要是MKV的字幕 外挂字幕我合成下就可以了
头像
rshadow
帖子: 57
注册时间: 2011-03-23 10:18
联系: ICQ

Re: 在压缩10BIT的时候 我想把字幕也压进去,是外挂字幕 还是内嵌字幕??

gbaoye 写了:
06_taro 写了:不行
没有别的办法了吗 主要是MKV的字幕 外挂字幕我合成下就可以了
把字幕单独抽出来再作内嵌不行吗~?虽然有点麻烦就是了
头像
06_taro
核心会员
核心会员
帖子: 998
注册时间: 2010-09-22 18:32
来自: United Kingdom
联系: 网站

Re: 在压缩10BIT的时候 我想把字幕也压进去,是外挂字幕 还是内嵌字幕??

也不是完全不可以,用mencoder/mplayer2/ffmpeg之類可以內部渲染字幕(或者vf渲染字幕)的來pipe。
つまんねー事聞くなよ!

I, personally, for me, believe (obviously sometimes) that my OS choice is right. That's me. I'm not telling you that you should believe it. Learn the facts, and the origins behind the facts, and make up your own damn mind. That's why you have one. (source)

Follow me: @06_taro

304——
为纪念伟大的宇宙史上最强压制304先生,联合国教科文组织决定,将每年的第304天,即平年的10月31日或者闰年的10月30日,定为世界304日。
gbaoye
帖子: 48
注册时间: 2012-02-10 15:28

Re: 在压缩10BIT的时候 我想把字幕也压进去,是外挂字幕 还是内嵌字幕??

rshadow 写了:
gbaoye 写了:
06_taro 写了:不行
没有别的办法了吗 主要是MKV的字幕 外挂字幕我合成下就可以了
把字幕单独抽出来再作内嵌不行吗~?虽然有点麻烦就是了
只能这样了 麻烦点 内嵌的字幕 不喜欢
头像
msg7086
帖子: 600
注册时间: 2011-02-19 0:49

Re: 在压缩10BIT的时候 我想把字幕也压进去,是外挂字幕 还是内嵌字幕??

gbaoye 写了:只能这样了 麻烦点 内嵌的字幕 不喜欢
到底是要内嵌字幕还是不喜欢内嵌字幕……我咋看不懂了
Delogo LGD Collections 各种台标下载 | Home Of VapourSynth Evolution

<回答が無い理由>
1. 誰も知らない
2. 質問文が意味不明
3. 知ってるが、お前の態度が気に入らない
4. 良いボケが思いつかない

回到 “视频编码器 / Video encoder discussion”