H.265/HEVC encoding and decoding in mac os x using AVFoundation?

2016-06-17 Thread Muthulingam Ammaiappan
Hi Friends, currently i am working on the project that deals with decoding and encoding of H.265/HEVC(High Efficiency Video Coding) files... my question : *is it possible by using AVFoundation to do the decoding and encoding for H.265 files?* and if it is not possible can you guys please suggest

Re: NSScrollView and NSTrackingArea woes

2015-07-15 Thread Muthulingam Ammaiappan
Hi J.Varela, i too faced the same problem... and i found that "inertial scrolling" has the reason for this misbehaviour. so "disable the inertia scrolling" will solve this problem. just add the following line to your application init method... * [[NSUserDefaults standardUserDefaults] setBool

AVPlayer throws error while release "itemasync_CopyProperty signalled err=-12785 "

2015-06-18 Thread Muthulingam Ammaiappan
Hi All, recently i found that AVPlayer throws the following Error while it gets release. *[13:32:26.254] itemasync_CopyProperty signalled err=-12785 (kFigBaseObjectError_Invalidated) (invalidated) at /SourceCache/CoreMedia/CoreMedia-1562.235/Prototypes/Player/FigPlayer_Async.c line 2088* *[13:32

how to implement iphoto like animation while doing drag and drop on custom listview

2013-03-13 Thread Muthulingam Ammaiappan
Hi Friends, i had developed the custom list view which is having NSView as a cell with variable sizes to represent the video clips in the timeline. and i had implemented the drag and drop for reordering functionality... that is working as per the expectation... but i wanted to add the animation

Re: how to implement iphoto like animation while doing drag and drop on custom listview

2013-03-07 Thread Muthulingam Ammaiappan
Core > Animation (usually a view or a layer). Then just change the clips' frames > and Core Animation will do the moving for you. > > Cheers, > -- Uli Kusterer > "The Witnesses of TeachText are everywhere..." > http://www.masters-of-the-void.com > > > > On 07

how to implement iphoto like animation while doing drag and drop on custom listview

2013-03-06 Thread Muthulingam Ammaiappan
Hi Friends, i had developed the custom list view which is having NSView as a cell with variable sizes to represent the video clips in the timeline. and i had implemented the drag and drop for reordering functionality... that is working as per the expectation... but i wanted to add the animation

Timeline control like in ScreenFlow...how i can implement?

2013-02-08 Thread Muthulingam Ammaiappan
Hi Friends, i wanted to implement the Timeline control like in Screenflow. my requirements: 1) on top it should show the ruler which indicate the time in seconds 2) it has two tracks(video and audio track) 3)video/audio track allow the user to add multiple number of video clips... clips will

Re: How to add the cells(views) in a columnwise instead of Rowwise in PXListView?

2013-01-21 Thread Muthulingam Ammaiappan
yone please help me how i can able to solve this problem...? please point out in which function i need to modify? -Muthu On Mon, Jan 21, 2013 at 5:35 PM, Muthulingam Ammaiappan < muthulinga...@gmail.com> wrote: > Hi All, > > i am modifying the "PXListVi

Re: How do I implement the container view which represent the thumbnail of video having variable cell sizes?

2013-01-20 Thread Muthulingam Ammaiappan
; On 16 Jan 2013, at 11:39, Muthulingam Ammaiappan > wrote: > > > Hi friends, > > > > i am developing cocoa application on mac os x, which will allows the user > > to import the video clips and make the movie from those video clips.here > i > > need t

How do I implement the container view which represent the thumbnail of video having variable cell sizes?

2013-01-16 Thread Muthulingam Ammaiappan
Hi friends, i am developing cocoa application on mac os x, which will allows the user to import the video clips and make the movie from those video clips.here i need to deal with highly customized view(please refer the attachment)... *my requirement is:* ->>moment user add the video clip it

how to set the IKImageBrowserView cell size as variable?

2013-01-15 Thread Muthulingam Ammaiappan
Hi Friends, i am developing a tool which will allows the user to import the video clips and make the movie from those video clips... to represent the imported video clips i have created the IKImageBrowserView and add the frameimage of the videoclip as a Thumbnail image... up to here everything is

preview image is not correctly showing the exact frame image after saving the QTMovie to a file

2012-10-17 Thread Muthulingam Ammaiappan
Hi Friends, i found the strange behaviour while save the QTMovie to a file in a hard drive..(example:Desktop)... it shows the different frame image than the start time frame image as a preview in the desktop. but if i open the saved QTMovie in a "Quick Time Player" it shows the correct frame i

Re: custom slider for video trimming application

2012-10-12 Thread Muthulingam Ammaiappan
investigated my self with "google" and read the related threads and follows that steps.. Thanks & Regards, Muthu On Fri, Oct 12, 2012 at 9:48 PM, Robert Martin wrote: > Try googling: cocoa double slider - and look at the first hit! > > > On Sep 26, 2012, at 12:15

custom slider for video trimming application

2012-10-12 Thread Muthulingam Ammaiappan
Hi Friends, i am developing the video trimming application in cocoa /mac os x 10.7.4 and xcode 4.3.3...(i am newbie to the cocoa and mac) my current requirement is "I *need to develop the custom slider which will allow the user to select the range and then trim the video clip with that range*

custom slider for video trimming application... how i can implement(help needed)

2012-10-12 Thread Muthulingam Ammaiappan
Hi Friends, i am developing the video trimming application in cocoa /mac os x 10.7.4 and xcode 4.3.3...(i am newbie to the cocoa and mac) my current requirement is "*need a custom slider which will allow the user to select the range and then trim the video clip with that range*"... is there