Re: Video bit rate

2013-12-09 Thread Seth Willits
On Dec 9, 2013, at 2:27 AM, Damien Cooke wrote: > I am taking video on in my iPhone app at 1280x720 this turns out at about > 40Mb/min What I want is to drop the bit rate not the size using > AVAssetWriter/AVAssetReader, is this possible or even the right way of doing > this? Yes. You can sp

Video bit rate

2013-12-09 Thread Damien Cooke
Hi All, I am taking video on in my iPhone app at 1280x720 this turns out at about 40Mb/min What I want is to drop the bit rate not the size using AVAssetWriter/AVAssetReader, is this possible or even the right way of doing this? I am able to get what I want by dropping the bit rate in an exter