By theDroplet_Sam on
Hi,
I have finished setting up the FFMpeg Module with converter and wrapper.
inside the read me, there is this line.
FFmpeg converter doesn't currently provide any sort of video playback
functionality. You may override the ffmpeg_converter_video.tpl.php template
file in your theme in order to add support for video players etc.
did the author meant I can simply take the ffmpeg_convert_video.tpl.php file and put it in the themes' directory and the themes will auto load it instead?
Comments
no expert on ffmpeg here but
no expert on ffmpeg here but usually that is exactly the case.
but i suspect the best way to find out is to try it out. shouldnt hurt.
-------------------------------------------------
Always be nice to people on the way up; because you'll meet the same people on the way down.
Wilson Mizner (1876 - 1933)
yeah it worked.
I did exactly that, and started gaining an insight into the design of Drupal from a Theme support pov...
the tpl.php files are indeed there for over riding.