bravobit / FFmpeg-Android

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

After processing video not playing #96

Closed maheshc-fgli closed 5 years ago

maheshc-fgli commented 5 years ago

Not able to play video after processing video using following command. Random case

String cmdCompress[] = new String[]{ "-i", data.getVideoPath(), "-c:v", "libx264", "-crf", "32", compressVideoPath };

Brianvdb commented 5 years ago

Please provide more info and the corresponding video file.