I used MyRecorder sample by QTKit, it records everything but I have a problem that my camera is PAL and the resolution of H264 encoding for PAL and NTSC are different. PAL is 724x568 and NTSC is 724x480.
When I choose QT Profile for H264High, it by default takes only 724x480 NTSC resolution output file but my camera is 724x568 so the final output has lots of unwanted horizontal lines in between moving objects.
I know the problem is only resolution settings but QTKit is so closely coded, there are no settings to change any encoder parameters.
However apple recommends to use QTKit only instead of earlier sequence grabber approach, but our large customer base will have PAL cameras only and we need some solution to enable PAL resolution. Can anyone guide us?