在Linux下进行视频音频格式转换提取等(国外英语资料).doc

在Linux下进行视频音频格式转换提取等(国外英语资料).doc

  1. 1、本文档共18页,可阅读全部内容。
  2. 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
在Linux下进行视频音频格式转换提取等(国外英语资料)

在Linux下进行视频音频格式转换提取等(国外英语资料) Linux system video conversion: Mencoder and Ffmpeg The video translation under Linux: mencoder Make the mpeg4 video for smartphones and pdas. There is a powerful video audio conversion software on Linux, which is the Mplayers Movie Encoder). The mencoder is like a fully manual camera, with a lot of options to adjust, but heres the most common scenario. Convert avi files and embed the subtitles into video. First, suppose the following conditions: File name: video. Avi Title file: video. SRT Target file: new. Avi Destination file format: mpeg4 Target file video: 200 Target file audio rate: 64 Target file resolution: 320:240 Create the font for the built-in subtitles: simsun. TTF (all of the above can be adjusted according to the actual situation.) The transformation command is as follows: Mencoder - oac mp3lame - lameopts VBR = 3: br = 64 - ovc lavc-lavcoptsvcodec = mpeg4: MBD = 1: vbitrate = 200 - sub video. SRT - o new. Avi - font simsun. Pa-pc-subc36-subfont-text-scale 4-vfscale = 320:240 The meaning of each option: The audio portion of the -oac encoding file. This is using lame to encode audio into mp3, which is mp3lame. Other available options can be viewed by mencoders man page. The lameopts, as its name implies, are the lame option, and you just need to define the code rate. VBR sets the audio rate method, which is VBR = 0-4 0 CBR average bitrate 1 mt Constant bitrate Also forces CBR mode encoding on ABR presets. 3 abr 4 MTRH Im going to use 3 here, abr. The br is the number of codes we need, which is br = 0-1024 , which can only be used when VBR is 0 and 3. - the video part of the ovc encoding file. There are several options - ovc copy does not code, just copies the video stream - ovc divx4 is encoded as divx4 / DivX5 - ovc raw is encoded in any uncompressed format (using the -vf format format) - ovc lavc is encoded using libavcodec -lavcopts is the option of libavcodec. Vcodec = USES the specified video encoding, which lists se

文档评论(0)

f8r9t5c + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

版权声明书
用户编号:8000054077000003

1亿VIP精品文档

相关文档