shahen94 / react-native-video-processing

Native Video editing/trimming/compressing :movie_camera: library for React-Native
https://shahen94.github.io/react-native-video-processing/
MIT License
1.25k stars 326 forks source link

The video in player is distorted #269

Open Lohins opened 4 years ago

Lohins commented 4 years ago

Current Behavior

The video is distorted for some reason in simulators, But on the physical device is working well. In simulator: image

Expected Behavior

Show correct video not distorted.

Your Environment

software version
react-native-video-processing 1.20.0
react-native 0.59.9
node v10.16.3
Dasd1ngo commented 4 years ago

I found that if the video is in .mp4 format, it will distort like yours. But if I use .MOV format, it is showing fine。

Edit: on simulator