share-extras / media-viewers

Enhanced document previews for a range of different document and media types, plus a dashlet allowing any content item to be displayed on a site dashboard.
Apache License 2.0
29 stars 23 forks source link

Media Viewers can't be loaded #4

Closed davidyg closed 11 years ago

davidyg commented 11 years ago

Hello,

I tried to install this add-on but I receive the next errors:

2013-05-28 12:18:50,842 ERROR [web.context.ContextLoader] [localhost-startStop-1] Context initialization failed org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transformer.worker.ffmpeg.flv' defined in URL [jar:file:/usr/alfresco/tomcat/webapps/alfresco/WEB-INF/lib/media-viewers-2.5.1.jar!/alfresco/extension/org_sharextras_video-transform-context.xml]: Error setting property values; nested exception is org.springframework.beans.PropertyBatchUpdateException; nested PropertyAccessExceptions (1) are: PropertyAccessException 1: org.springframework.beans.MethodInvocationException: Property 'explicitTransformations' threw exception; nested exception is java.lang.NullPointerException

2013-05-28 12:18:50,844 [localhost-startStop-1] ERROR org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/alfresco] - Exception sending context initialized event to listener instance of class org.alfresco.web.app.ContextLoaderListener org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transformer.worker.ffmpeg.flv' defined in URL [jar:file:/usr/alfresco/tomcat/webapps/alfresco/WEB-INF/lib/media-viewers-2.5.1.jar!/alfresco/extension/org_sharextras_video-transform-context.xml]: Error setting property values; nested exception is org.springframework.beans.PropertyBatchUpdateException; nested PropertyAccessExceptions (1) are: PropertyAccessException 1: org.springframework.beans.MethodInvocationException: Property 'explicitTransformations' threw exception; nested exception is java.lang.NullPointerException

2013-05-28 12:18:50,845 [localhost-startStop-1] ERROR org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/alfresco] - Exception sending context initialized event to listener instance of class org.alfresco.web.app.ContextListener org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transformer.worker.ffmpeg.flv' defined in URL [jar:file:/usr/alfresco/tomcat/webapps/alfresco/WEB-INF/lib/media-viewers-2.5.1.jar!/alfresco/extension/org_sharextras_video-transform-context.xml]: Error setting property values; nested exception is org.springframework.beans.PropertyBatchUpdateException; nested PropertyAccessExceptions (1) are: PropertyAccessException 1: org.springframework.beans.MethodInvocationException: Property 'explicitTransformations' threw exception; nested exception is java.lang.NullPointerException

2013-05-28 12:18:50,845 [localhost-startStop-1] ERROR org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/alfresco] - Exception sending context initialized event to listener instance of class org.alfresco.repo.webdav.WebDAVSessionListener org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transformer.worker.ffmpeg.flv' defined in URL [jar:file:/usr/alfresco/tomcat/webapps/alfresco/WEB-INF/lib/media-viewers-2.5.1.jar!/alfresco/extension/org_sharextras_video-transform-context.xml]: Error setting property values; nested exception is org.springframework.beans.PropertyBatchUpdateException; nested PropertyAccessExceptions (1) are: PropertyAccessException 1: org.springframework.beans.MethodInvocationException: Property 'explicitTransformations' threw exception; nested exception is java.lang.NullPointerException

After these errors are logged I can't continue because Alfresco isn't started. Initially I thought that the problem could be a FFmpeg missing installation (I read that it is not strictly needed to have it installed). But after I installed FFmpeg and referenced it in alfresco-global.properties file, I still receive the same errors.

Alfresco and Alfresco Share are using different Tomcat instances so the same JAR file is copied in the needed directories.

System specifications are:

Alfresco version: 4.2.d (nb)

OS: Debian 7.0 Wheezy x64

DB: MySQL 5.1.66

wabson commented 11 years ago

Fixed in master branch, based on the fix for upstream issue ALF-18570. Note that because the errors prevent the startup of the repository, it is also possible to work around the issue in previous versions of media-viewers by placing the JAR file inside webapps/share/WEB-INF/lib, rather than shared/lib.

davidyg commented 11 years ago

Hello,

I repacked the new files and tried to load it in Alfresco Share. Now the log is clean but after I load the modules PdfJs and PdfJs Configuration through:

domain.org/share/page/modules/deploy

If I try to see a PDF file:

  1. File preview isn't loaded (only a grey background). No errors are shown.
  2. Toolbar links are completely inactive (nothing happens if I click on Home, Sites, Tasks... ) and I have to go back to make it available.

If I try to see an image (JPG/GIF/PNG):

  1. File preview isn't loaded (only a grey background). I receive the next error: The preview could not be loaded from the server.

I have enabled debugging using:

log4j.logger.org.alfresco.util.exec.RuntimeExec=DEBUG log4j.logger.org.alfresco.repo.content.transform.TransformerDebug=DEBUG

But all seems ok.

Anyhow, reading about how to configure Media Viewers:

http://code.google.com/p/share-extras/wiki/MediaViewers#Configuration

You say:

If you are using Media Viewers 2.5+ on Alfresco 4.2 onwards, then you can use the second module PdfJs Configuration to automatically enable the viewer in the Document Details page. Otherwise follow the instructions below.

And then you add additional instructions for Alfresco 4.0/4.1 regarding to edit the file: web-preview.get.config.xml.

So my question is: is this configuration still needed in Alfresco 4.2? Maybe I understood it wrong and here is the problem.

Finally, I'm using two different instances of Tomcat (one for Alfresco Repo/Explorer and another for Share) so I was placing the JAR file in both:

$TOMCAT_HOME/webapps/alfresco/WEB-INF/lib $TOMCAT_HOME/webapps/share/WEB-INF/lib

Do you think it could be a problem?

Thanks.

wabson commented 11 years ago

It's not necessary to add the web-preview.get.config.xml override if you're using the PdfJs Configuration module on Alfresco 4.2.

What command did you use to build the JAR file?

davidyg commented 11 years ago

Hello,

Ok, just what I understood.

Well, I just downloaded the new files, extracted the contents of the old JAR, replaced them with the new files carefully respecting the directories structure and finally repacked using:

jar -cvf media-viewers-2.5.1.jar alfresco META-INF webscripts

The file was correctly created so I checked its content with:

unzip -l media-viewers-2.5.1.jar

And all seemed to be ok.

Then I copied this file in both Tomcat installations (Alfresco Repo/Explorer and Share) in these directories:

$TOMCAT_HOME/webapps/alfresco/WEB-INF/lib $TOMCAT_HOME/webapps/share/WEB-INF/lib

Restarted both Tomcat instances and loaded PdfJs, PdfJs Configuration and Embed through:

domain.org/share/page/modules/deploy

If I enable debugging, all seems normal in log. Examples:

os: Linux command: /usr/bin/ffmpeg -version succeeded: true exit code: 0

os: Linux command: /usr/alfresco/common/bin/convert -version succeeded: true exit code: 0

os: Linux command: /usr/alfresco/common/bin/pdf2swf -V succeeded: true exit code: 0

2013-06-06 09:33:48,138 DEBUG [content.transform.ContentTransformerRegistry] [http-apr-8080-exec-10] Searched for transformer: source mimetype: image/jpeg target mimetype: image/png transformers: [ProxyContentTransformer[ average=0ms], ProxyContentTransformer[ average=0ms], ProxyContentTransformer[ average=0ms], ProxyContentTransformer[ average=0ms], ProxyContentTransformer[ average=0ms], ComplexContentTransformer[ average=0ms]]

2013-06-06 09:37:00,786 DEBUG [content.transform.ContentTransformerRegistry] [http-apr-8080-exec-1] Searched for transformer: source mimetype: application/pdf target mimetype: video/x-flv transformers: [ProxyContentTransformer[ average=0ms], ProxyContentTransformer[ average=0ms], ProxyContentTransformer[ average=0ms], ProxyContentTransformer[ average=0ms]]

When I try o see a PDF or image file I only can see a grey background. However, after I loaded Embed I don't receive the error: The preview could not be loaded from the server. anymore.

Here you can see the result:

mv

As you can see, controls had been translated into Spanish ;-).

Thank you.

wabson commented 11 years ago

You need to build a new JAR file from the source code. The build performs other processes in addition to copying the source files, such as JavaScript compression, which if skipped will lead to unpredictable results.

See https://github.com/share-extras/media-viewers#building-from-source for details of how to build using Ant, and note the use of project.xml for this project instead of the normal build.xml.

davidyg commented 11 years ago

Hello,

Ouch! Sorry. I forgot JavaScript compression (*-min.js files). I will buid it from source then and after that I will post the results.

Thank you for your help.

davidyg commented 11 years ago

Hello,

I finally built the JAR file from the source code and now PDF files are correctly loaded. Even HTML, DOC, PPT... But I still have a problem with image files (JPG, PNG...). Now the next errors are shown: Invalid or corrupted PDF file (when I try to load PNG or GIF files) and Could not load PDF content (if I do it with JPG files).

With PNG or GIF files there are no errors in log. Example:

2013-06-06 13:46:45,192 DEBUG [util.exec.RuntimeExec] [http-bio-8443-exec-5] Execution result: os: Linux command: /usr/bin/ffmpeg -y -i /usr/alfresco/tomcat/temp/Alfresco/RuntimeExecutableContentTransformerWorker_source_6530729722984827368.png -f flv -ar 44100 /usr/alfresco/tomcat/temp/Alfresco/RuntimeExecutableContentTransformerWorker_target_7044518114701350029.txt succeeded: true exit code: 0 out: err: FFmpeg version SVN-r0.5.10-4:0.5.10-1, Copyright (c) 2000-2009 Fabrice Bellard, et al. configuration: --extra-version=4:0.5.10-1 --prefix=/usr --enable-avfilter --enable-avfilter-lavf --enable-vdpau --enable-bzlib --enable-libdirac --enable-libgsm

But with JPG files some errors are shown:

2013-06-06 13:50:47,308 DEBUG [util.exec.RuntimeExec] [http-apr-8080-exec-8] Execution result: os: Linux command: /usr/bin/ffmpeg -y -i /usr/alfresco/tomcat/temp/Alfresco/RuntimeExecutableContentTransformerWorker_source_8436597109230501222.jpg -f mp4 -ar 44100 -ab 96k -vcodec libx264 -crf 25 -g 250 -r 25 -coder 1 -flags +loop -cmp +chroma -partitions +parti8x8+parti4x4+partp8x8+partb8x8 -me_method hex -subq 7 -me_range 16 -keyint_min 25 -sc_threshold 40 -i_qfactor 0.71 -b_strategy 1 -qcomp 0.6 -qmin 10 -qmax 51 -qdiff 4 -bf 3 -refs 3 -trellis 1 -b-pyramid 1 -mixed-refs 1 -weightb 1 -8x8dct 1 -fast-pskip 1 -wpredp 2 /usr/alfresco/tomcat/temp/Alfresco/RuntimeExecutableContentTransformerWorker_target_6763989540011499767.pdf succeeded: false exit code: 1 out: err: FFmpeg version SVN-r0.5.10-4:0.5.10-1, Copyright (c) 2000-2009 Fabrice Bellard, et al. configuration: --extra-version=4:0.5.10-1 --prefix=/usr --enable-avfilter --enable-avfilter-lavf --enable-vdpau --enable-bzlib --enable-libdirac --enable-libgsm

Anyhow, everytime I try to load an image, after these errors are shown, toolbar links (Sites, People and so on) are completely inactive (I can't click over them).

Furthermore, I tried to do the same in one machine with Internet Explorer 9 installed I can only see a link (View in browser) instead of file preview, but it could be intentional because I have read that you only offer support for version 10 or greater. Only if I disable Embed the Flash viewer is used by this browser but the problem persists because if the loaded file is an image the next error is shown: "The preview could not be loaded from the server."

davidyg commented 11 years ago

Updating...

I have updated FFmpeg with the version available in Debian Multimedia repository:

http://www.deb-multimedia.org/

Since then, no errors related to JPG files are logged:

2013-06-07 08:15:55,218 DEBUG [util.exec.RuntimeExec] [http-apr-8080-exec-4] Execution result: os: Linux command: /usr/bin/ffmpeg -y -i /usr/alfresco/tomcat/temp/Alfresco/RuntimeExecutableContentTransformerWorker_source_5496537465265245191.jpg -f flv -ar 44100 /usr/alfresco/tomcat/temp/Alfresco/RuntimeExecutableContentTransformerWorker_target_1220681831713988560.pdf succeeded: true exit code: 0 out: err: ffmpeg version 0.7.15, Copyright (c) 2000-2013 the FFmpeg developers built on Feb 22 2013 07:18:58 with gcc 4.4.5 configuration: --enable-libdc1394 --prefix=/usr --extra-cflags='-Wall -g ' --cc='ccache cc' --enable-shared --enable-libmp3lame --en

However, now all the images without exception (JPG, PNG or GIF files) are showing the same error when I try load them in Share: Invalid or corrupted PDF file.

Moreover, I loaded the rest of the multimedia modules: FLVPlayer Viewer, FLVPlayer Configuration, MP3Player Viewer and MP3Player Configuration and tried to see a MP4 video. The result is just the same: Invalid or corrupted PDF file.

And it is logged:

2013-06-07 08:34:45,774 DEBUG [util.exec.RuntimeExec] [http-apr-8080-exec-8] Execution result: os: Linux command: /usr/bin/ffmpeg -y -i /usr/alfresco/tomcat/temp/Alfresco/RuntimeExecutableContentTransformerWorker_source_8332224696105067860.mp4 -f flv -ar 44100 /usr/alfresco/tomcat/temp/Alfresco/RuntimeExecutableContentTransformerWorker_target_3730226088096820328.pdf succeeded: true exit code: 0 out: err: ffmpeg version 0.7.15, Copyright (c) 2000-2013 the FFmpeg developers built on Feb 22 2013 07:18:58 with gcc 4.4.5 configuration: --enable-libdc1394 --prefix=/usr --extra-cflags='-Wall -g ' --cc='ccache cc' --enable-shared --enable-libmp3lame --en

2013-06-07 08:35:08,597 DEBUG [util.exec.RuntimeExec] [http-bio-8443-exec-2] Execution result: os: Linux command: /usr/bin/ffmpeg -y -i /usr/alfresco/tomcat/temp/Alfresco/RuntimeExecutableContentTransformerWorker_source_385289393140807675.mp4 -f flv -ar 44100 /usr/alfresco/tomcat/temp/Alfresco/RuntimeExecutableContentTransformerWorker_target_2849488532470938196.txt succeeded: true exit code: 0 out: err: ffmpeg version 0.7.15, Copyright (c) 2000-2013 the FFmpeg developers built on Feb 22 2013 07:18:58 with gcc 4.4.5 configuration: --enable-libdc1394 --prefix=/usr --extra-cflags='-Wall -g ' --cc='ccache cc' --enable-shared --enable-libmp3lame --en

It's like all the contents (image, video and audio files included) were trying to be loaded as PDF. Is it the expected behaviour?

wabson commented 11 years ago

There is no reason why the PdfJs viewer should be used for images - but I agree that this seems to be your problem.

Could you post the contents of your web-preview.get.config.xml file, plus also the details for one or two of the affected image formats from the web script at http://localhost:8080/alfresco/service/mimetypes (obviously modifying the hostname and port if you need to)?

davidyg commented 11 years ago

Here is the content of web-preview.get.config.xml:


``` StrobeMediaPlayback Video StrobeMediaPlayback Video StrobeMediaPlayback StrobeMediaPlayback Video Video StrobeMediaPlayback Video StrobeMediaPlayback Video StrobeMediaPlayback StrobeMediaPlayback Video Video StrobeMediaPlayback Audio Audio WebPreviewer Image Image Image Image ```

I quit the comments.

I don't know why but config and plugin-conditions tags are not being parsed.

About the information related to JPG or PNG, it's so long that I can't post it here. Maybe if I cut it in three messages.

davidyg commented 11 years ago

image/png - png Extractors: org.alfresco.repo.content.metadata.TikaAutoMetadataExtracter Transformable To:

application/acp = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15 libavutil 50. 43. 0 / 50. 43. 0 

libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1. 80. 0 libswscale 0. 14. 1 / 0.

  1. 1 libpostproc 51. 2. 0 / 51. 2. 0) application/dita+xml = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15 libavutil 50. 43. 0 / 50.
  2. 0 libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1. 80. 0 libswscale 0. 14. 1

/ 0. 14. 1 libpostproc 51. 2. 0 / 51. 2. 0) application/eps = Proxy via: $Proxy12(Version: ImageMagick 6.5.6-10 2012-04-13 Q16 http://www.imagemagick.org Copyright: Copyright (C) 1999-2009

ImageMagick Studio LLC) application/framemaker = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15 libavutil 50. 43. 0 / 50.

  1. 0 libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1. 80. 0 libswscale 0. 14. 1

/ 0. 14. 1 libpostproc 51. 2. 0 / 51. 2. 0) application/illustrator = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15 libavutil 50. 43. 0 /

    1. 0 libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1. 80. 0 libswscale 0.
  1. 1 / 0. 14. 1 libpostproc 51. 2. 0 / 51. 2. 0) application/java = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15 libavutil 50. 43. 0 / 50. 43. 0

libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1. 80. 0 libswscale 0. 14. 1 / 0.

  1. 1 libpostproc 51. 2. 0 / 51. 2. 0) application/json = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15 libavutil 50. 43. 0 / 50. 43. 0

libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1. 80. 0 libswscale 0. 14. 1 / 0.

  1. 1 libpostproc 51. 2. 0 / 51. 2. 0) application/mac-binhex40 = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15 libavutil 50. 43. 0 /
    1. 0 libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1. 80. 0 libswscale 0.
  2. 1 / 0. 14. 1 libpostproc 51. 2. 0 / 51. 2. 0) application/msword = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15 libavutil 50. 43. 0 / 50. 43.

0 libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1. 80. 0 libswscale 0. 14. 1 / 0.

  1. 1 libpostproc 51. 2. 0 / 51. 2. 0) application/octet-stream = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15 libavutil 50. 43. 0 /
    1. 0 libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1. 80. 0 libswscale 0.
  2. 1 / 0. 14. 1 libpostproc 51. 2. 0 / 51. 2. 0) application/oda = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15 libavutil 50. 43. 0 / 50. 43. 0

libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1. 80. 0 libswscale 0. 14. 1 / 0.

  1. 1 libpostproc 51. 2. 0 / 51. 2. 0) application/ogg = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15 libavutil 50. 43. 0 / 50. 43. 0

libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1. 80. 0 libswscale 0. 14. 1 / 0.

  1. 1 libpostproc 51. 2. 0 / 51. 2. 0) application/pagemaker = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15 libavutil 50. 43. 0 / 50.
  2. 0 libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1. 80. 0 libswscale 0. 14. 1

/ 0. 14. 1 libpostproc 51. 2. 0 / 51. 2. 0) application/pdf = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15 libavutil 50. 43. 0 / 50. 43. 0

libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1. 80. 0 libswscale 0. 14. 1 / 0.

  1. 1 libpostproc 51. 2. 0 / 51. 2. 0) application/postscript = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15 libavutil 50. 43. 0 / 50.
  2. 0 libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1. 80. 0 libswscale 0. 14. 1

/ 0. 14. 1 libpostproc 51. 2. 0 / 51. 2. 0) application/remote-printing = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15 libavutil 50. 43. 0

/ 50. 43. 0 libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1. 80. 0 libswscale 0.

  1. 1 / 0. 14. 1 libpostproc 51. 2. 0 / 51. 2. 0) application/rss+xml = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15 libavutil 50. 43. 0 / 50.
  2. 0 libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1. 80. 0 libswscale 0. 14. 1

/ 0. 14. 1 libpostproc 51. 2. 0 / 51. 2. 0) application/rtf = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15 libavutil 50. 43. 0 / 50. 43. 0

libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1. 80. 0 libswscale 0. 14. 1 / 0.

  1. 1 libpostproc 51. 2. 0 / 51. 2. 0) application/sgml = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15 libavutil 50. 43. 0 / 50. 43. 0

libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1. 80. 0 libswscale 0. 14. 1 / 0.

  1. 1 libpostproc 51. 2. 0 / 51. 2. 0) application/vnd.adobe.aftereffects.project = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15

libavutil 50. 43. 0 / 50. 43. 0 libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1.

  1. 0 libswscale 0. 14. 1 / 0. 14. 1 libpostproc 51. 2. 0 / 51. 2. 0) application/vnd.adobe.aftereffects.template = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15

libavutil 50. 43. 0 / 50. 43. 0 libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1.

  1. 0 libswscale 0. 14. 1 / 0. 14. 1 libpostproc 51. 2. 0 / 51. 2. 0) application/vnd.adobe.air-application-installer-package+zip = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker

(ffmpeg 0.7.15 libavutil 50. 43. 0 / 50. 43. 0 libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter

    1. 0 / 1. 80. 0 libswscale 0. 14. 1 / 0. 14. 1 libpostproc 51. 2. 0 / 51. 2. 0) application/vnd.adobe.xdp+xml = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15 libavutil 50. 43.

0 / 50. 43. 0 libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1. 80. 0 libswscale

    1. 1 / 0. 14. 1 libpostproc 51. 2. 0 / 51. 2. 0) application/vnd.android.package-archive = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15

libavutil 50. 43. 0 / 50. 43. 0 libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1.

  1. 0 libswscale 0. 14. 1 / 0. 14. 1 libpostproc 51. 2. 0 / 51. 2. 0) application/vnd.apple.keynote = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15 libavutil 50. 43.

0 / 50. 43. 0 libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1. 80. 0 libswscale

    1. 1 / 0. 14. 1 libpostproc 51. 2. 0 / 51. 2. 0) application/vnd.apple.numbers = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15 libavutil 50. 43.

0 / 50. 43. 0 libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1. 80. 0 libswscale

    1. 1 / 0. 14. 1 libpostproc 51. 2. 0 / 51. 2. 0) application/vnd.apple.pages = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15 libavutil 50. 43. 0

/ 50. 43. 0 libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1. 80. 0 libswscale 0.

  1. 1 / 0. 14. 1 libpostproc 51. 2. 0 / 51. 2. 0) application/vnd.ms-excel = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15 libavutil 50. 43. 0 /
    1. 0 libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1. 80. 0 libswscale 0.
  2. 1 / 0. 14. 1 libpostproc 51. 2. 0 / 51. 2. 0) application/vnd.ms-excel.addin.macroenabled.12 = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15

libavutil 50. 43. 0 / 50. 43. 0 libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1.

  1. 0 libswscale 0. 14. 1 / 0. 14. 1 libpostproc 51. 2. 0 / 51. 2. 0) application/vnd.ms-excel.sheet.binary.macroenabled.12 = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg

0.7.15 libavutil 50. 43. 0 / 50. 43. 0 libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80.

0 / 1. 80. 0 libswscale 0. 14. 1 / 0. 14. 1 libpostproc 51. 2. 0 / 51. 2. 0) application/vnd.ms-excel.sheet.macroenabled.12 = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15

libavutil 50. 43. 0 / 50. 43. 0 libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1.

  1. 0 libswscale 0. 14. 1 / 0. 14. 1 libpostproc 51. 2. 0 / 51. 2. 0) application/vnd.ms-excel.template.macroenabled.12 = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg

0.7.15 libavutil 50. 43. 0 / 50. 43. 0 libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80.

0 / 1. 80. 0 libswscale 0. 14. 1 / 0. 14. 1 libpostproc 51. 2. 0 / 51. 2. 0) application/vnd.ms-outlook = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15 libavutil 50. 43. 0 /

    1. 0 libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1. 80. 0 libswscale 0.
  1. 1 / 0. 14. 1 libpostproc 51. 2. 0 / 51. 2. 0) application/vnd.ms-powerpoint = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15 libavutil 50. 43.

0 / 50. 43. 0 libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1. 80. 0 libswscale

    1. 1 / 0. 14. 1 libpostproc 51. 2. 0 / 51. 2. 0) application/vnd.ms-powerpoint.addin.macroenabled.12 = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg

0.7.15 libavutil 50. 43. 0 / 50. 43. 0 libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80.

0 / 1. 80. 0 libswscale 0. 14. 1 / 0. 14. 1 libpostproc 51. 2. 0 / 51. 2. 0) application/vnd.ms-powerpoint.presentation.macroenabled.12 = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker

(ffmpeg 0.7.15 libavutil 50. 43. 0 / 50. 43. 0 libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter

    1. 0 / 1. 80. 0 libswscale 0. 14. 1 / 0. 14. 1 libpostproc 51. 2. 0 / 51. 2. 0) application/vnd.ms-powerpoint.slide.macroenabled.12 = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg

0.7.15 libavutil 50. 43. 0 / 50. 43. 0 libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80.

0 / 1. 80. 0 libswscale 0. 14. 1 / 0. 14. 1 libpostproc 51. 2. 0 / 51. 2. 0) application/vnd.ms-powerpoint.slideshow.macroenabled.12 = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg

0.7.15 libavutil 50. 43. 0 / 50. 43. 0 libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80.

0 / 1. 80. 0 libswscale 0. 14. 1 / 0. 14. 1 libpostproc 51. 2. 0 / 51. 2. 0) application/vnd.ms-powerpoint.template.macroenabled.12 = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg

0.7.15 libavutil 50. 43. 0 / 50. 43. 0 libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80.

0 / 1. 80. 0 libswscale 0. 14. 1 / 0. 14. 1 libpostproc 51. 2. 0 / 51. 2. 0) application/vnd.ms-project = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15 libavutil 50. 43. 0 /

    1. 0 libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1. 80. 0 libswscale 0.
  1. 1 / 0. 14. 1 libpostproc 51. 2. 0 / 51. 2. 0) application/vnd.ms-word.document.macroenabled.12 = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15

libavutil 50. 43. 0 / 50. 43. 0 libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1.

  1. 0 libswscale 0. 14. 1 / 0. 14. 1 libpostproc 51. 2. 0 / 51. 2. 0) application/vnd.ms-word.template.macroenabled.12 = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15

libavutil 50. 43. 0 / 50. 43. 0 libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1.

  1. 0 libswscale 0. 14. 1 / 0. 14. 1 libpostproc 51. 2. 0 / 51. 2. 0) application/vnd.oasis.opendocument.chart = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15

libavutil 50. 43. 0 / 50. 43. 0 libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1.

  1. 0 libswscale 0. 14. 1 / 0. 14. 1 libpostproc 51. 2. 0 / 51. 2. 0) application/vnd.oasis.opendocument.database = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15

libavutil 50. 43. 0 / 50. 43. 0 libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1.

  1. 0 libswscale 0. 14. 1 / 0. 14. 1 libpostproc 51. 2. 0 / 51. 2. 0) application/vnd.oasis.opendocument.formula = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15

libavutil 50. 43. 0 / 50. 43. 0 libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1.

  1. 0 libswscale 0. 14. 1 / 0. 14. 1 libpostproc 51. 2. 0 / 51. 2. 0) application/vnd.oasis.opendocument.graphics = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15

libavutil 50. 43. 0 / 50. 43. 0 libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1.

  1. 0 libswscale 0. 14. 1 / 0. 14. 1 libpostproc 51. 2. 0 / 51. 2. 0) application/vnd.oasis.opendocument.graphics-template = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg

0.7.15 libavutil 50. 43. 0 / 50. 43. 0 libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80.

0 / 1. 80. 0 libswscale 0. 14. 1 / 0. 14. 1 libpostproc 51. 2. 0 / 51. 2. 0) application/vnd.oasis.opendocument.image = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15

libavutil 50. 43. 0 / 50. 43. 0 libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1.

  1. 0 libswscale 0. 14. 1 / 0. 14. 1 libpostproc 51. 2. 0 / 51. 2. 0) application/vnd.oasis.opendocument.presentation = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15

libavutil 50. 43. 0 / 50. 43. 0 libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1.

  1. 0 libswscale 0. 14. 1 / 0. 14. 1 libpostproc 51. 2. 0 / 51. 2. 0) application/vnd.oasis.opendocument.presentation-template = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker

(ffmpeg 0.7.15 libavutil 50. 43. 0 / 50. 43. 0 libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter

    1. 0 / 1. 80. 0 libswscale 0. 14. 1 / 0. 14. 1 libpostproc 51. 2. 0 / 51. 2. 0) application/vnd.oasis.opendocument.spreadsheet = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15

libavutil 50. 43. 0 / 50. 43. 0 libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1.

  1. 0 libswscale 0. 14. 1 / 0. 14. 1 libpostproc 51. 2. 0 / 51. 2. 0) application/vnd.oasis.opendocument.spreadsheet-template = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg

0.7.15 libavutil 50. 43. 0 / 50. 43. 0 libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80.

0 / 1. 80. 0 libswscale 0. 14. 1 / 0. 14. 1 libpostproc 51. 2. 0 / 51. 2. 0) application/vnd.oasis.opendocument.text = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15

libavutil 50. 43. 0 / 50. 43. 0 libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1.

  1. 0 libswscale 0. 14. 1 / 0. 14. 1 libpostproc 51. 2. 0 / 51. 2. 0) application/vnd.oasis.opendocument.text-master = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15

libavutil 50. 43. 0 / 50. 43. 0 libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1.

  1. 0 libswscale 0. 14. 1 / 0. 14. 1 libpostproc 51. 2. 0 / 51. 2. 0) application/vnd.oasis.opendocument.text-template = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15

libavutil 50. 43. 0 / 50. 43. 0 libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1.

  1. 0 libswscale 0. 14. 1 / 0. 14. 1 libpostproc 51. 2. 0 / 51. 2. 0) application/vnd.oasis.opendocument.text-web = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15

libavutil 50. 43. 0 / 50. 43. 0 libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1.

  1. 0 libswscale 0. 14. 1 / 0. 14. 1 libpostproc 51. 2. 0 / 51. 2. 0) application/vnd.openxmlformats-officedocument.presentationml.presentation = Proxy via:

org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15 libavutil 50. 43. 0 / 50. 43. 0 libavcodec 52.123. 0 / 52.123. 0

libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1. 80. 0 libswscale 0. 14. 1 / 0. 14. 1 libpostproc 51. 2. 0 / 51.

  1. 0) application/vnd.openxmlformats-officedocument.presentationml.slide = Proxy via:

org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15 libavutil 50. 43. 0 / 50. 43. 0 libavcodec 52.123. 0 / 52.123. 0

libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1. 80. 0 libswscale 0. 14. 1 / 0. 14. 1 libpostproc 51. 2. 0 / 51.

  1. 0) application/vnd.openxmlformats-officedocument.presentationml.slideshow = Proxy via:

org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15 libavutil 50. 43. 0 / 50. 43. 0 libavcodec 52.123. 0 / 52.123. 0

libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1. 80. 0 libswscale 0. 14. 1 / 0. 14. 1 libpostproc 51. 2. 0 / 51.

  1. 0) application/vnd.openxmlformats-officedocument.presentationml.template = Proxy via:

org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15 libavutil 50. 43. 0 / 50. 43. 0 libavcodec 52.123. 0 / 52.123. 0

libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1. 80. 0 libswscale 0. 14. 1 / 0. 14. 1 libpostproc 51. 2. 0 / 51.

  1. 0) application/vnd.openxmlformats-officedocument.spreadsheetml.sheet = Proxy via:

org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15 libavutil 50. 43. 0 / 50. 43. 0 libavcodec 52.123. 0 / 52.123. 0

libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1. 80. 0 libswscale 0. 14. 1 / 0. 14. 1 libpostproc 51. 2. 0 / 51.

  1. 0) application/vnd.openxmlformats-officedocument.spreadsheetml.template = Proxy via:

org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15 libavutil 50. 43. 0 / 50. 43. 0 libavcodec 52.123. 0 / 52.123. 0

libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1. 80. 0 libswscale 0. 14. 1 / 0. 14. 1 libpostproc 51. 2. 0 / 51.

  1. 0) application/vnd.openxmlformats-officedocument.wordprocessingml.document = Proxy via:

org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15 libavutil 50. 43. 0 / 50. 43. 0 libavcodec 52.123. 0 / 52.123. 0

libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1. 80. 0 libswscale 0. 14. 1 / 0. 14. 1 libpostproc 51. 2. 0 / 51.

  1. 0) application/vnd.openxmlformats-officedocument.wordprocessingml.template = Proxy via:

org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15 libavutil 50. 43. 0 / 50. 43. 0 libavcodec 52.123. 0 / 52.123. 0

libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1. 80. 0 libswscale 0. 14. 1 / 0. 14. 1 libpostproc 51. 2. 0 / 51.

  1. 0) application/vnd.stardivision.calc = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15 libavutil 50.
  2. 0 / 50. 43. 0 libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1. 80. 0

libswscale 0. 14. 1 / 0. 14. 1 libpostproc 51. 2. 0 / 51. 2. 0) application/vnd.stardivision.chart = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15 libavutil 50.

  1. 0 / 50. 43. 0 libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1. 80. 0

libswscale 0. 14. 1 / 0. 14. 1 libpostproc 51. 2. 0 / 51. 2. 0) application/vnd.stardivision.draw = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15 libavutil 50.

  1. 0 / 50. 43. 0 libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1. 80. 0

libswscale 0. 14. 1 / 0. 14. 1 libpostproc 51. 2. 0 / 51. 2. 0) application/vnd.stardivision.impress = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15 libavutil

    1. 0 / 50. 43. 0 libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1. 80. 0

libswscale 0. 14. 1 / 0. 14. 1 libpostproc 51. 2. 0 / 51. 2. 0) application/vnd.stardivision.impress-packed = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15

libavutil 50. 43. 0 / 50. 43. 0 libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1.

  1. 0 libswscale 0. 14. 1 / 0. 14. 1 libpostproc 51. 2. 0 / 51. 2. 0) application/vnd.stardivision.math = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15 libavutil 50.
  2. 0 / 50. 43. 0 libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1. 80. 0

libswscale 0. 14. 1 / 0. 14. 1 libpostproc 51. 2. 0 / 51. 2. 0) application/vnd.stardivision.writer = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15 libavutil

    1. 0 / 50. 43. 0 libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1. 80. 0

libswscale 0. 14. 1 / 0. 14. 1 libpostproc 51. 2. 0 / 51. 2. 0) application/vnd.stardivision.writer-global = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15

libavutil 50. 43. 0 / 50. 43. 0 libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1.

  1. 0 libswscale 0. 14. 1 / 0. 14. 1 libpostproc 51. 2. 0 / 51. 2. 0) application/vnd.sun.xml.calc = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15 libavutil 50. 43. 0

/ 50. 43. 0 libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1. 80. 0 libswscale 0.

  1. 1 / 0. 14. 1 libpostproc 51. 2. 0 / 51. 2. 0) application/vnd.sun.xml.calc.template = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15 libavutil
    1. 0 / 50. 43. 0 libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1. 80. 0

libswscale 0. 14. 1 / 0. 14. 1 libpostproc 51. 2. 0 / 51. 2. 0) application/vnd.sun.xml.draw = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15 libavutil 50. 43. 0

/ 50. 43. 0 libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1. 80. 0 libswscale 0.

  1. 1 / 0. 14. 1 libpostproc 51. 2. 0 / 51. 2. 0) application/vnd.sun.xml.impress = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15 libavutil 50.
  2. 0 / 50. 43. 0 libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1. 80. 0

libswscale 0. 14. 1 / 0. 14. 1 libpostproc 51. 2. 0 / 51. 2. 0) application/vnd.sun.xml.impress.template = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15

libavutil 50. 43. 0 / 50. 43. 0 libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1.

  1. 0 libswscale 0. 14. 1 / 0. 14. 1 libpostproc 51. 2. 0 / 51. 2. 0) application/vnd.sun.xml.writer = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15 libavutil 50. 43.

0 / 50. 43. 0 libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1. 80. 0 libswscale

    1. 1 / 0. 14. 1 libpostproc 51. 2. 0 / 51. 2. 0) application/vnd.sun.xml.writer.template = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15

libavutil 50. 43. 0 / 50. 43. 0 libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1.

  1. 0 libswscale 0. 14. 1 / 0. 14. 1 libpostproc 51. 2. 0 / 51. 2. 0) application/vnd.visio = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15 libavutil 50. 43. 0 / 50.
  2. 0 libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1. 80. 0 libswscale 0. 14. 1

/ 0. 14. 1 libpostproc 51. 2. 0 / 51. 2. 0) application/wordperfect = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15 libavutil 50. 43. 0 /

    1. 0 libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1. 80. 0 libswscale 0.
  1. 1 / 0. 14. 1 libpostproc 51. 2. 0 / 51. 2. 0) application/x-bcpio = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15 libavutil 50. 43. 0 / 50.
  2. 0 libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1. 80. 0 libswscale 0. 14. 1

/ 0. 14. 1 libpostproc 51. 2. 0 / 51. 2. 0) application/x-compress = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15 libavutil 50. 43. 0 / 50.

  1. 0 libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1. 80. 0 libswscale 0. 14. 1

/ 0. 14. 1 libpostproc 51. 2. 0 / 51. 2. 0) application/x-cpio = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15 libavutil 50. 43. 0 / 50. 43.

0 libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1. 80. 0 libswscale 0. 14. 1 / 0.

  1. 1 libpostproc 51. 2. 0 / 51. 2. 0) application/x-csh = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15 libavutil 50. 43. 0 / 50. 43.

0 libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1. 80. 0 libswscale 0. 14. 1 / 0.

  1. 1 libpostproc 51. 2. 0 / 51. 2. 0) application/x-dvi = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15 libavutil 50. 43. 0 / 50. 43.

0 libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1. 80. 0 libswscale 0. 14. 1 / 0.

  1. 1 libpostproc 51. 2. 0 / 51. 2. 0) application/x-fla = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15 libavutil 50. 43. 0 / 50. 43.

0 libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1. 80. 0 libswscale 0. 14. 1 / 0.

  1. 1 libpostproc 51. 2. 0 / 51. 2. 0) application/x-gtar = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15 libavutil 50. 43. 0 / 50. 43.

0 libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1. 80. 0 libswscale 0. 14. 1 / 0.

  1. 1 libpostproc 51. 2. 0 / 51. 2. 0) application/x-gzip = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15 libavutil 50. 43. 0 / 50. 43.

0 libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1. 80. 0 libswscale 0. 14. 1 / 0.

  1. 1 libpostproc 51. 2. 0 / 51. 2. 0) application/x-hdf = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15 libavutil 50. 43. 0 / 50. 43.

0 libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1. 80. 0 libswscale 0. 14. 1 / 0.

  1. 1 libpostproc 51. 2. 0 / 51. 2. 0) application/x-indesign = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15 libavutil 50. 43. 0 / 50.
  2. 0 libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1. 80. 0 libswscale 0. 14. 1

/ 0. 14. 1 libpostproc 51. 2. 0 / 51. 2. 0) application/x-javascript = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15 libavutil 50. 43. 0 /

    1. 0 libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1. 80. 0 libswscale 0.
  1. 1 / 0. 14. 1 libpostproc 51. 2. 0 / 51. 2. 0) application/x-latex = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15 libavutil 50. 43. 0 / 50.
  2. 0 libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1. 80. 0 libswscale 0. 14. 1

/ 0. 14. 1 libpostproc 51. 2. 0 / 51. 2. 0) application/x-mif = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15 libavutil 50. 43. 0 / 50. 43.

0 libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1. 80. 0 libswscale 0. 14. 1 / 0.

  1. 1 libpostproc 51. 2. 0 / 51. 2. 0) application/x-netcdf = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15 libavutil 50. 43. 0 / 50.
  2. 0 libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1. 80. 0 libswscale 0. 14. 1

/ 0. 14. 1 libpostproc 51. 2. 0 / 51. 2. 0) application/x-sh = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15 libavutil 50. 43. 0 / 50. 43. 0

libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1. 80. 0 libswscale 0. 14. 1 / 0.

  1. 1 libpostproc 51. 2. 0 / 51. 2. 0) application/x-shar = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15 libavutil 50. 43. 0 / 50. 43.

0 libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1. 80. 0 libswscale 0. 14. 1 / 0.

  1. 1 libpostproc 51. 2. 0 / 51. 2. 0) application/x-shockwave-flash = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15 libavutil 50. 43.

0 / 50. 43. 0 libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1. 80. 0 libswscale

    1. 1 / 0. 14. 1 libpostproc 51. 2. 0 / 51. 2. 0) application/x-sv4cpio = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15 libavutil 50. 43. 0 / 50.
  1. 0 libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1. 80. 0 libswscale 0. 14. 1

/ 0. 14. 1 libpostproc 51. 2. 0 / 51. 2. 0) application/x-sv4crc = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15 libavutil 50. 43. 0 / 50.

  1. 0 libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1. 80. 0 libswscale 0. 14. 1

/ 0. 14. 1 libpostproc 51. 2. 0 / 51. 2. 0) application/x-tar = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15 libavutil 50. 43. 0 / 50. 43.

0 libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1. 80. 0 libswscale 0. 14. 1 / 0.

  1. 1 libpostproc 51. 2. 0 / 51. 2. 0) application/x-tcl = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15 libavutil 50. 43. 0 / 50. 43.

0 libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1. 80. 0 libswscale 0. 14. 1 / 0.

  1. 1 libpostproc 51. 2. 0 / 51. 2. 0) application/x-tex = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15 libavutil 50. 43. 0 / 50. 43.

0 libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1. 80. 0 libswscale 0. 14. 1 / 0.

  1. 1 libpostproc 51. 2. 0 / 51. 2. 0) application/x-texinfo = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15 libavutil 50. 43. 0 / 50.
  2. 0 libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1. 80. 0 libswscale 0. 14. 1

/ 0. 14. 1 libpostproc 51. 2. 0 / 51. 2. 0) application/x-troff = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15 libavutil 50. 43. 0 / 50.

  1. 0 libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1. 80. 0 libswscale 0. 14. 1

/ 0. 14. 1 libpostproc 51. 2. 0 / 51. 2. 0) application/x-troff-man = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15 libavutil 50. 43. 0 /

    1. 0 libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1. 80. 0 libswscale 0.
  1. 1 / 0. 14. 1 libpostproc 51. 2. 0 / 51. 2. 0) application/x-troff-me = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15 libavutil 50. 43. 0 / 50.
  2. 0 libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1. 80. 0 libswscale 0. 14. 1

/ 0. 14. 1 libpostproc 51. 2. 0 / 51. 2. 0) application/x-troff-mes = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15 libavutil 50. 43. 0 /

    1. 0 libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1. 80. 0 libswscale 0.
  1. 1 / 0. 14. 1 libpostproc 51. 2. 0 / 51. 2. 0) application/x-ustar = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15 libavutil 50. 43. 0 / 50.
  2. 0 libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1. 80. 0 libswscale 0. 14. 1

/ 0. 14. 1 libpostproc 51. 2. 0 / 51. 2. 0) application/x-wais-source = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15 libavutil 50. 43. 0 /

    1. 0 libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1. 80. 0 libswscale 0.
  1. 1 / 0. 14. 1 libpostproc 51. 2. 0 / 51. 2. 0) application/x-x509-ca-cert = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15 libavutil 50. 43. 0 /
    1. 0 libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1. 80. 0 libswscale 0.
  2. 1 / 0. 14. 1 libpostproc 51. 2. 0 / 51. 2. 0) application/x-zip = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15 libavutil 50. 43. 0 / 50. 43.

0 libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1. 80. 0 libswscale 0. 14. 1 / 0.

  1. 1 libpostproc 51. 2. 0 / 51. 2. 0) application/xhtml+xml = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15 libavutil 50. 43. 0 / 50.
  2. 0 libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1. 80. 0 libswscale 0. 14. 1

/ 0. 14. 1 libpostproc 51. 2. 0 / 51. 2. 0) application/zip = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15 libavutil 50. 43. 0 / 50. 43. 0

libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1. 80. 0 libswscale 0. 14. 1 / 0.

  1. 1 libpostproc 51. 2. 0 / 51. 2. 0) audio/basic = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15 libavutil 50. 43. 0 / 50. 43. 0

libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1. 80. 0 libswscale 0. 14. 1 / 0.

  1. 1 libpostproc 51. 2. 0 / 51. 2. 0) audio/mp4 = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15 libavutil 50. 43. 0 / 50. 43. 0

libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1. 80. 0 libswscale 0. 14. 1 / 0.

  1. 1 libpostproc 51. 2. 0 / 51. 2. 0) audio/mpeg = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15 libavutil 50. 43. 0 / 50. 43. 0

libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1. 80. 0 libswscale 0. 14. 1 / 0.

  1. 1 libpostproc 51. 2. 0 / 51. 2. 0) audio/ogg = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15 libavutil 50. 43. 0 / 50. 43. 0

libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1. 80. 0 libswscale 0. 14. 1 / 0.

  1. 1 libpostproc 51. 2. 0 / 51. 2. 0) audio/vnd.adobe.soundbooth = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15 libavutil 50. 43. 0 /
    1. 0 libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1. 80. 0 libswscale 0.
  2. 1 / 0. 14. 1 libpostproc 51. 2. 0 / 51. 2. 0) audio/vorbis = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15 libavutil 50. 43. 0 / 50. 43. 0

libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1. 80. 0 libswscale 0. 14. 1 / 0.

  1. 1 libpostproc 51. 2. 0 / 51. 2. 0) audio/x-aiff = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15 libavutil 50. 43. 0 / 50. 43. 0

libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1. 80. 0 libswscale 0. 14. 1 / 0.

  1. 1 libpostproc 51. 2. 0 / 51. 2. 0) audio/x-flac = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15 libavutil 50. 43. 0 / 50. 43. 0

libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1. 80. 0 libswscale 0. 14. 1 / 0.

  1. 1 libpostproc 51. 2. 0 / 51. 2. 0) audio/x-ms-wma = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15 libavutil 50. 43. 0 / 50. 43. 0

libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1. 80. 0 libswscale 0. 14. 1 / 0.

  1. 1 libpostproc 51. 2. 0 / 51. 2. 0) audio/x-wav = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15 libavutil 50. 43. 0 / 50. 43. 0

libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1. 80. 0 libswscale 0. 14. 1 / 0.

  1. 1 libpostproc 51. 2. 0 / 51. 2. 0) image/bmp = Proxy via: $Proxy12(Version: ImageMagick 6.5.6-10 2012-04-13 Q16 http://www.imagemagick.org Copyright: Copyright (C) 1999-2009 ImageMagick

Studio LLC) image/cgm = Proxy via: $Proxy12(Version: ImageMagick 6.5.6-10 2012-04-13 Q16 http://www.imagemagick.org Copyright: Copyright (C) 1999-2009 ImageMagick

Studio LLC) image/gif = Proxy via: $Proxy12(Version: ImageMagick 6.5.6-10 2012-04-13 Q16 http://www.imagemagick.org Copyright: Copyright (C) 1999-2009 ImageMagick

Studio LLC) image/ief = Proxy via: $Proxy12(Version: ImageMagick 6.5.6-10 2012-04-13 Q16 http://www.imagemagick.org Copyright: Copyright (C) 1999-2009 ImageMagick

Studio LLC) image/jp2 = Proxy via: $Proxy12(Version: ImageMagick 6.5.6-10 2012-04-13 Q16 http://www.imagemagick.org Copyright: Copyright (C) 1999-2009 ImageMagick

Studio LLC) image/jpeg = Proxy via: $Proxy12(Version: ImageMagick 6.5.6-10 2012-04-13 Q16 http://www.imagemagick.org Copyright: Copyright (C) 1999-2009 ImageMagick

Studio LLC) image/svg+xml = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15 libavutil 50. 43. 0 / 50. 43. 0

libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1. 80. 0 libswscale 0. 14. 1 / 0.

  1. 1 libpostproc 51. 2. 0 / 51. 2. 0) image/tiff = Proxy via: $Proxy12(Version: ImageMagick 6.5.6-10 2012-04-13 Q16 http://www.imagemagick.org Copyright: Copyright (C) 1999-2009 ImageMagick

Studio LLC) image/vnd.adobe.photoshop = Proxy via: $Proxy12(Version: ImageMagick 6.5.6-10 2012-04-13 Q16 http://www.imagemagick.org Copyright: Copyright (C) 1999-

2009 ImageMagick Studio LLC) image/vnd.adobe.premiere = Proxy via: $Proxy12(Version: ImageMagick 6.5.6-10 2012-04-13 Q16 http://www.imagemagick.org Copyright: Copyright (C) 1999-2009

ImageMagick Studio LLC) image/vnd.dwg = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15 libavutil 50. 43. 0 / 50. 43. 0

libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1. 80. 0 libswscale 0. 14. 1 / 0.

  1. 1 libpostproc 51. 2. 0 / 51. 2. 0) image/x-cmu-raster = Proxy via: $Proxy12(Version: ImageMagick 6.5.6-10 2012-04-13 Q16 http://www.imagemagick.org Copyright: Copyright (C) 1999-2009

ImageMagick Studio LLC) image/x-dwt = Proxy via: $Proxy12(Version: ImageMagick 6.5.6-10 2012-04-13 Q16 http://www.imagemagick.org Copyright: Copyright (C) 1999-2009 ImageMagick

Studio LLC) image/x-portable-anymap = Proxy via: $Proxy12(Version: ImageMagick 6.5.6-10 2012-04-13 Q16 http://www.imagemagick.org Copyright: Copyright (C) 1999-2009

ImageMagick Studio LLC) image/x-portable-bitmap = Proxy via: $Proxy12(Version: ImageMagick 6.5.6-10 2012-04-13 Q16 http://www.imagemagick.org Copyright: Copyright (C) 1999-2009

ImageMagick Studio LLC) image/x-portable-graymap = Proxy via: $Proxy12(Version: ImageMagick 6.5.6-10 2012-04-13 Q16 http://www.imagemagick.org Copyright: Copyright (C) 1999-2009

ImageMagick Studio LLC) image/x-portable-pixmap = Proxy via: $Proxy12(Version: ImageMagick 6.5.6-10 2012-04-13 Q16 http://www.imagemagick.org Copyright: Copyright (C) 1999-2009

ImageMagick Studio LLC) image/x-raw-adobe = Proxy via: $Proxy12(Version: ImageMagick 6.5.6-10 2012-04-13 Q16 http://www.imagemagick.org Copyright: Copyright (C) 1999-2009

ImageMagick Studio LLC) image/x-raw-canon = Proxy via: $Proxy12(Version: ImageMagick 6.5.6-10 2012-04-13 Q16 http://www.imagemagick.org Copyright: Copyright (C) 1999-2009

ImageMagick Studio LLC) image/x-raw-fuji = Proxy via: $Proxy12(Version: ImageMagick 6.5.6-10 2012-04-13 Q16 http://www.imagemagick.org Copyright: Copyright (C) 1999-2009

ImageMagick Studio LLC) image/x-raw-hasselblad = Proxy via: $Proxy12(Version: ImageMagick 6.5.6-10 2012-04-13 Q16 http://www.imagemagick.org Copyright: Copyright (C) 1999-2009

ImageMagick Studio LLC) image/x-raw-kodak = Proxy via: $Proxy12(Version: ImageMagick 6.5.6-10 2012-04-13 Q16 http://www.imagemagick.org Copyright: Copyright (C) 1999-2009

ImageMagick Studio LLC) image/x-raw-leica = Proxy via: $Proxy12(Version: ImageMagick 6.5.6-10 2012-04-13 Q16 http://www.imagemagick.org Copyright: Copyright (C) 1999-2009

ImageMagick Studio LLC) image/x-raw-minolta = Proxy via: $Proxy12(Version: ImageMagick 6.5.6-10 2012-04-13 Q16 http://www.imagemagick.org Copyright: Copyright (C) 1999-2009

ImageMagick Studio LLC) image/x-raw-nikon = Proxy via: $Proxy12(Version: ImageMagick 6.5.6-10 2012-04-13 Q16 http://www.imagemagick.org Copyright: Copyright (C) 1999-2009

ImageMagick Studio LLC) image/x-raw-olympus = Proxy via: $Proxy12(Version: ImageMagick 6.5.6-10 2012-04-13 Q16 http://www.imagemagick.org Copyright: Copyright (C) 1999-2009

ImageMagick Studio LLC) image/x-raw-panasonic = Proxy via: $Proxy12(Version: ImageMagick 6.5.6-10 2012-04-13 Q16 http://www.imagemagick.org Copyright: Copyright (C) 1999-2009

ImageMagick Studio LLC) image/x-raw-pentax = Proxy via: $Proxy12(Version: ImageMagick 6.5.6-10 2012-04-13 Q16 http://www.imagemagick.org Copyright: Copyright (C) 1999-2009

ImageMagick Studio LLC) image/x-raw-red = Proxy via: $Proxy12(Version: ImageMagick 6.5.6-10 2012-04-13 Q16 http://www.imagemagick.org Copyright: Copyright (C) 1999-2009

ImageMagick Studio LLC) image/x-raw-sigma = Proxy via: $Proxy12(Version: ImageMagick 6.5.6-10 2012-04-13 Q16 http://www.imagemagick.org Copyright: Copyright (C) 1999-2009

ImageMagick Studio LLC) image/x-raw-sony = Proxy via: $Proxy12(Version: ImageMagick 6.5.6-10 2012-04-13 Q16 http://www.imagemagick.org Copyright: Copyright (C) 1999-2009

ImageMagick Studio LLC) image/x-rgb = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15 libavutil 50. 43. 0 / 50. 43. 0

libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1. 80. 0 libswscale 0. 14. 1 / 0.

  1. 1 libpostproc 51. 2. 0 / 51. 2. 0) image/x-xbitmap = Proxy via: $Proxy12(Version: ImageMagick 6.5.6-10 2012-04-13 Q16 http://www.imagemagick.org Copyright: Copyright (C) 1999-2009

ImageMagick Studio LLC) image/x-xpixmap = Proxy via: $Proxy12(Version: ImageMagick 6.5.6-10 2012-04-13 Q16 http://www.imagemagick.org Copyright: Copyright (C) 1999-2009

ImageMagick Studio LLC) image/x-xwindowdump = Proxy via: $Proxy12(Version: ImageMagick 6.5.6-10 2012-04-13 Q16 http://www.imagemagick.org Copyright: Copyright (C) 1999-2009

ImageMagick Studio LLC) message/rfc822 = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15 libavutil 50. 43. 0 / 50. 43. 0

libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1. 80. 0 libswscale 0. 14. 1 / 0.

  1. 1 libpostproc 51. 2. 0 / 51. 2. 0) text/calendar = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15 libavutil 50. 43. 0 / 50. 43. 0

libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1. 80. 0 libswscale 0. 14. 1 / 0.

  1. 1 libpostproc 51. 2. 0 / 51. 2. 0) text/css = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15 libavutil 50. 43. 0 / 50. 43. 0

libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1. 80. 0 libswscale 0. 14. 1 / 0.

  1. 1 libpostproc 51. 2. 0 / 51. 2. 0) text/csv = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15 libavutil 50. 43. 0 / 50. 43. 0

libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1. 80. 0 libswscale 0. 14. 1 / 0.

  1. 1 libpostproc 51. 2. 0 / 51. 2. 0) text/html = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15 libavutil 50. 43. 0 / 50. 43. 0

libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1. 80. 0 libswscale 0. 14. 1 / 0.

  1. 1 libpostproc 51. 2. 0 / 51. 2. 0) text/mediawiki = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15 libavutil 50. 43. 0 / 50. 43. 0

libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1. 80. 0 libswscale 0. 14. 1 / 0.

  1. 1 libpostproc 51. 2. 0 / 51. 2. 0) text/plain = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15 libavutil 50. 43. 0 / 50. 43. 0

libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1. 80. 0 libswscale 0. 14. 1 / 0.

  1. 1 libpostproc 51. 2. 0 / 51. 2. 0) text/richtext = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15 libavutil 50. 43. 0 / 50. 43. 0

libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1. 80. 0 libswscale 0. 14. 1 / 0.

  1. 1 libpostproc 51. 2. 0 / 51. 2. 0) text/sgml = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15 libavutil 50. 43. 0 / 50. 43. 0

libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1. 80. 0 libswscale 0. 14. 1 / 0.

  1. 1 libpostproc 51. 2. 0 / 51. 2. 0) text/tab-separated-values = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15 libavutil 50. 43. 0 /
    1. 0 libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1. 80. 0 libswscale 0.
  2. 1 / 0. 14. 1 libpostproc 51. 2. 0 / 51. 2. 0) text/x-markdown = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15 libavutil 50. 43. 0 / 50. 43. 0

libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1. 80. 0 libswscale 0. 14. 1 / 0.

  1. 1 libpostproc 51. 2. 0 / 51. 2. 0) text/x-setext = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15 libavutil 50. 43. 0 / 50. 43. 0

libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1. 80. 0 libswscale 0. 14. 1 / 0.

  1. 1 libpostproc 51. 2. 0 / 51. 2. 0) text/xml = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15 libavutil 50. 43. 0 / 50. 43. 0

libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1. 80. 0 libswscale 0. 14. 1 / 0.

  1. 1 libpostproc 51. 2. 0 / 51. 2. 0) video/3gpp = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15 libavutil 50. 43. 0 / 50. 43. 0

libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1. 80. 0 libswscale 0. 14. 1 / 0.

  1. 1 libpostproc 51. 2. 0 / 51. 2. 0) video/3gpp2 = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15 libavutil 50. 43. 0 / 50. 43. 0

libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1. 80. 0 libswscale 0. 14. 1 / 0.

  1. 1 libpostproc 51. 2. 0 / 51. 2. 0) video/mp2t = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15 libavutil 50. 43. 0 / 50. 43. 0

libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1. 80. 0 libswscale 0. 14. 1 / 0.

  1. 1 libpostproc 51. 2. 0 / 51. 2. 0) video/mp4 = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15 libavutil 50. 43. 0 / 50. 43. 0

libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1. 80. 0 libswscale 0. 14. 1 / 0.

  1. 1 libpostproc 51. 2. 0 / 51. 2. 0) video/mpeg = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15 libavutil 50. 43. 0 / 50. 43. 0

libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1. 80. 0 libswscale 0. 14. 1 / 0.

  1. 1 libpostproc 51. 2. 0 / 51. 2. 0) video/mpeg2 = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15 libavutil 50. 43. 0 / 50. 43. 0

libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1. 80. 0 libswscale 0. 14. 1 / 0.

  1. 1 libpostproc 51. 2. 0 / 51. 2. 0) video/ogg = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15 libavutil 50. 43. 0 / 50. 43. 0

libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1. 80. 0 libswscale 0. 14. 1 / 0.

  1. 1 libpostproc 51. 2. 0 / 51. 2. 0) video/quicktime = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15 libavutil 50. 43. 0 / 50. 43. 0

libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1. 80. 0 libswscale 0. 14. 1 / 0.

  1. 1 libpostproc 51. 2. 0 / 51. 2. 0) video/webm = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15 libavutil 50. 43. 0 / 50. 43. 0

libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1. 80. 0 libswscale 0. 14. 1 / 0.

  1. 1 libpostproc 51. 2. 0 / 51. 2. 0) video/x-flv = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15 libavutil 50. 43. 0 / 50. 43. 0

libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1. 80. 0 libswscale 0. 14. 1 / 0.

  1. 1 libpostproc 51. 2. 0 / 51. 2. 0) video/x-m4v = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15 libavutil 50. 43. 0 / 50. 43. 0

libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1. 80. 0 libswscale 0. 14. 1 / 0.

  1. 1 libpostproc 51. 2. 0 / 51. 2. 0) video/x-ms-asf = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15 libavutil 50. 43. 0 / 50. 43. 0

libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1. 80. 0 libswscale 0. 14. 1 / 0.

  1. 1 libpostproc 51. 2. 0 / 51. 2. 0) video/x-ms-wmv = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15 libavutil 50. 43. 0 / 50. 43. 0

libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1. 80. 0 libswscale 0. 14. 1 / 0.

  1. 1 libpostproc 51. 2. 0 / 51. 2. 0) video/x-msvideo = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15 libavutil 50. 43. 0 / 50. 43. 0

libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1. 80. 0 libswscale 0. 14. 1 / 0.

  1. 1 libpostproc 51. 2. 0 / 51. 2. 0) video/x-rad-screenplay = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15 libavutil 50. 43. 0 / 50.
  2. 0 libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1. 80. 0 libswscale 0. 14. 1

/ 0. 14. 1 libpostproc 51. 2. 0 / 51. 2. 0) video/x-sgi-movie = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15 libavutil 50. 43. 0 / 50. 43.

0 libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1. 80. 0 libswscale 0. 14. 1 / 0.

  1. 1 libpostproc 51. 2. 0 / 51. 2. 0) x-world/x-vrml = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15 libavutil 50. 43. 0 / 50. 43. 0

libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1. 80. 0 libswscale 0. 14. 1 / 0.

  1. 1 libpostproc 51. 2. 0 / 51. 2. 0)
davidyg commented 11 years ago

Transformable From:

application/acp = Complex via: image/jpeg
application/dita+xml = Complex via: image/jpeg
application/eps = Proxy via: $Proxy12(Version: ImageMagick 6.5.6-10 2012-04-13 Q16 http://www.imagemagick.org Copyright: Copyright (C) 1999-2009 

ImageMagick Studio LLC) application/framemaker = Complex via: image/jpeg application/illustrator = Proxy via: $Proxy12(Version: ImageMagick 6.5.6-10 2012-04-13 Q16 http://www.imagemagick.org Copyright: Copyright (C) 1999-2009

ImageMagick Studio LLC) application/java = Complex via: image/jpeg application/json = Complex via: image/jpeg application/mac-binhex40 = Complex via: image/jpeg application/msword = Complex via: image/jpeg application/octet-stream = Complex via: image/jpeg application/oda = Complex via: image/jpeg application/ogg = Complex via: image/jpeg application/pagemaker = Complex via: image/jpeg application/pdf = Proxy via: $Proxy12(Version: ImageMagick 6.5.6-10 2012-04-13 Q16 http://www.imagemagick.org Copyright: Copyright (C) 1999-2009

ImageMagick Studio LLC) application/postscript = Complex via: image/jpeg application/remote-printing = Complex via: image/jpeg application/rss+xml = Complex via: image/jpeg application/rtf = Complex via: image/jpeg application/sgml = Complex via: image/jpeg application/vnd.adobe.aftereffects.project = Complex via: image/jpeg application/vnd.adobe.aftereffects.template = Complex via: image/jpeg application/vnd.adobe.air-application-installer-package+zip = Complex via: image/jpeg application/vnd.adobe.xdp+xml = Complex via: image/jpeg application/vnd.android.package-archive = Complex via: image/jpeg application/vnd.apple.keynote = Complex via: image/jpeg application/vnd.apple.numbers = Complex via: image/jpeg application/vnd.apple.pages = Complex via: image/jpeg application/vnd.ms-excel = Complex via: image/jpeg application/vnd.ms-excel.addin.macroenabled.12 = Complex via: image/jpeg application/vnd.ms-excel.sheet.binary.macroenabled.12 = Complex via: image/jpeg application/vnd.ms-excel.sheet.macroenabled.12 = Complex via: image/jpeg application/vnd.ms-excel.template.macroenabled.12 = Complex via: image/jpeg application/vnd.ms-outlook = Complex via: image/jpeg application/vnd.ms-powerpoint = Complex via: image/jpeg application/vnd.ms-powerpoint.addin.macroenabled.12 = Complex via: image/jpeg application/vnd.ms-powerpoint.presentation.macroenabled.12 = Complex via: image/jpeg application/vnd.ms-powerpoint.slide.macroenabled.12 = Complex via: image/jpeg application/vnd.ms-powerpoint.slideshow.macroenabled.12 = Complex via: image/jpeg application/vnd.ms-powerpoint.template.macroenabled.12 = Complex via: image/jpeg application/vnd.ms-project = Complex via: image/jpeg application/vnd.ms-word.document.macroenabled.12 = Complex via: image/jpeg application/vnd.ms-word.template.macroenabled.12 = Complex via: image/jpeg application/vnd.oasis.opendocument.chart = Complex via: image/jpeg application/vnd.oasis.opendocument.database = Complex via: image/jpeg application/vnd.oasis.opendocument.formula = Complex via: image/jpeg application/vnd.oasis.opendocument.graphics = Complex via: image/jpeg application/vnd.oasis.opendocument.graphics-template = Complex via: image/jpeg application/vnd.oasis.opendocument.image = Complex via: image/jpeg application/vnd.oasis.opendocument.presentation = Complex via: image/jpeg application/vnd.oasis.opendocument.presentation-template = Complex via: image/jpeg application/vnd.oasis.opendocument.spreadsheet = Complex via: image/jpeg application/vnd.oasis.opendocument.spreadsheet-template = Complex via: image/jpeg application/vnd.oasis.opendocument.text = Complex via: image/jpeg application/vnd.oasis.opendocument.text-master = Complex via: image/jpeg application/vnd.oasis.opendocument.text-template = Complex via: image/jpeg application/vnd.oasis.opendocument.text-web = Complex via: image/jpeg application/vnd.openxmlformats-officedocument.presentationml.presentation = Complex via: image/jpeg application/vnd.openxmlformats-officedocument.presentationml.slide = Complex via: image/jpeg application/vnd.openxmlformats-officedocument.presentationml.slideshow = Complex via: image/jpeg application/vnd.openxmlformats-officedocument.presentationml.template = Complex via: image/jpeg application/vnd.openxmlformats-officedocument.spreadsheetml.sheet = Complex via: image/jpeg application/vnd.openxmlformats-officedocument.spreadsheetml.template = Complex via: image/jpeg application/vnd.openxmlformats-officedocument.wordprocessingml.document = Complex via: image/jpeg application/vnd.openxmlformats-officedocument.wordprocessingml.template = Complex via: image/jpeg application/vnd.stardivision.calc = Complex via: image/jpeg application/vnd.stardivision.chart = Complex via: image/jpeg application/vnd.stardivision.draw = Complex via: image/jpeg application/vnd.stardivision.impress = Complex via: image/jpeg application/vnd.stardivision.impress-packed = Complex via: image/jpeg application/vnd.stardivision.math = Complex via: image/jpeg application/vnd.stardivision.writer = Complex via: image/jpeg application/vnd.stardivision.writer-global = Complex via: image/jpeg application/vnd.sun.xml.calc = Complex via: image/jpeg application/vnd.sun.xml.calc.template = Complex via: image/jpeg application/vnd.sun.xml.draw = Complex via: image/jpeg application/vnd.sun.xml.impress = Complex via: image/jpeg application/vnd.sun.xml.impress.template = Complex via: image/jpeg application/vnd.sun.xml.writer = Complex via: image/jpeg application/vnd.sun.xml.writer.template = Complex via: image/jpeg application/vnd.visio = Complex via: image/jpeg application/wordperfect = Complex via: image/jpeg application/x-bcpio = Complex via: image/jpeg application/x-compress = Complex via: image/jpeg application/x-cpio = Complex via: image/jpeg application/x-csh = Complex via: image/jpeg application/x-dvi = Complex via: image/jpeg application/x-fla = Complex via: image/jpeg application/x-gtar = Complex via: image/jpeg application/x-gzip = Complex via: image/jpeg application/x-hdf = Complex via: image/jpeg application/x-indesign = Complex via: image/jpeg application/x-javascript = Complex via: image/jpeg application/x-latex = Complex via: image/jpeg application/x-mif = Complex via: image/jpeg application/x-netcdf = Complex via: image/jpeg application/x-sh = Complex via: image/jpeg application/x-shar = Complex via: image/jpeg application/x-shockwave-flash = Complex via: image/jpeg application/x-sv4cpio = Complex via: image/jpeg application/x-sv4crc = Complex via: image/jpeg application/x-tar = Complex via: image/jpeg application/x-tcl = Complex via: image/jpeg application/x-tex = Complex via: image/jpeg application/x-texinfo = Complex via: image/jpeg application/x-troff = Complex via: image/jpeg application/x-troff-man = Complex via: image/jpeg application/x-troff-me = Complex via: image/jpeg application/x-troff-mes = Complex via: image/jpeg application/x-ustar = Complex via: image/jpeg application/x-wais-source = Complex via: image/jpeg application/x-x509-ca-cert = Complex via: image/jpeg application/x-zip = Complex via: image/jpeg application/xhtml+xml = Complex via: image/jpeg application/zip = Complex via: image/jpeg audio/basic = Complex via: image/jpeg audio/mp4 = Complex via: image/jpeg audio/mpeg = Complex via: image/jpeg audio/ogg = Complex via: image/jpeg audio/vnd.adobe.soundbooth = Complex via: image/jpeg audio/vorbis = Complex via: image/jpeg audio/x-aiff = Complex via: image/jpeg audio/x-flac = Complex via: image/jpeg audio/x-ms-wma = Complex via: image/jpeg audio/x-wav = Complex via: image/jpeg image/bmp = Proxy via: $Proxy12(Version: ImageMagick 6.5.6-10 2012-04-13 Q16 http://www.imagemagick.org Copyright: Copyright (C) 1999-2009 ImageMagick

Studio LLC) image/cgm = Proxy via: $Proxy12(Version: ImageMagick 6.5.6-10 2012-04-13 Q16 http://www.imagemagick.org Copyright: Copyright (C) 1999-2009 ImageMagick

Studio LLC) image/gif = Proxy via: $Proxy12(Version: ImageMagick 6.5.6-10 2012-04-13 Q16 http://www.imagemagick.org Copyright: Copyright (C) 1999-2009 ImageMagick

Studio LLC) image/ief = Proxy via: $Proxy12(Version: ImageMagick 6.5.6-10 2012-04-13 Q16 http://www.imagemagick.org Copyright: Copyright (C) 1999-2009 ImageMagick

Studio LLC) image/jp2 = Proxy via: $Proxy12(Version: ImageMagick 6.5.6-10 2012-04-13 Q16 http://www.imagemagick.org Copyright: Copyright (C) 1999-2009 ImageMagick

Studio LLC) image/jpeg = Proxy via: $Proxy12(Version: ImageMagick 6.5.6-10 2012-04-13 Q16 http://www.imagemagick.org Copyright: Copyright (C) 1999-2009 ImageMagick

Studio LLC) image/svg+xml = Complex via: image/jpeg image/tiff = Proxy via: $Proxy12(Version: ImageMagick 6.5.6-10 2012-04-13 Q16 http://www.imagemagick.org Copyright: Copyright (C) 1999-2009 ImageMagick

Studio LLC) image/vnd.adobe.photoshop = Proxy via: $Proxy12(Version: ImageMagick 6.5.6-10 2012-04-13 Q16 http://www.imagemagick.org Copyright: Copyright (C) 1999-

2009 ImageMagick Studio LLC) image/vnd.adobe.premiere = Proxy via: $Proxy12(Version: ImageMagick 6.5.6-10 2012-04-13 Q16 http://www.imagemagick.org Copyright: Copyright (C) 1999-2009

ImageMagick Studio LLC) image/vnd.dwg = Complex via: image/jpeg image/x-cmu-raster = Proxy via: $Proxy12(Version: ImageMagick 6.5.6-10 2012-04-13 Q16 http://www.imagemagick.org Copyright: Copyright (C) 1999-2009

ImageMagick Studio LLC) image/x-dwt = Proxy via: $Proxy12(Version: ImageMagick 6.5.6-10 2012-04-13 Q16 http://www.imagemagick.org Copyright: Copyright (C) 1999-2009 ImageMagick

Studio LLC) image/x-portable-anymap = Proxy via: $Proxy12(Version: ImageMagick 6.5.6-10 2012-04-13 Q16 http://www.imagemagick.org Copyright: Copyright (C) 1999-2009

ImageMagick Studio LLC) image/x-portable-bitmap = Proxy via: $Proxy12(Version: ImageMagick 6.5.6-10 2012-04-13 Q16 http://www.imagemagick.org Copyright: Copyright (C) 1999-2009

ImageMagick Studio LLC) image/x-portable-graymap = Proxy via: $Proxy12(Version: ImageMagick 6.5.6-10 2012-04-13 Q16 http://www.imagemagick.org Copyright: Copyright (C) 1999-2009

ImageMagick Studio LLC) image/x-portable-pixmap = Proxy via: $Proxy12(Version: ImageMagick 6.5.6-10 2012-04-13 Q16 http://www.imagemagick.org Copyright: Copyright (C) 1999-2009

ImageMagick Studio LLC) image/x-raw-adobe = Proxy via: $Proxy12(Version: ImageMagick 6.5.6-10 2012-04-13 Q16 http://www.imagemagick.org Copyright: Copyright (C) 1999-2009

ImageMagick Studio LLC) image/x-raw-canon = Proxy via: $Proxy12(Version: ImageMagick 6.5.6-10 2012-04-13 Q16 http://www.imagemagick.org Copyright: Copyright (C) 1999-2009

ImageMagick Studio LLC) image/x-raw-fuji = Proxy via: $Proxy12(Version: ImageMagick 6.5.6-10 2012-04-13 Q16 http://www.imagemagick.org Copyright: Copyright (C) 1999-2009

ImageMagick Studio LLC) image/x-raw-hasselblad = Proxy via: $Proxy12(Version: ImageMagick 6.5.6-10 2012-04-13 Q16 http://www.imagemagick.org Copyright: Copyright (C) 1999-2009

ImageMagick Studio LLC) image/x-raw-kodak = Proxy via: $Proxy12(Version: ImageMagick 6.5.6-10 2012-04-13 Q16 http://www.imagemagick.org Copyright: Copyright (C) 1999-2009

ImageMagick Studio LLC) image/x-raw-leica = Proxy via: $Proxy12(Version: ImageMagick 6.5.6-10 2012-04-13 Q16 http://www.imagemagick.org Copyright: Copyright (C) 1999-2009

ImageMagick Studio LLC) image/x-raw-minolta = Proxy via: $Proxy12(Version: ImageMagick 6.5.6-10 2012-04-13 Q16 http://www.imagemagick.org Copyright: Copyright (C) 1999-2009

ImageMagick Studio LLC) image/x-raw-nikon = Proxy via: $Proxy12(Version: ImageMagick 6.5.6-10 2012-04-13 Q16 http://www.imagemagick.org Copyright: Copyright (C) 1999-2009

ImageMagick Studio LLC) image/x-raw-olympus = Proxy via: $Proxy12(Version: ImageMagick 6.5.6-10 2012-04-13 Q16 http://www.imagemagick.org Copyright: Copyright (C) 1999-2009

ImageMagick Studio LLC) image/x-raw-panasonic = Proxy via: $Proxy12(Version: ImageMagick 6.5.6-10 2012-04-13 Q16 http://www.imagemagick.org Copyright: Copyright (C) 1999-2009

ImageMagick Studio LLC) image/x-raw-pentax = Proxy via: $Proxy12(Version: ImageMagick 6.5.6-10 2012-04-13 Q16 http://www.imagemagick.org Copyright: Copyright (C) 1999-2009

ImageMagick Studio LLC) image/x-raw-red = Proxy via: $Proxy12(Version: ImageMagick 6.5.6-10 2012-04-13 Q16 http://www.imagemagick.org Copyright: Copyright (C) 1999-2009

ImageMagick Studio LLC) image/x-raw-sigma = Proxy via: $Proxy12(Version: ImageMagick 6.5.6-10 2012-04-13 Q16 http://www.imagemagick.org Copyright: Copyright (C) 1999-2009

ImageMagick Studio LLC) image/x-raw-sony = Proxy via: $Proxy12(Version: ImageMagick 6.5.6-10 2012-04-13 Q16 http://www.imagemagick.org Copyright: Copyright (C) 1999-2009

ImageMagick Studio LLC) image/x-rgb = Complex via: image/jpeg image/x-xbitmap = Proxy via: $Proxy12(Version: ImageMagick 6.5.6-10 2012-04-13 Q16 http://www.imagemagick.org Copyright: Copyright (C) 1999-2009

ImageMagick Studio LLC) image/x-xpixmap = Proxy via: $Proxy12(Version: ImageMagick 6.5.6-10 2012-04-13 Q16 http://www.imagemagick.org Copyright: Copyright (C) 1999-2009

ImageMagick Studio LLC) image/x-xwindowdump = Proxy via: $Proxy12(Version: ImageMagick 6.5.6-10 2012-04-13 Q16 http://www.imagemagick.org Copyright: Copyright (C) 1999-2009

ImageMagick Studio LLC) message/rfc822 = Complex via: image/jpeg text/calendar = Complex via: image/jpeg text/css = Complex via: image/jpeg text/csv = Complex via: image/jpeg text/html = Complex via: image/jpeg text/mediawiki = Complex via: image/jpeg text/plain = Complex via: image/jpeg text/richtext = Complex via: image/jpeg text/sgml = Complex via: image/jpeg text/tab-separated-values = Complex via: image/jpeg text/x-markdown = Complex via: image/jpeg text/x-setext = Complex via: image/jpeg text/xml = Complex via: image/jpeg video/3gpp = Complex via: image/jpeg video/3gpp2 = Complex via: image/jpeg video/mp2t = Complex via: image/jpeg video/mp4 = Complex via: image/jpeg video/mpeg = Complex via: image/jpeg video/mpeg2 = Complex via: image/jpeg video/ogg = Complex via: image/jpeg video/quicktime = Complex via: image/jpeg video/webm = Complex via: image/jpeg video/x-flv = Complex via: image/jpeg video/x-m4v = Complex via: image/jpeg video/x-ms-asf = Complex via: image/jpeg video/x-ms-wmv = Complex via: image/jpeg video/x-msvideo = Complex via: image/jpeg video/x-rad-screenplay = Complex via: image/jpeg video/x-sgi-movie = Complex via: image/jpeg x-world/x-vrml = Complex via: image/jpeg

davidyg commented 11 years ago

Hello,

Today I removed the JAR file from the Tomcat instance used for Alfresco Repository/Explorer and left it only in the one used by Share.

Since then:

If I keep all the modules unloaded:

Flash viewer is used to load PDF, JPG, PNG... and all work ok.

If I load PdfJs, PdfJs Configuration and Embed:

In Mozilla Firefox 21.0:

Additionally, if I load FLVPlayer Viewer, FLVPlayer Configuration, MP3Player Viewer and MP3Player Configuration:

  • Video files are previewed using Flash (a player with a little grey bar different to Strobe Media Playback) so I suppose that the module FLVPlayer Viewer is working.

Checking my config, I think this is the expected behaviour. However, every time I load a file (any format) the menu bar is locked and as I said before, I can't click on Home, Sites and so on.

In Internet Explorer 9.0:

  • PDF files are not previewed. I can only see a link (View in browser) and it tries to download the file automatically (I'm requested to open or download the file).
  • The rest (images, DOC files, videos... ) work exactly equal as they do in Mozilla Firefox.

But with this browser the menu bar isn't locked so I can click on Home, Tasks... to leave the file preview once it is loaded.

So it's clear that:

  • The JAR file only has to be present in Share instance if you (as me) use two Tomcat installations to deploy both web applications. I think that all the problems (images and video files trying to be loaded as PDF files) were caused by that.
  • For an unknown reason, Media Viewers is locking the top menu bar when modules are loaded and you preview a file in Mozilla Firefox.
  • At least DOC, PPT and HTML files can be perfectly loaded by PdfJs because when I was experiencing the problems related before, these files were loaded in its frame without any problem. It probably would have to be set in web-preview.get.config.xml.
davidyg commented 11 years ago

Hello,

Forget it. If I do that, the files org_sharextras_pdfviewer-context.xml, org_sharextras_video-thumbnail-context.xml and org_sharextras_video-transform-context.xml aren't deployed in repository so video thumbnails and transformations are not available.

Just testing, I divided media-viewers-2.5.1.jar into 2 different files: media-viewers-repo-2.5.1.jar and media-viewers-share-2.5.1.jar.

In the first one I just included:

alfresco/extension/org_sharextras_pdfviewer-context.xml alfresco/extension/org_sharextras_video-thumbnail-context.xml alfresco/extension/org_sharextras_video-transform-context.xml META-INF/MANIFEST.MF

And put it in $TOMCAT_HOME/webapps/alfresco/WEB-INF/lib

Before that, no content transformations were available for MP4 or MPEG files, for example. After doing that, if I go to:

domain.org/alfresco/service/mimetypes

I see that now these kind of files are transformable to/from another formats through FFmpeg.

But what's the problem? It's simple: All the MIME types (ALL) are being set with this configuration and that's why the information about PNG that I posted 4 days ago were so long. I don't know why but it isn't being filtered. All the MIME types are being registered as transformable to/from the full list (application/acp, application/dita+xml, application/eps... ) without exception and using always the same parameters:

application/illustrator = Proxy via: org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker(ffmpeg 0.7.15 libavutil 50. 43. 0 / 50. 43. 0 libavcodec 52.123. 0 / 52.123. 0 libavformat 52.111. 0 / 52.111. 0 libavdevice 52. 5. 0 / 52. 5. 0 libavfilter 1. 80. 0 / 1. 80. 0 libswscale 0. 14. 1 / 0. 14. 1 libpostproc 51. 2. 0 / 51. 2. 0)

Do you know what could be causing this problem?

wabson commented 11 years ago

Please use issue 6 for further discussion of the viewers being used for mimetypes they they do not support. This issue 4 relates to the JAR file causing start-up of the repository to break, which is now fixed.

davidyg commented 11 years ago

Hello,

Ok. You are right. It's better to not mix both problems. We will continue there then.

Thank you.