- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在试验 FFMPEG 命令将任何视频格式转换为 mp4。
服务器管理员执行我创建的以下命令并向我显示错误:
ffmpeg -ss 00:03:00 -i /video/1444107854.mov -c:v libx264 /video/player/1444107854.mp4 -vframes 1 /video/thumb/1444107854.jpg
[aac @ 0x2b845a0] The encoder 'aac' is experimental but experimental codecs are not enabled, add '-strict -2' if you want to use it.
ffmpeg version N-75903-g14573b9 Copyright (c) 2000-2015 the FFmpeg developers built with gcc 4.4.7 (GCC) 20120313 (Red Hat 4.4.7-16)
ffmpeg -ss 00:03:00 -i /video/1444107854.mov -c:v libx264 -c:a copy /video/player/1444107854.mp4 -vframes 1 /video/thumb/1444107854.jpg
> ffmpeg version N-75903-g14573b9 Copyright (c) 2000-2015 the FFmpeg
> developers built with gcc 4.4.7 (GCC) 20120313 (Red Hat 4.4.7-16)
> configuration: --enable-libx264 --enable-gpl libavutil 55.
> 3.100 / 55. 3.100 libavcodec 57. 5.100 / 57. 5.100 libavformat 57. 3.100 / 57. 3.100 libavdevice 57. 0.100 /
> 57. 0.100 libavfilter 6. 10.100 / 6. 10.100 libswscale 4. 0.100 / 4. 0.100 libswresample 2. 0.100 / 2. 0.100 libpostproc 54. 0.100 / 54. 0.100 Input #0, mpeg, from
> '/video/1444108714.mpg':
> Duration: 00:00:02.14, start: 0.184278, bitrate: 15689 kb/s
> Stream #0:0[0x1e0]: Video: mpeg2video (Main), yuv420p(tv, bt709), 1920x1080 [SAR 1:1 DAR 16:9], max. 38810 kb/s, 29.97 fps, 29.97 tbr,
> 90k tbn, 59.94 tbc
> Stream #0:1[0x80]: Audio: ac3, 48000 Hz, 5.1(side), fltp, 448 kb/s [swscaler @ 0x347fda0] deprecated pixel format used, make sure you did
> set range correctly [libx264 @ 0x34708a0] using SAR=1/1 [libx264 @
> 0x34708a0] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 [libx264
> @ 0x34708a0] profile High, level 4.0 [libx264 @ 0x34708a0] 264 - core
> 148 r2597 e86f3a1 - H.264/MPEG-4 AVC codec - Copyleft 2003-2015 -
> http://www.videolan.org/x264.html - options: cabac=1 ref=3
> deblock=1:0:0 analyse=0x3:0x113 me=hex subme=7 psy=1 psy_rd=1.00:0.00
> mixed_ref=1 me_range=16 chroma_me=1 trellis=1 8x8dct=1 cqm=0
> deadzone=21,11 fast_pskip=1 chroma_qp_offset=-2 threads=34
> lookahead_threads=5 sliced_threads=0 nr=0 decimate=1 interlaced=0
> bluray_compat=0 constrained_intra=0 bframes=3 b_pyramid=2 b_adapt=1
> b_bias=0 direct=1 weightb=1 open_gop=0 weightp=2 keyint=250
> keyint_min=25 scenecut=40 intra_refresh=0 rc_lookahead=40 rc=crf
> mbtree=1 crf=23.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 ip_ratio=1.40
> aq=1:1.00 [mp4 @ 0x346f6c0] Codec for stream 1 does not use global
> headers but container format requires global headers [mp4 @ 0x346f6c0]
> track 1: codec frame size is not set Output #0, mp4, to
> '/video/player/1444108714.mp4':
> Metadata:
> encoder : Lavf57.3.100
> Stream #0:0: Video: h264 (libx264) ([33][0][0][0] / 0x0021), yuv420p, 1920x1080 [SAR 1:1 DAR 16:9], q=-1--1, 29.97 fps, 30k tbn,
> 29.97 tbc
> Metadata:
> encoder : Lavc57.5.100 libx264
> Stream #0:1: Audio: ac3 ([165][0][0][0] / 0x00A5), 48000 Hz, 5.1(side), 448 kb/s Output #1, image2, to '/video/thumb/1444108714.jpg':
> Metadata:
> encoder : Lavf57.3.100
> Stream #1:0: Video: mjpeg, yuvj420p(pc), 1920x1080 [SAR 1:1 DAR 16:9], q=2-31, 200 kb/s, 29.97 fps, 29.97 tbn, 29.97 tbc
> Metadata:
> encoder : Lavc57.5.100 mjpeg Stream mapping: Stream #0:0 -> #0:0 (mpeg2video (native) -> h264 (libx264)) Stream #0:1 -> #0:1 (copy) Stream #0:0 -> #1:0 (mpeg2video (native) -> mjpeg (native)) Press [q] to stop, [?] for help [mp4 @ 0x346f6c0]
> Non-monotonous DTS in output stream 0:1; previous: 2208, current: 672;
> changing to 2209. This may result in incorrect timestamps in the
> output file. frame= 0 fps=0.0 q=0.0 Lq=0.0 size= 23kB
> time=00:00:00.07 bitrate=2447.5kbits/s video:0kB audio:23kB
> subtitle:0kB other streams:0kB global headers:0kB muxing overhead:
> 3.457839%
ffmpeg -y -i ./1445675270.m4b -c:v libx264 -crf 20 -preset slow -pix_fmt yuv420p -movflags +faststart -c:a libfdk_aac -b:a 128k ./player/1445675270.mp4 -vframes 1 ./thumb/1445675270.jpg
ffmpeg version git-2015-10-11-49f4967 Copyright (c) 2000-2015 the FFmpeg developers
built with gcc 4.4.7 (GCC) 20120313 (Red Hat 4.4.7-16)
configuration: --prefix=/root/ffmpeg_build --extra-cflags=-I/root/ffmpeg_build/include --extra-ldflags=-L/root/ffmpeg_build/lib --bindir=/root/bin --pkg-config-flags=--static --enable-gpl --enable-nonfree --enable-libfdk-aac --enable-libfreetype --enable-libmp3lame --enable-libopus --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libx265
libavutil 55. 3.100 / 55. 3.100
libavcodec 57. 5.100 / 57. 5.100
libavformat 57. 3.100 / 57. 3.100
libavdevice 57. 0.100 / 57. 0.100
libavfilter 6. 11.100 / 6. 11.100
libswscale 4. 0.100 / 4. 0.100
libswresample 2. 0.100 / 2. 0.100
libpostproc 54. 0.100 / 54. 0.100
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x31e07c0] stream 0, timescale not set
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from './1445675270.m4b':
Metadata:
major_brand : M4A
minor_version : 0
compatible_brands: M4A mp42isom
creation_time : 2005-08-01 07:26:16
tool : ?
title : MAKE_2005-08-01
artist : MAKE Magazine
composer : MAKE Magazine - Phillip Torrone
album : Interview with Janus Wireless
grouping : MAKE Magazine enhanced podcast
genre : Podcast
date : 2005
comment : Interview with Janus wireless and their 5 Wi-Fi card packet capturing Linux box. This is a special enhanced podcast (this file plays images and links in iTunes and on iPod color devices).
Duration: 00:02:57.54, start: 0.000000, bitrate: 162 kb/s
Chapter #0:0: start 0.000000, end 17.000000
Metadata:
title : MAKE Magazine @ DEFCON with JANUS
Chapter #0:1: start 17.000000, end 37.000000
Metadata:
title : Janus
Chapter #0:2: start 37.000000, end 83.000000
Metadata:
title : Construction
Chapter #0:3: start 83.000000, end 109.000000
Metadata:
title : The MAKERs
Chapter #0:4: start 109.000000, end 177.540000
Metadata:
title : Display
Stream #0:0(eng): Audio: aac (LC) (mp4a / 0x6134706D), 22050 Hz, mono, fltp, 32 kb/s (default)
Metadata:
creation_time : 2005-08-01 07:26:16
handler_name : ?Apple Alias Data Handler
Stream #0:1(eng): Subtitle: mov_text (text / 0x74786574), 0 kb/s
Metadata:
creation_time : 2005-08-01 07:26:16
handler_name : ?Apple Alias Data Handler
Stream #0:2(eng): Video: tiff (tiff / 0x66666974), rgb24, 167x166, 126 kb/s, SAR 206:275 DAR 17201:22825, 0.03 fps, 1 tbr, 22050 tbn, 22050 tbc (default)
Metadata:
creation_time : 2005-08-01 07:26:16
handler_name : ?Apple Alias Data Handler
encoder : TIFF (Uncompressed)
Stream #0:3(eng): Subtitle: mov_text (tx3g / 0x67337874), 160x160, 0 kb/s (default)
Metadata:
creation_time : 2005-08-01 07:26:16
handler_name : ?Apple Alias Data Handler
Stream #0:4: Video: mjpeg, yuvj444p(pc, bt470bg/unknown/unknown), 167x166 [SAR 1:1 DAR 167:166], 90k tbr, 90k tbn, 90k tbc
[swscaler @ 0x3242360] deprecated pixel format used, make sure you did set range correctly
[libx264 @ 0x3228c40] width not divisible by 2 (167x166)
Output #0, mp4, to './player/1445675270.mp4':
Metadata:
major_brand : M4A
minor_version : 0
compatible_brands: M4A mp42isom
comment : Interview with Janus wireless and their 5 Wi-Fi card packet capturing Linux box. This is a special enhanced podcast (this file plays images and links in iTunes and on iPod color devices).
tool : ?
title : MAKE_2005-08-01
artist : MAKE Magazine
composer : MAKE Magazine - Phillip Torrone
album : Interview with Janus Wireless
grouping : MAKE Magazine enhanced podcast
genre : Podcast
date : 2005
Chapter #0:0: start 0.000000, end 17.000000
Metadata:
title : MAKE Magazine @ DEFCON with JANUS
Chapter #0:1: start 17.000000, end 37.000000
Metadata:
title : Janus
Chapter #0:2: start 37.000000, end 83.000000
Metadata:
title : Construction
Chapter #0:3: start 83.000000, end 109.000000
Metadata:
title : The MAKERs
Chapter #0:4: start 109.000000, end 177.540000
Metadata:
title : Display
Stream #0:0(eng): Video: h264, none, q=2-31, 128 kb/s, SAR 206:275 DAR 0:0, 1 fps (default)
Metadata:
creation_time : 2005-08-01 07:26:16
handler_name : ?Apple Alias Data Handler
encoder : Lavc57.5.100 libx264
Stream #0:1(eng): Audio: aac, 0 channels, 128 kb/s (default)
Metadata:
creation_time : 2005-08-01 07:26:16
handler_name : ?Apple Alias Data Handler
encoder : Lavc57.5.100 libfdk_aac
Output #1, image2, to './thumb/1445675270.jpg':
Metadata:
major_brand : M4A
minor_version : 0
compatible_brands: M4A mp42isom
comment : Interview with Janus wireless and their 5 Wi-Fi card packet capturing Linux box. This is a special enhanced podcast (this file plays images and links in iTunes and on iPod color devices).
tool : ?
title : MAKE_2005-08-01
artist : MAKE Magazine
composer : MAKE Magazine - Phillip Torrone
album : Interview with Janus Wireless
grouping : MAKE Magazine enhanced podcast
genre : Podcast
date : 2005
Chapter #1:0: start 0.000000, end 17.000000
Metadata:
title : MAKE Magazine @ DEFCON with JANUS
Chapter #1:1: start 17.000000, end 37.000000
Metadata:
title : Janus
Chapter #1:2: start 37.000000, end 83.000000
Metadata:
title : Construction
Chapter #1:3: start 83.000000, end 109.000000
Metadata:
title : The MAKERs
Chapter #1:4: start 109.000000, end 177.540000
Metadata:
title : Display
Stream #1:0(eng): Video: mjpeg, none, q=2-31, 128 kb/s, SAR 206:275 DAR 0:0, 1 fps (default)
Metadata:
creation_time : 2005-08-01 07:26:16
handler_name : ?Apple Alias Data Handler
encoder : Lavc57.5.100 mjpeg
Stream mapping:
Stream #0:2 -> #0:0 (tiff (native) -> h264 (libx264))
Stream #0:0 -> #0:1 (aac (native) -> aac (libfdk_aac))
Stream #0:2 -> #1:0 (tiff (native) -> mjpeg (native))
Error while opening encoder for output stream #0:0 - maybe incorrect parameters such as bit_rate, rate, width or height
最佳答案
你在这里有三个不同的问题。
问题1:实验性AAC编码器
The encoder 'aac' is experimental but experimental codecs are not enabled,
add '-strict -2' if you want to use it.
-strict -2
如消息所述。这将允许您使用 native FFmpeg AAC 编码器。最近对该编码器进行了改进。 -c:a copy
的音频就像您在第二个命令中所做的那样。这仅在输出容器格式支持流复制音频格式时才有效。 Output file is empty, nothing was encoded
(check -ss / -t / -frames parameters if used)
-ss 00:03:00
跳过前 3 分钟,但您的输入持续时间只有大约 2 秒。
Error while opening encoder for output stream #0:0
maybe incorrect parameters such as bit_rate, rate, width or height
#0:0
在这种情况下,根据控制台输出的结尾,指的是视频流:
Stream mapping:
Stream #0:2 -> #0:0 (tiff (native) -> h264 (libx264))
Error while opening encoder
”消息时,值得仔细查看控制台输出,以了解与上述流相关的更具体的错误。在这种情况下,它是:
[libx264 @ 0x3228c40] width not divisible by 2 (167x166)
-vf scale=-2:ih
-vf crop=iw-1:ih
关于ffmpeg 命令失败,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33066665/
我正在尝试使用 ldash 等选项和 http_opts ,正如 dash muxer 文档所描述的,但 FFmpeg 无法识别它们。我正在使用最新发布的 ffmpeg v4.2.2 版本。我在 ff
假设我们有许多想要与 -vcodec 副本(或等效语法)合并的视频记录。无需重新编码,不会损失质量。并且很少有记录(minor set),有另外的编解码器,参数等等。所以我们可以使用 ffprobe
有没有办法安装 ffmpeg 没有root访问权限?使用 ./configure 无法做到这一点来自 git 克隆 git://source.FFmpeg.org/fFFmpeg.git 最佳答案 是
在应用程序中直接使用 FFmpeg 与使用 Ffmpeg 命令行有什么区别? 最佳答案 没有:FFmpeg 命令行只是一个使用 FFmpeg API 的应用程序。当然,在使用该应用程序时,您仅限于已实
我正在使用以下命令对文件(下面的媒体信息)进行编码: ffmpeg -i AHomeMovie.mkv -map 0 -c copy -c:v libx264 -preset veryslow -cr
我正在制作一张圣诞贺卡,我需要将视频嵌入到右侧(边框内)的卡片中,并在左侧显示一些文本。 为简单起见,假设我有一个带有透明孔的盒子。我想在那个洞里显示视频。 我正在使用 ffmpeg-python很高
我正在使用 laravel ffmpeg 为视频创建缩略图,但是当我运行代码时,它返回给我 Call to undefined method FFMpeg\FFMpeg::fromDisk() 我不知
我为我的 nvidia 下载了 cuda 驱动程序 但它仍然不使用我的 GPU,它仍然使用 cpu。 我怎样才能让它使用GPU。 我也听说过硬件加速,但那不起作用。 它必须是 h.264 最佳答案 你
尝试剪切视频的多个部分时,我遵循此问题的解决方案 Cut multiple parts of a video with ffmpeg .但问题是,如果我剪切多次(比如大约 20 次或更多),视频和音频
所以我最近开始在我打算在商业上分发的应用程序中实现 ffmpeg。而且我很难理解整个许可过程。 我见过的最常回答的问题似乎是关于 x264,它需要 x264.org 的付费许可才能在商业上使用它(对吗
我使用 ffmpeg 更改视频文件的分辨率,转换到另一个位置后,视频持续 0 秒,但最初持续 2 分钟 我的ffmepg代码: ffmpeg -i input.mp4 -filter:v scale=
如上: FFMPEG 不支持在没有第三部分库的情况下加载外部过滤器是否有特定原因? (像弗莱0r) 我必须重新编译整个包来添加一个新的过滤器! 最佳答案 只有开发人员可以肯定地回答,但我会冒安全风险和
我收到了一个编码器,我需要用 FFMPEG 编译,我是新手,所以我不知道如何用 ffmpeg 添加/编译它。编码器是JSV,我的服务器是ubuntu 14.04。 我已经开始阅读这篇 https://
关闭。这个问题不符合Stack Overflow guidelines .它目前不接受答案。 我们不允许在 Stack Overflow 上提出有关通用计算硬件和软件的问题。您可以编辑问题,使其成为
我正在制作一个利用 ffmpeg 重新混合和转码视频文件的程序。我想使用 ffmpeg -codecs和 ffmpeg -formats (或通过 ffmpeg 可用的任何其他命令)来检查我可以在哪些
这个问题在这里已经有了答案: ffmpeg moving text drawtext (1 个回答) 3年前关闭。 我正在使用此命令使用 ffmpeg 将文本从一个地方移动到另一个地方 ffmpeg
为什么 ffmpeg/ffprobe 为流和整个文件提供不同的比特率值? 当我使用 ffprobe 分析 mp3 文件时,它会在第一行和第二行给出不同的比特率。 有谁知道,有什么区别? // File
如何在ffmpeg中使用drawtext在视频上绘制多色文本? 示例:我想突出句子中的专有名词, “XYZ公司股价上涨91%” 高亮 XYZ 白色 黄色 用绿色突出显示 91% 如果您有任何其他方法不
我想让我的不和谐机器人播放音乐,但我不断收到“找不到 FFMPEG”错误。 我的机器人主要是由 ping 制成的,所以我不会上传那部分。音乐代码应该是这个。 const Discord = requi
我需要帮助在 ffmpeg drawtext 过滤器中正确/(完全)显示德语变音符号“äüö”。我现在不能说我的无能是由于缺乏 ffmpeg 专业知识或机器配置,还是两者兼而有之。非常感谢您的意见。
我是一名优秀的程序员,十分优秀!