『漫游』酷论坛>『影音数码技术学习交流』>[求助]MediaCoder使用这 ..

roozhou@2009-05-26 02:39

这是什么垃圾工具作出来的呀
引用

货比30家@2009-05-26 09:04

引用
最初由 roozhou 发布
这是什么垃圾工具作出来的呀
MediaCoder 0.7.0.4395 影音转码快车

压出来根本就没法放
引用

roozhou@2009-05-26 16:49

我说了让你改命令行的,不要设level,你就是不听
引用

货比30家@2009-05-26 23:40

level试过5-15-20,都不行

至于改命令行我不懂怎么弄,顶置上有相关教程?百度了下没结果,roozhou能否截个图或简单一点的方式说明一下?
引用

货比30家@2009-05-28 08:27

roozhou 支招
引用

ljwing@2009-05-28 13:56

好像命令行要装firefox才能改的吧?
引用

Asker@2009-05-28 20:52

楼主我跟你差不多的问题

我这边情况是用 Premiere Pro(2.0) 剪完片子以后输出中间格式以便压缩
片源比较老
640X480 23f
我试了mpeg2,divx,xvid,wmv 等等(pro上有插件的基本上都试了)

最后选了x264vfw(别问我为什么用x264vfw)

设置single pass -lossless profile 输出
avc lever 用 2.0

整个片子输出后时好时坏
好的部分完全正常,只有在某些时间段花

比较诡异的是

花屏的部分换别的编码器lossless压 播放时一样花屏
只有用有损压才过得去...........

图和真相:




除了thread以外没改默认
----------------------


问题部分,第二次压还是有问题


该部分完全不压缩以AVI raw(RGB)格式可以正常输出


同一条剪辑,lossless压缩完全没问题的部分

--------------------------

用AVI(RGB) 输出吧...体积肯定超过16G

压吧...lossless花屏

不用lossless画质很受损
而且x264vfw下面用mutipass该怎么设置呢?

愁死了,
引用

264768502@2009-05-28 21:50

这图真是HX
引用

Asker@2009-05-28 22:14

引用
最初由 264768502 发布
这图真是HX

因为是HX片子做HX镜头剪辑

好吧我承认其实是想做ARMS 20年大特集 XD
----------------------------

刚才试了一下,以下的MediaCoder命令行可以正常压缩片源,并且可以获得近似lossless的画质

# ".\codecs\x264.exe" "$(SourceFile)" --no-psnr --no-ssim --keyint 250 --min-keyint 25 --level 40 --me tesa --merange 16 --no-dct-decimate --non-deterministic --subme 1 --ref 1 --bframes 5 --direct auto --mixed-refs --trellis 2 --b-pyramid --weightb --bitrate $(VideoBitrate) --qcomp 0.6 --sar 1:1 --threads auto --stats "$(PassLogFile)" --pass 1 -o NUL

# ".\codecs\x264.exe" "$(SourceFile)" --no-psnr --no-ssim --keyint 250 --min-keyint 25 --level 40 --me tesa --merange 16 --no-dct-decimate --non-deterministic --subme 1 --ref 1 --bframes 5 --direct auto --mixed-refs --trellis 2 --b-pyramid --weightb --bitrate $(VideoBitrate) --qcomp 0.6 --sar 1:1 --threads auto --stats "$(PassLogFile)" --pass 3 -o NUL

# ".\codecs\x264.exe" "$(SourceFile)" --no-psnr --no-ssim --keyint 250 --min-keyint 25 --level 40 --me tesa --merange 16 --no-dct-decimate --non-deterministic --aq-mode 1 --aq-strength 1.0 --b-adapt 2 --ref 5 --subme 9 --psy-rd 1:0 --bframes 5 --direct auto --mixed-refs --trellis 2 --b-pyramid --weightb --bitrate $(VideoBitrate) --qcomp 0.6 --sar 1:1 --threads auto --stats "$(PassLogFile)" --pass 2 -o "$(DestFile)"

但是在x264vfw下该怎么用命令行?
选中下面的命令行选项后如何设置路径?
请高人指教(尤其是被premiere pro 调用的时候,如何设置2th pass的log文件路径)

还有,请问用MediaCoder能不能把输出的文件封装(Muxer)到Microsoft AVI容器而不是 mp4或mkv
如果不行请问该用哪个软件?(除去Permiere)
引用

a4840639@2009-05-28 23:56

引用
最初由 Asker 发布

因为是HX片子做HX镜头剪辑

好吧我承认其实是想做ARMS 20年大特集 XD
----------------------------

刚才试了一下,以下的MediaCoder命令行可以正常压缩片源,并且可以获得近似lossless的画质

# ".\codecs\x264.exe" "$(SourceFile)" --no-psnr --no-ssim --keyint 250 --min-keyint 25 --level 40 --me tesa --merange 16 --no-dct-decimate --non-deterministic --subme 1 --ref 1 --bframes 5 --direct auto --mixed-refs --trellis 2 --b-pyramid --weightb --bitrate $(VideoBitrate) --qcomp 0.6 --sar 1:1 --threads auto --stats "$(PassLogFile)" --pass 1 -o NUL

# ".\codecs\x264.exe" "$(SourceFile)" --no-psnr --no-ssim --keyint 250 --min-keyint 25 --level 40 --me tesa --merange 16 --no-dct-decimate --non-deterministic --subme 1 --ref 1 --bframes 5 --direct auto --mixed-refs --trellis 2 --b-pyramid --weightb --bitrate $(VideoBitrate) --qcomp 0.6 --sar 1:1 --threads auto --stats "$(PassLogFile)" --pass 3 -o NUL

# ".\codecs\x264.exe" "$(SourceFile)" --no-psnr --no-ssim --keyint 250 --min-keyint 25 --level 40 --me tesa --merange 16 --no-dct-decimate --non-deterministic --aq-mode 1 --aq-strength 1.0 --b-adapt 2 --ref 5 --subme 9 --psy-rd 1:0 --bframes 5 --direct auto --mixed-refs --trellis 2 --b-pyramid --weightb --bitrate $(VideoBitrate) --qcomp 0.6 --sar 1:1 --threads auto --stats "$(PassLogFile)" --pass 2 -o "$(DestFile)"

但是在x264vfw下该怎么用命令行?
选中下面的命令行选项后如何设置路径?
请高人指教(尤其是被premiere pro 调用的时候,如何设置2th pass的log文件路径)

还有,请问用MediaCoder能不能把输出的文件封装(Muxer)到Microsoft AVI容器而不是 mp4或mkv
如果不行请问该用哪个软件?(除去Permiere)


不要用mediacoder输出AVC in AVI,反正很容易出问题。为了安全起见自己REMUX好得多
引用

roozhou@2009-05-31 11:33

可以的话试试avidemux吧
现在只有这个软件输出的AVC in AVI是完全没有问题的
引用

货比30家@2009-05-31 20:28

引用
最初由 roozhou 发布
我说了让你改命令行的,不要设level,你就是不听
MediaCoder可以改命令么?如何设置?roozhou支招
引用

«2345»共5页

| TOP