Activity › Forums › Apple Final Cut Pro Legacy › Can FCP do This? Can Anything?
-
Can FCP do This? Can Anything?
Posted by Ian Venables on March 24, 2008 at 3:52 pmCan FCP (or PremPro or Xpress) batch output a bunch of files with a standard open video, watermark, and closing video attached? I need to output a whack of files for a video site and they want a standard “header” and “footer” on the files along with a watermark. I’d love to be able to get a machine to do that grunt work, instead of tying up a body… can anyone suggest a solution?
Thanks,
Ian
Paolo Ciccone replied 18 years, 1 month ago 6 Members · 5 Replies -
5 Replies
-
Del Chapple
March 24, 2008 at 6:25 pmRhozet can do this(at least the Beta we are running).. but its expensive 5g’s for one licence and you need to by the PC..
d
you cant hear my inner voice scream… can you..?
-
Arnie Schlissel
March 24, 2008 at 6:42 pmYou should look into using Traffic from xmedit.com for this.
Arnie
Now in post: Peristroika, a film by Slava Tsukerman
https://www.arniepix.com/blog -
Jeff Carpenter
March 24, 2008 at 7:32 pmIf you can’t find anything to do this task, here’s the workflow I’d suggest:
1) Export your header and footer as Quicktime files that have the same settings as the original videos.
2) Open those files plus one of the subjects in Quicktime. Copy and past the header and footer from player to player. Use the playhead to show where the ‘paste’ should occur. Then save and close the video file. Then, move on to the next one.
3) Run all the finished files through Compressor and apply the watermark there.
Try this on 2 files to make sure it all works, but as long as it works I think this is the quickest and easiest method. Plus, step 2 could be taught to anyone, even if they don’t know anything about video editing.
-
Robert Longwell
March 24, 2008 at 8:57 pmTry Telestream’s Episode series of encoding software:
https://www.flip4mac.com/episode.htmIt can set Bumper/Trailer videos (aka “header” and “footer” videos) as well as set a watermark in the transcoded file.
Robert Longwell
-
Paolo Ciccone
March 24, 2008 at 9:39 pmIf this is for a website and the files are in QuickTime then you don’t need to modify the videos, you just need to create a SMIL file that instructs the QT plugin to create a sequence. For example:
SMILtext <smil xmlns:qt=”https://www.apple.com/quicktime/resources/smilextensions” qt:autoplay=”true”>
<head>
<layout>
<root-layout id=”main” width=”640″ height=”360″ background-color=”black” />
<region id=”r1″ width=”640″ height=”360″ />
</layout>
</head>
<body>
<seq>
<video src=”https://www.yoursite.com/videos/Header.mov” region=”r1″ />
<video src=”https://www.yoursite.com/videos/MainVideo.mov?” region=”r1″ />
<video src=”https://www.yoursite.com/videos/Credits.mov?” region=”r1″ />
</seq>
</body>
</smil>If you replace the entries in there with your header, video and credits clips and save this as a .mov file QuickTime or the QT plugin will play it as a standard movie.
You can generate a SMIL file with a simple script, I can write it for you if you don’t have the experience, or you can have the script act as a filter for all the files in a given directory in your web server and the file can be generated on the fly when the video is required.
You can also place a watermark, see https://developer.apple.com/documentation/QuickTime/Conceptual/QTScripting_SMIL/QTScripting_SMIL_Document/chapter_1000_section_1.html#//apple_ref/doc/uid/CH203-SMILScriptingforQuickTime for the whole spec.
Best of all, it’s free, that’s just another feature of QuickTime.—
Paolo Ciccone https://www.paolociccone.com
Hellriser Digital
Santa Cruz, CA
Reply to this Discussion! Login or Sign Up