linphone-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Linphone-developers] Video Codec H263 in iOS


From: Praveen kumar
Subject: Re: [Linphone-developers] Video Codec H263 in iOS
Date: Tue, 2 Sep 2014 20:40:11 +0530

Hi   

Is there any solution to over come this issue for H263 video capture frame resize. Here i cant change the video frame size of captured video. By default 360x480 is assigned . How to change valid sizes like 128x96, 176x144, 352x288, 704x576, and 1408x1152 .

Please help me .

ortp-error-Camera is proposing a size bigger than encoder's suggested size (360x480 > 176x144) Using the camera size as fallback because cropping or resizing is not implemented for arm.

ortp-error-no such method on filter IOSDisplay, fid=16387 method index=0

ortp-error-no such method on filter IOSDisplay, fid=16387 method index=1

[h263 @ 0x18e6400] The specified picture size of 360x480 is not valid for the H.263 codec.

Valid sizes are 128x96, 176x144, 352x288, 704x576, and 1408x1152. Try H.263+.


On Mon, Sep 1, 2014 at 7:25 PM, Praveen kumar <address@hidden> wrote:
Hi,

Even i tried with that , im getting same error 

ortp-error-Camera is proposing a size bigger than encoder's suggested size (360x480 > 176x144) Using the camera size as fallback because cropping or resizing is not implemented for arm.

2014-09-01 19:24:41.023 iPhoneXMPP[603:60b] WARNING: -[<AVCaptureConnection: 0x57daa70> setVideoMinFrameDuration:] is deprecated.  Please use AVCaptureDevice setActiveVideoMinFrameDuration

2014-09-01 19:24:41.024 iPhoneXMPP[603:60b] WARNING: -[<AVCaptureConnection: 0x57daa70> setVideoMaxFrameDuration:] is deprecated.  Please use AVCaptureDevice setActiveVideoMaxFrameDuration

ortp-error-no such method on filter IOSDisplay, fid=16387 method index=0

ortp-error-no such method on filter IOSDisplay, fid=16387 method index=1

[h263 @ 0x18e6400] The specified picture size of 360x480 is not valid for the H.263 codec.

Valid sizes are 128x96, 176x144, 352x288, 704x576, and 1408x1152. Try H.263+.

ortp-error-avcodec_open() failed: -1




On Mon, Sep 1, 2014 at 7:10 PM, BIENKOWSKI Guillaume <address@hidden> wrote:
Could you try taking only H263-1998? (ie, remove the 2nd of the 2 lines I gave you)
On Mon, Sep 1, 2014 at 2:17 PM, Praveen kumar <address@hidden> wrote:
Hi 

Thanks for your reply, while i add these line , i'm getting some error regarding AVCaptureDevice frame mentioned below.How to change the frame of the AVCaptureDevice . Please help me regarding this.

[h263 @ 0x1c79200] The specified picture size of 360x480 is not valid for the H.263 codec.

Valid sizes are 128x96, 176x144, 352x288, 704x576, and 1408x1152. Try H.263+.


Thanks .


_______________________________________________
Linphone-developers mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/linphone-developers



_______________________________________________
Linphone-developers mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/linphone-developers




--




--


reply via email to

[Prev in Thread] Current Thread [Next in Thread]