rFlex / SCRecorder

iOS camera engine with Vine-like tap to record, animatable filters, slow motion, segments editing
Apache License 2.0
3.06k stars 583 forks source link

Render failed because a pixel format YCC420f is not supported. #281

Open shiweige opened 8 years ago

shiweige commented 8 years ago

I am trying the example[Playing back your recording] in Xcode, but got such error. What can I do to fix this issue? My Xcode version is 7.2.1.

jayeshthanki903 commented 8 years ago

i got same problem when i use video from library and play with SCPlayer with asset setItemByAsset: for example, using imagePicker i got video [_player setItemByAsset:[AVAsset assetWithURL:[info objectForKey:UIImagePickerControllerMediaURL]]];

i am using same demo of SCRecorder and customise with UIImagePickerController.

m1entus commented 8 years ago

Any progress with that, i have same issue ?