Hello,
The Open Images Platform is running correctly and I have automatically imported media files using the AssetImporter file. But I have still two questions:
1) How can I configure FFMpeg to automatically create thumbnails?
When I have imported the media files via the AssetImporter, and I open the Open Images Platform in my browser, FFMpeg is called to automatically create thumbnails, but it returns the warning:
WAR 87911 kb mmbase.streams.thumbnails.FFMpegThumbNailCreator call.120 - No file D:\workspace\OIP\data\workdir_thumbnails\dir411755923484434221\thumbnail.1.png produced (file exists: false file length: 0 )
1.1)
If I type FFMpeg -version in a command window, this is the answer:
ffmpeg version N-61249-g53eb4e0
built on Mar 9 2014 23:06:46 with gcc 4.8.2 (GCC)
configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-avisynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enable-iconv --enable-libass --enable-libbluray --enable-libcaca --enable-libfreetype --enable-libgsm --enable-libilbc --enable-libmodplug --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-librtmp --enable-libschroedinger --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libx264 --enable-libx265 --enable-libxavs --enable-libxvid --enable-zlib
libavutil 52. 66.101 / 52. 66.101
libavcodec 55. 52.102 / 55. 52.102
libavformat 55. 34.100 / 55. 34.100
libavdevice 55. 11.100 / 55. 11.100
libavfilter 4. 3.100 / 4. 3.100
libswscale 2. 5.101 / 2. 5.101
libswresample 0. 18.100 / 0. 18.100
libpostproc 52. 3.100 / 52. 3.100
1.2)
I also tried "ffmpeg -i input.mp4 -ss 00:00:14.00 -f image2 -vframes 1 test.png" and that created a correct thumbnail.
1.3)
This is the output that is created while the AssetImporter is running. So it seems that it can find FFmpeg correctly.
2014-04-07 11:14:44,943 SERVICE ffmpeg version N-61249-g53eb4e0 Copyright (c) 2000-2014 the FFmpeg developers
2014-04-07 11:14:44,944 SERVICE
2014-04-07 11:14:44,944 SERVICE built on Mar 9 2014 23:06:46 with gcc 4.8.2 (GCC)
2014-04-07 11:14:44,944 SERVICE
2014-04-07 11:14:44,944 SERVICE configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-avisynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enable-iconv --enable-libass --enable-libbluray --enable-libcaca --enable-libfreetype --enable-libgsm --enable-libilbc --enable-libmodplug --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-librtmp --enable-libschroedinger --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libx264 --enable-libx265 --enable-libxavs --enable-libxvid --enable-zlib
2014-04-07 11:14:44,946 SERVICE
2014-04-07 11:14:44,946 SERVICE libavutil 52. 66.101 / 52. 66.101
2014-04-07 11:14:44,946 SERVICE
2014-04-07 11:14:44,946 SERVICE libavcodec 55. 52.102 / 55. 52.102
2014-04-07 11:14:44,946 SERVICE
2014-04-07 11:14:44,947 SERVICE libavformat 55. 34.100 / 55. 34.100
2014-04-07 11:14:44,947 SERVICE
2014-04-07 11:14:44,947 SERVICE libavdevice 55. 11.100 / 55. 11.100
2014-04-07 11:14:44,947 SERVICE
2014-04-07 11:14:44,947 SERVICE libavfilter 4. 3.100 / 4. 3.100
2014-04-07 11:14:44,947 SERVICE
2014-04-07 11:14:44,947 SERVICE libswscale 2. 5.101 / 2. 5.101
2014-04-07 11:14:44,948 SERVICE
2014-04-07 11:14:44,948 SERVICE libswresample 0. 18.100 / 0. 18.100
2014-04-07 11:14:44,948 SERVICE
2014-04-07 11:14:49,499 SERVICE libpostproc 52. 3.100 / 52. 3.100
2014-04-07 11:14:49,499 SERVICE libpostproc 52. 3.100 / 52. 3.100
1.4)
My createcaches.xml file is included in the attachment. The only thing I changed is that I added an entry for MP4 HD. But also without that addition it gives the same error.
1.5)
I changed the rights of the D:\workspace\OIP\data\workdir_thumbnails\ folder for my account to full control, so I can also write to these folders.
Any idea what the problem is?
2) Is it also possible to automatically import tags from an xml file?
I have a xml file containing both the tags and the videos belonging to these tags. I want to automatically import the tags plus its relations with the videos.