Skip to main content
Question

Error in custom transformer VideoPropertyExtractor

  • August 15, 2019
  • 2 replies
  • 14 views

danilo_fme
Celebrity
Forum|alt.badge.img+51

Hello FME' users,

I'm try to extract some informations from Video ( .mp4 extension ) using the custom transformer VideoPropertyExtractor.

First, I downloaded the ffmpeg and installed all packages in the folder.

Using the transformer Creator -> I configureted the custom transformer, like bellow:

 

The Workspace executed without success:

 

 

Attached the log file -

 

FME Version 2019.1 - Build 19608

 

Command Line is Works:

 

 

Thanks in Advance,

Danilo

 

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

scyphers
Participant
Forum|alt.badge.img+5
  • Participant
  • 22 replies
  • August 19, 2019

Oi Danilo :)

I replicated your issue, i think the VideoPropertyExtractor in Hub has a disconnected published parameter. Edit the custom transformer and swap out ""ffmpeg.exe" in the first AttributeCreator for the parameter of $(FFMPEG) and see how you go.I think the syscaller was calling an incomplete reference.

Boa Sorte ;)


danilo_fme
Celebrity
Forum|alt.badge.img+51
  • Author
  • Celebrity
  • 2077 replies
  • August 19, 2019

Oi Danilo :)

I replicated your issue, i think the VideoPropertyExtractor in Hub has a disconnected published parameter. Edit the custom transformer and swap out ""ffmpeg.exe" in the first AttributeCreator for the parameter of $(FFMPEG) and see how you go.I think the syscaller was calling an incomplete reference.

Boa Sorte ;)

Olá @scyphers

Your tip and clinical look inside this parameter was spectacular :)

 

Muito Obrigado!

 

Danilo