导入 H264 MP4 文件时 Adobe Premiere CC Pro 崩溃
Crashing Adobe Premiere CC Pro when importing H264 MP4 file
我正在使用 h264 Ubuntu 中的 kazam 进行截屏。
为了编辑视频,我尝试使用最新版本的 vegas pro。它只播放没有任何视频的音频。
然后我尝试使用 adobe premier 2017 对其进行编辑。每当我导入文件 (mp4) 时,premier pro 都会崩溃而没有任何有用的消息。
我为编解码器安装了 quicktime,但没有成功。我还使用 Format Factory(http://www.pcfreetime.com/) 将媒体转换为 MOV ...但是 premier 就崩溃了。
我该如何解决这个问题?
这是媒体信息:
General
Complete name : C:\Users\user\Desktop\vdo.mp4
Format : MPEG-4
Format profile : Base Media / Version 2
Codec ID : mp42 (mp42/mp41/isom/iso2)
File size : 23.0 MiB
Duration : 9 min 20 s
Overall bit rate : 344 kb/s
Encoded date : UTC 2017-02-11 06:43:57
Tagged date : UTC 2017-02-11 06:43:57
Video
ID : 1
Format : AVC
Format/Info : Advanced Video Codec
Format profile : High 4:4:4 Predictive@L4
Format settings, CABAC : No
Format settings, ReFrames : 1 frame
Codec ID : avc1
Codec ID/Info : Advanced Video Coding
Duration : 9 min 20 s
Bit rate : 343 kb/s
Maximum bit rate : 2 097 kb/s
Width : 1 674 pixels
Height : 858 pixels
Display aspect ratio : 1.951
Frame rate mode : Constant
Frame rate : 15.000 FPS
Color space : YUV
Chroma subsampling : 4:4:4
Bit depth : 8 bits
Scan type : Progressive
Bits/(Pixel*Frame) : 0.016
Stream size : 22.9 MiB (100%)
Writing library : x264 core 148 r2643 5c65704
Encoding settings : cabac=0 / ref=1 / deblock=0:0:0 / analyse=0:0 / me=dia / subme=0 / psy=1 / psy_rd=1.00:0.00 / mixed_ref=0 / me_range=16 / chroma_me=1 / trellis=0 / 8x8dct=0 / cqm=0 / deadzone=21,11 / fast_pskip=1 / chroma_qp_offset=6 / threads=4 / lookahead_threads=1 / sliced_threads=0 / nr=0 / decimate=1 / interlaced=0 / bluray_compat=0 / constrained_intra=0 / bframes=0 / weightp=0 / keyint=150 / keyint_min=15 / scenecut=0 / intra_refresh=0 / rc=cqp / mbtree=0 / qp=15 / ip_ratio=1.40 / aq=0
Language : English
Encoded date : UTC 2017-02-11 06:43:57
Tagged date : UTC 2017-02-11 06:43:57
以下是截屏视频首选项:
您已将视频录制为具有全色度采样的 H.264。大多数商业编辑器不使用这种格式。可以用ffmpeg转成普通的YUV4:2:0采样方案
ffmpeg -i in.mp4 -crf 18 -pix_fmt yuv420p -c:a copy out.mp4
为了将来使用,请检查 Kazam 是否提供直接录制到 4:2:0。
我正在使用 h264 Ubuntu 中的 kazam 进行截屏。
为了编辑视频,我尝试使用最新版本的 vegas pro。它只播放没有任何视频的音频。
然后我尝试使用 adobe premier 2017 对其进行编辑。每当我导入文件 (mp4) 时,premier pro 都会崩溃而没有任何有用的消息。
我为编解码器安装了 quicktime,但没有成功。我还使用 Format Factory(http://www.pcfreetime.com/) 将媒体转换为 MOV ...但是 premier 就崩溃了。
我该如何解决这个问题?
这是媒体信息:
General
Complete name : C:\Users\user\Desktop\vdo.mp4
Format : MPEG-4
Format profile : Base Media / Version 2
Codec ID : mp42 (mp42/mp41/isom/iso2)
File size : 23.0 MiB
Duration : 9 min 20 s
Overall bit rate : 344 kb/s
Encoded date : UTC 2017-02-11 06:43:57
Tagged date : UTC 2017-02-11 06:43:57
Video
ID : 1
Format : AVC
Format/Info : Advanced Video Codec
Format profile : High 4:4:4 Predictive@L4
Format settings, CABAC : No
Format settings, ReFrames : 1 frame
Codec ID : avc1
Codec ID/Info : Advanced Video Coding
Duration : 9 min 20 s
Bit rate : 343 kb/s
Maximum bit rate : 2 097 kb/s
Width : 1 674 pixels
Height : 858 pixels
Display aspect ratio : 1.951
Frame rate mode : Constant
Frame rate : 15.000 FPS
Color space : YUV
Chroma subsampling : 4:4:4
Bit depth : 8 bits
Scan type : Progressive
Bits/(Pixel*Frame) : 0.016
Stream size : 22.9 MiB (100%)
Writing library : x264 core 148 r2643 5c65704
Encoding settings : cabac=0 / ref=1 / deblock=0:0:0 / analyse=0:0 / me=dia / subme=0 / psy=1 / psy_rd=1.00:0.00 / mixed_ref=0 / me_range=16 / chroma_me=1 / trellis=0 / 8x8dct=0 / cqm=0 / deadzone=21,11 / fast_pskip=1 / chroma_qp_offset=6 / threads=4 / lookahead_threads=1 / sliced_threads=0 / nr=0 / decimate=1 / interlaced=0 / bluray_compat=0 / constrained_intra=0 / bframes=0 / weightp=0 / keyint=150 / keyint_min=15 / scenecut=0 / intra_refresh=0 / rc=cqp / mbtree=0 / qp=15 / ip_ratio=1.40 / aq=0
Language : English
Encoded date : UTC 2017-02-11 06:43:57
Tagged date : UTC 2017-02-11 06:43:57
以下是截屏视频首选项:
您已将视频录制为具有全色度采样的 H.264。大多数商业编辑器不使用这种格式。可以用ffmpeg转成普通的YUV4:2:0采样方案
ffmpeg -i in.mp4 -crf 18 -pix_fmt yuv420p -c:a copy out.mp4
为了将来使用,请检查 Kazam 是否提供直接录制到 4:2:0。