Search found 35 matches

by panlab_mf
Thu Feb 14, 2019 2:47 pm
Forum: RVMedia
Topic: LoadFFMpegLibraries fails for a specific path
Replies: 3
Views: 19273

Re: LoadFFMpegLibraries fails for a specific path

Hi all, After a few research about DLL loading. I've tryed to help the default mechanism to find out the dll into the subfolder, changing the PATH enviroemtn variablelike this: [spoiler]initialization if not init_ffmpeg then begin sEnvPath := GetEnvironmentVariable('PATH'); sEnvPath := '.\bin32\' + ...
by panlab_mf
Thu Feb 14, 2019 2:24 pm
Forum: RVMedia
Topic: LoadFFMpegLibraries fails for a specific path
Replies: 3
Views: 19273

LoadFFMpegLibraries fails for a specific path

Hi all, Im trying to load the ffmpegs x64 libraries from a sub folder of my application, for instance, '.\bin64\', using the LoadFFMpegLibraries(). But it fails what ever I do the call. I'm using the "ffmpeg" demo project. So, if I copy the dlls into the same direcoty as the final executab...
by panlab_mf
Tue Feb 12, 2019 9:47 am
Forum: RVMedia
Topic: RVMedia v6.1 vs ffmpeg 4.x 64bits
Replies: 4
Views: 20885

Re: RVMedia v6.1 vs ffmpeg 4.x 64bits

Greate. Nice work, guys!

Yes, please! You can send the fixed source files to the email address specified in my forum profile.

Best regards.
by panlab_mf
Mon Feb 11, 2019 11:22 am
Forum: RVMedia
Topic: RVMedia v6.1 vs ffmpeg 4.x 64bits
Replies: 4
Views: 20885

Re: RVMedia v6.1 vs ffmpeg 4.x 64bits

Ok. What I can see is that the AV is internal, by means, if I debug deeper using the CPU Debug window, the AV raises after many code is running in the avformat-58.dll. My guess is because the AVContextFormat for 4.x is partially translated. the fast way to repodruce it is compiling the "ffmpeg&...
by panlab_mf
Wed Feb 06, 2019 10:08 am
Forum: RVMedia
Topic: RVMedia v6.1 vs ffmpeg 4.x 64bits
Replies: 4
Views: 20885

RVMedia v6.1 vs ffmpeg 4.x 64bits

Hi all, I'm testing the RVMediaDemosX7Plus in win64 platform. But it crash we run the "ffmpeg" demo because the ffmpeg version that I already have for others projects is v4.1. It works for win32, but it seems the header has changed so it raises an exception when try to access the av_xxx ro...