Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Problems copying video file using TVLLACVideoLogger and TVLLACVideoPlayer
06-19-2019, 03:33 AM (This post was last modified: 06-19-2019 03:39 AM by wikooko.)
Post: #1
Problems copying video file using TVLLACVideoLogger and TVLLACVideoPlayer
I tried to make a simple copy program for video files, just connecting a TVLLVAVideoplayer to a TVLLVAVideoLogger. Videoopins and Audiopins are connected properly. Filenames are given and both components are disabled initially. A TVLImageDisplay component is added to allow observing what happens.

Logger compression is AutoSelect.


A click on a button executes the following code:

VLLAVVideoPlayer1.open;
VLLAVVideoPlayer1.start;
VLLAVVideoLogger1.enabled := true;

What follows is a short flicker of the video and then an error message ("could not open video codec.....").
Pressing CONTINUE an message integer divide by zero at... appears.

Just showing the video not connecting the logger is OK.

The problem appears in VCL and FMX.

Where is my mistake?

Thanks for any help

Wilfried
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)