Re: [FFmpeg-devel] avfoundation AVMediaTypeMuxed device support

2015-07-27 Thread Gianluigi Tiesi
Hi, looks like setting capture_dict with: AVVideoScalingModeKey : AVVideoScalingModeResizeAspect fixes the problem -- Gianluigi Tiesi EDP Project Leader Netfarm S.r.l. - http://www.netfarm.it/ Free Software: http://oss.netfarm.it/ ___ ffmpeg-devel

Re: [FFmpeg-devel] avfoundation AVMediaTypeMuxed device support

2015-07-27 Thread Gianluigi Tiesi
: Video: rawvideo (UYVY / 0x59565955), uyvy422, 703x576, 25 fps, 25 tbr, 1000k tbn, 1000k tbc btw ntsc does not exposes the problem and shows: Stream #0:0: Video: rawvideo (UYVY / 0x59565955), uyvy422, 704x480, 29.97 fps, 29.97 tbr, 1000k tbn, 1000k tbc -- Gianluigi Tiesi EDP Project Leader

Re: [FFmpeg-devel] avfoundation AVMediaTypeMuxed device support

2015-07-27 Thread Gianluigi Tiesi
: rawvideo (UYVY / 0x59565955), uyvy422, 702x576, 25 fps, 25 tbr, 1000k tbn, 1000k tbc Regards -- Gianluigi Tiesi EDP Project Leader Netfarm S.r.l. - http://www.netfarm.it/ Free Software: http://oss.netfarm.it/ ___ ffmpeg-devel mailing list ffmpeg

[FFmpeg-devel] avfoundation AVMediaTypeMuxed device support

2015-07-27 Thread Gianluigi Tiesi
e the resolution problem. Any help would be appreciated Regards -- Gianluigi Tiesi EDP Project Leader Netfarm S.r.l. - http://www.netfarm.it/ Free Software: http://oss.netfarm.it/ diff --git a/libavdevice/avfoundation.m b/libavdevice/avfoundation.m index 763e675..d4904a4 100644 --- a/libavdevi

[FFmpeg-devel] [PATCH] support for latest git of libilbc

2014-09-18 Thread Gianluigi Tiesi
Hi, in the latest git commits of libilbc developers removed WebRtc_xxx typedefs The attached patch uses int types instead, it's safe to apply also for previous versions since WebRtc_Word16 was always a typedef of int16_t and WebRtc_UWord16 a typedef of uint16_t Regards -- Gianluigi Tiesi