Skip to main content

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

 

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 ;)


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