Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Post New Thread Reply

Register GFY Rules Calendar
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed.

 
Thread Tools
Old 12-01-2008, 07:03 PM   #1
Persius
Tap into MOBILE!
 
Industry Role:
Join Date: Jul 2003
Location: Hollywood
Posts: 11,779
What's easiest way to add a jpg to end of a video clip

what app ?
Persius is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-01-2008, 07:07 PM   #2
mikesouth
Confirmed User
 
mikesouth's Avatar
 
Industry Role:
Join Date: Jun 2003
Location: My High Horse
Posts: 6,334
drag it onto the time line and stretch it to the length you want before rendering
__________________
Mike South

It's No wonder I took up drugs and alcohol, it's the only way I could dumb myself down enough to cope with the morons in this biz.
mikesouth is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-01-2008, 07:11 PM   #3
CIVMatt
Amateur Pimpin
 
CIVMatt's Avatar
 
Industry Role:
Join Date: Aug 2004
Location: Orlando, FL
Posts: 13,075
Ahhhhh just add a jpg to the end of a video clip on a timeline... kinda answered your own question there
__________________
Make easy money with Webcams
CIVMatt is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-01-2008, 07:20 PM   #4
Max - RiotDesign
Confirmed User
 
Max - RiotDesign's Avatar
 
Join Date: Oct 2008
Location: Buenos Aires
Posts: 246
I think he's looking for a video splitter/joiner (something that lets you add/remove frames without re-encoding the video).

I know splitting without re-encoding is possible, not sure about adding extra frames though.
Max - RiotDesign is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-01-2008, 07:23 PM   #5
SmokeyTheBear
►SouthOfHeaven
 
SmokeyTheBear's Avatar
 
Join Date: Jun 2004
Location: PlanetEarth MyBoardRank: GerbilMaster My-Penis-Size: extralarge MyWeapon: Computer
Posts: 28,609
the easiest way would be to do it in the player not the video ( i.e. a playlist ) , then you can change the image dynamically

windows media player and flash both offer the use of playlists.

Heres an example of how to do it with window media player.

open any text editor copy and save the following as example.wvx

Code:
<ASX version = "3.0">
<ABSTRACT>www.abstract.com</ABSTRACT>
<TITLE>a title</TITLE>
<AUTHOR>Smokey</AUTHOR>
<COPYRIGHT>www.yoursite.com</COPYRIGHT>






<Entry>

<Banner href="http://banner.com/image.jpg">
<MoreInfo href = "http://bannerurl.com" />
<Abstract>click me</Abstract>
</Banner>
<Ref href = "http://www.avideo.com/avideo.wmv" />

</Entry>


<Entry>


<Ref href = "http://www.avideo.com/apicture.jpg" />

</Entry>
</asx>
you can play the file in widdows media player or vlc or pretty much any video player, embed it pretty much the same as a wmv
__________________
hatisblack at yahoo.com
SmokeyTheBear is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-01-2008, 07:24 PM   #6
SmokeyTheBear
►SouthOfHeaven
 
SmokeyTheBear's Avatar
 
Join Date: Jun 2004
Location: PlanetEarth MyBoardRank: GerbilMaster My-Penis-Size: extralarge MyWeapon: Computer
Posts: 28,609
the way the code is setup the video will play followed by a static jpg image.

p.s. you can also add clickable banners in the video by using playlists , i showed in the example how they are done.

p.s. you can set the duration for the image or it will play for default 10 seconds i think
__________________
hatisblack at yahoo.com

Last edited by SmokeyTheBear; 12-01-2008 at 07:25 PM..
SmokeyTheBear is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-01-2008, 07:34 PM   #7
Deej
I make pixels work
 
Deej's Avatar
 
Industry Role:
Join Date: Jun 2005
Location: I live here...
Posts: 24,386
Quote:
Originally Posted by SmokeyTheBear View Post
the easiest way would be to do it in the player not the video ( i.e. a playlist ) , then you can change the image dynamically

windows media player and flash both offer the use of playlists.

Heres an example of how to do it with window media player.

open any text editor copy and save the following as example.wvx

Code:
<ASX version = "3.0">
<ABSTRACT>www.abstract.com</ABSTRACT>
<TITLE>a title</TITLE>
<AUTHOR>Smokey</AUTHOR>
<COPYRIGHT>www.yoursite.com</COPYRIGHT>






<Entry>

<Banner href="http://banner.com/image.jpg">
<MoreInfo href = "http://bannerurl.com" />
<Abstract>click me</Abstract>
</Banner>
<Ref href = "http://www.avideo.com/avideo.wmv" />

</Entry>


<Entry>


<Ref href = "http://www.avideo.com/apicture.jpg" />

</Entry>
</asx>
you can play the file in widdows media player or vlc or pretty much any video player, embed it pretty much the same as a wmv
Quote:
Originally Posted by SmokeyTheBear View Post
the way the code is setup the video will play followed by a static jpg image.

p.s. you can also add clickable banners in the video by using playlists , i showed in the example how they are done.

p.s. you can set the duration for the image or it will play for default 10 seconds i think
Ladies and Gentlemen....



GFY's very own McGyver
__________________

Deej's Designs n' What Not
Hit me up for Design, CSS & Photo Retouching


Icq#30096880
Deej is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-01-2008, 09:49 PM   #8
SmokeyTheBear
►SouthOfHeaven
 
SmokeyTheBear's Avatar
 
Join Date: Jun 2004
Location: PlanetEarth MyBoardRank: GerbilMaster My-Penis-Size: extralarge MyWeapon: Computer
Posts: 28,609
Quote:
Originally Posted by Deej View Post
Ladies and Gentlemen....



GFY's very own McGyver

lol..

not sure why more sponsors dont use these tools they can be really usefull

like most standard movie fhg's from sponsors go to a video straight, using the method above it would work exactly the same way for the surfer but there can be an image at the end of the video or even a small flash trailer that changes every week, displaying your specials , updates etc, keeps your fhg's looking fresh. without having to manually update each fhg

all you do is swap out ONE image and every video in every fhg is updated at the same time
__________________
hatisblack at yahoo.com
SmokeyTheBear is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-01-2008, 09:50 PM   #9
SmokeyTheBear
►SouthOfHeaven
 
SmokeyTheBear's Avatar
 
Join Date: Jun 2004
Location: PlanetEarth MyBoardRank: GerbilMaster My-Penis-Size: extralarge MyWeapon: Computer
Posts: 28,609
perhaps even a flash game at the end of the video . like maybe a "porn slot machine" where the surfer can spin the slot machine to "win a free membership" or a discount rate.
__________________
hatisblack at yahoo.com
SmokeyTheBear is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-01-2008, 10:30 PM   #10
Rednax
Confirmed User
 
Join Date: Dec 2005
Posts: 162
I'd say Windows Movie Maker would be 'the easiest'
Rednax is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Post New Thread Reply
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >

Bookmarks



Advertising inquiries - marketing at gfy dot com

Contact Admin - Advertise - GFY Rules - Top

©2000-, AI Media Network Inc



Powered by vBulletin
Copyright © 2000- Jelsoft Enterprises Limited.