yangjie10930 / EpMedia

Android上基于FFmpeg开发的视频处理框架,简单易用,体积小,帮助使用者快速实现视频处理功能。包含以下功能:剪辑,裁剪,旋转,镜像,合并,分离,变速,添加LOGO,添加滤镜,添加背景音乐,加速减速视频,倒放音视频。 The video processing framework based on FFmpeg developed on Android is simple, easy to use, and small in size, helping users quickly realize video processing functions. Contains the following functions: editing, cropping, rotating, mirroring, merging, separating, variable speed, adding LOGO, adding filters, adding background music, accelerating and decelerating video, rewinding audio and video.
MIT License
2.4k stars 536 forks source link

ON merge audio change video quality #265

Open imvijaykaushik opened 3 years ago

imvijaykaushik commented 3 years ago

Hello all, Please any one get this issue, actually i am adding audio into my pre-recorded video, quality of video decrease after merge audio. below in my code

EpEditor.music(orginal_video_url, audio_file_url, video_output_file_url, 0, 1, new OnEditorListener() { @Override public void onSuccess() { //playvideo } @Override public void onFailure() { //show errer } @Override public void onProgress(float progress) { //update progress } });

Please help me for this. Very Thanks in advance