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

Setting profileLevel causes video render to fail #297

Open cerupcat opened 8 years ago

cerupcat commented 8 years ago

The default video recording doesn't seem to be compatible on Android. Therefore, I'm trying to set the profileLevel on SCRecorder to a lower profile level (which should fix it). However, when I try and set the profileLevel to anything other than AVVideoProfileLevelH264High41 the video fails with "failed to append buffer" and "skipped video buffer". Any idea why this would be?