react-native-video-processing icon indicating copy to clipboard operation
react-native-video-processing copied to clipboard

Native Video editing/trimming/compressing :movie_camera: library for React-Native

Results 120 react-native-video-processing issues
Sort by recently updated
recently updated
newest added

``` ProcessingManager.getVideoInfo(source) .then((info) => { this.setStart({ videoInfo:info }) }); ``` ``` console.debug('Video information:'+JSON.stringify(this.start.videoInfo)); console.debug('Selected screenshot time:'+this.state.currentTime) ProcessingManager.getPreviewForSecond(voideUrl,this.state.currentTime, {},'JPEG') .then((data) => { console.debug(data.uri) }) .catch((err)=>{console.debug(err,'getPreviewForSecondErr')}) ``` > Expected result: > Get...

### Current Behavior A video is selected by the user (using 'react-native-image-picker'), and displayed in a Trimmer. However, the Trimmer is not in sync with the currently selected video. This...

### Current Behavior I tried `yarn remove react-native-video-processing` . Got some errors, then I removed the import from the bridging header, then I removed the RNVideoProcessing folder from xcode, removed...

Stacktrace--> ![image](https://user-images.githubusercontent.com/37133281/49584898-cb7f9180-f982-11e8-99eb-bd25b95e351a.png) Attempt to invoke virtual method 'int android.graphics.Bitmap.getWidth()' on a null object reference createBitmap Bitmap.java:685 getFrame VideoPlayerView.java:298 receiveCommand VideoPlayerViewManager.java:136 receiveCommand VideoPlayerViewManager.java:42 dispatchCommand NativeViewHierarchyManager.java:714 execute UIViewOperationQueue.java:261 run UIViewOperationQueue.java:821 flushPendingBatches UIViewOperationQueue.java:928...

### Your Environment For now, we integrate react native with a native project with pod, so the podspec file is necessary for us. Thanks.

### Current Behavior Fixed size through props width and height ### Expected Behavior Full screen mode through flex: 1 ### Your Environment | software | version | ------------------------------ | -------...

### Current Behavior The video is distorted for some reason in simulators, But on the physical device is working well. In simulator: ![image](https://user-images.githubusercontent.com/9635252/75288925-a7aca380-57f3-11ea-844c-aa4186a3212c.png) ### Expected Behavior Show correct video not...

@pisacode @pmella16 @ebellumat @shahen94 Similar to #215 I'm also getting the error: `Exception thrown while executing UI block: CALayer bounds contains NaN: [0 0; nan 50]` It looks like its...

@shahen94 const compressOptions = { width: 720, height: 1280, bitrateMultiplier: 3, saveToCameraRoll: true, // default is false, iOS only saveWithCurrentDate: true, // default is false, iOS only minimumBitrate: 300000, removeAudio:...

### Current Behavior ### Expected Behavior ### Your Environment | software | version | ------------------------------ | ------- | react-native-video-processing | | react-native | | node |