hi all. so we all know about yuvplayer, turns out there were several revisions made. however, they all keep missing the one dimension i use mostly, 720x480. so, i have to constantly manually set it every time i load it up, also, it crashes randomly for no reason. i am currently using yuvplayerv1.0 that is least problematic other than the the status bar where the rw/ff/play/stop controls are, randomly get distorted for no known reason. i don't know where to begin to get a *new* revision built for the 720x480, preferably to audo default to 720x480 dimension upon load. so, i'm thinking..
i think that the player is just reading the raw data. i can probably build my own, if i knew the spec of the videos data stream. i believe it is raw data, no dimension or framerate or other such header details. i could be wrong. but, i create the raw yuv (420) through ffmpeg. actually, i just want to create a very simple player that can read these files and play or scrub through the videos. i can build through delphi.
i actually would prefer to just build from scratch instead of some clumsy command line nonsense. i want to buld something that i can just drag/drop/play in mind.
can someone help ? thank you in advance.
i think that the player is just reading the raw data. i can probably build my own, if i knew the spec of the videos data stream. i believe it is raw data, no dimension or framerate or other such header details. i could be wrong. but, i create the raw yuv (420) through ffmpeg. actually, i just want to create a very simple player that can read these files and play or scrub through the videos. i can build through delphi.
i actually would prefer to just build from scratch instead of some clumsy command line nonsense. i want to buld something that i can just drag/drop/play in mind.
can someone help ? thank you in advance.