bravobit / FFmpeg-Android

FFMpeg/FFprobe compiled for Android
https://bravobit.nl/
MIT License
734 stars 172 forks source link

convert video not wroking #86

Closed trongtrong closed 5 years ago

trongtrong commented 5 years ago

Hi, i'm trying convert with cmd String[] cmd = {"-y", "-i",input.mp4, ","-c:v", "libx264", "-c", "copy", output.mp4, "-hide_banner"}; but file output.mp4 not playing, how to reslove it? (file input.mp4 have resolution 1920x1080, 30fps)