I have used xuggle library in my project to trans code the video from mp4 to flv. I have used slf4j libraries also to support logging
xuggle library
mp4 to flv
slf4j libraries
So you have to exclude conflict dependencies. Try this:
org.slf4j slf4j-log4j12 log4j log4j
This solved same problem with slf4j and Dozer.