我有一套录像带,作为目录中的图像而保存,Im试图将录像带上高质量的录像,但我尝试的每一场和每种格式都制作出非常值得注意的手法。
基本指挥是:
ffmpeg -r 25 -i %4d.png myvideo.mpg
我曾尝试过高旗和高旗。 任何一种{症状、行踪、冲动、疲软}形式都会发生。
任何关于环境的建议? 最后档案尺寸不是一个问题。
我有一套录像带,作为目录中的图像而保存,Im试图将录像带上高质量的录像,但我尝试的每一场和每种格式都制作出非常值得注意的手法。
基本指挥是:
ffmpeg -r 25 -i %4d.png myvideo.mpg
我曾尝试过高旗和高旗。 任何一种{症状、行踪、冲动、疲软}形式都会发生。
任何关于环境的建议? 最后档案尺寸不是一个问题。
几个方面:
你们需要制作录像带。 我从未使用过敏度和最高度,因此我不知道他们是如何工作的,但通过使用<条码>-b条码>交换机确定比照率,我能够获得高质量的录像。 你们需要拿出一种比喻,在压缩和视频质量之间提供良好的权衡。 你可能必须对此进行试验,因为所有这一切都取决于你的视频内容的大小、框架率和动议数量。 考虑到DVD的平均数为720x480,大约为4-5兆字节/秒,因此我通常从那里开始,决定我是否需要多少次,然后才进行试验。 例如,你可以在指挥线上添加<条码>-b 5000克<>/条码>,以获得多少DVD视频比照。
你们需要具体说明一部录像。 如果你不这样做,那么,ff将拖欠原已久的MPEG-1,而不像MPEG-4或H.264那样提供近似压缩。 如果您的履带式版本得到校准x264的支持,你可具体说明-vcodec libx264
作为指挥线的一部分。 否则,-vcodec mpeg4
也将比MPEG-1做更好的工作,但不包括x264。
还有很多其他先进选择,将有助于你在最低轨道上确定最佳质量。 查阅,请参看。
你们需要具体指明——vb选择增加录像带,否则,你就会发现,这会造成小的录像,但还有更多的手工艺。
类似情况:
ffmpeg -r 25 -i %4d.png -vb 20M myvideo.mpg
在制作录像节目之前,确保全国过渡政府完全不透明。
e. 例如,有图像,给他们一个黑人背景:
convert 0.png -background black -flatten +matte 0_opaque.png
在我的测试中,如果你以透明方式向东帝汶全国人民政府提供信息,那么光线或密码就足以使视频观看良好。
除非你做某种后处理工作,否则录像永远不会优于原来的框架。 同样,如果你在主机之间有大的“jump”,就会看不见。 一般来说,在关键参数之间,你需要足够的“前线”,才能顺利进行估算。 HTH
Can anyone recommend a good library that would enable me to write an application that can blend multiple input videos into one output video (for example into a split screen). I don t care about the ...
Im showing a video int my application, but its being chopped up, its locally on disc so I dont understand why this is so... any way i can start to preload it before playing it - so the content would ...
I ve never had to deal with signal/stream encoding or decoding before, at least not beyond fairly basic protocols like HTTP, so forgive me if I m making this harder than I should be. Several of the ...
I have a Movieclip with about five FLV movies embedded on its timeline, one after another. I am loading multiple instances (about 5-10) of this movieclip onto the stage. Once added to the stage, they ...
Does anybody know a ready-made, reliable way to tell the dimensions (width x height) of a MP4 encoded using the H.264 codec without ffmpeg or similar extensions, in pure PHP? Thanks for all the ...
I am trying to convert our all-flash website to HTML 5. But since so many users still use IE and other browsers that do not support HTML 5 yet, I am looking for some flash media players that can ...
Flash has an API to control the volume for a Sound object. Can volume be controlled like this currently or is there support planned for <audio> or <video> html5 elements?
I created a flash video player using Flash CS3. I exported the player to html and it works fine on my PC. The problem is that it does not play on other machines. It also does not play when the page ...