sucese / phoenix

The one-stop solution for taking pictures / videos, picture / video selection, editing and compression on the Android platform.
Apache License 2.0
1.62k stars 288 forks source link

压缩视频时候报错 #76

Open duanhai123 opened 5 years ago

duanhai123 commented 5 years ago

压缩视频时候报错Fatal error while transcoding, this might be invalid format or bug in engine or Android.这个是什么原因用的是同步的方法

sucese commented 5 years ago

视频格式的问题

CherryLover commented 5 years ago

我使用 Android 原相机录制了一个视频,然后通过视频压缩库进行压缩,直接就提示

Fatal error while transcoding, this might be invalid format or bug in engine or Android.
    com.guoxiaoxing.phoenix.compress.video.engine.InvalidOutputFormatException: Non-baseline AVC video profile is not supported by Android OS, actual profile_idc: 100
        at com.guoxiaoxing.phoenix.compress.video.engine.MediaFormatValidator.validateVideoOutputFormat(MediaFormatValidator.java:25)
        at com.guoxiaoxing.phoenix.compress.video.engine.MediaTranscoderEngine$1.onDetermineOutputFormat(MediaTranscoderEngine.java:147)
        at com.guoxiaoxing.phoenix.compress.video.engine.QueuedMuxer.onSetOutputFormat(QueuedMuxer.java:51)
        at com.guoxiaoxing.phoenix.compress.video.engine.QueuedMuxer.setOutputFormat(QueuedMuxer.java:46)
        at com.guoxiaoxing.phoenix.compress.video.engine.VideoTrackTranscoder.drainEncoder(VideoTrackTranscoder.java:192)
        at com.guoxiaoxing.phoenix.compress.video.engine.VideoTrackTranscoder.stepPipeline(VideoTrackTranscoder.java:90)
        at com.guoxiaoxing.phoenix.compress.video.engine.MediaTranscoderEngine.runPipelines(MediaTranscoderEngine.java:176)
        at com.guoxiaoxing.phoenix.compress.video.engine.MediaTranscoderEngine.transcodeVideo(MediaTranscoderEngine.java:82)
        at com.guoxiaoxing.phoenix.compress.video.VideoCompressor.syncTranscodeVideo(VideoCompressor.java:81)