0
votes
0answers
44 views

Get embeded video from a post in Wordpress and display it at homepage

First of all, I'm newbie on Wordpress. Secondly, I searched all the web and everything I found was "wordpress.org/support/topic/get-first-embed-or-object?replies=6". It's exactly what I need but it ...
0
votes
0answers
22 views

embedded video/book in one slide of slideshow

I'm pretty sure what I'm looking to do is not doable (haven't found any similar questions and answers online) but I figured asking wouldn't hurt. I'm looking to make a page with a full screen ...
0
votes
1answer
158 views

jquery cycle2 videos AND images together

I have jquery cycle2 working on a site with images, separately I can also have it working with youtube videos. But I need to have images and videos in the slideshow at the same time. Just wondering ...
0
votes
1answer
263 views

How to create video with images and different time interval using ffmpeg [closed]

It seems duplicate : How to create video with images and different time interval? But it ain't duplicate since the author of the above question has framed the wrong title because the images are ...
0
votes
0answers
140 views

iOS build slideshow with array of images, add random ken burns and save as video

Talk about a mouthful in the title! I am looking to take an array of images, compile them into a slideshow with a set duration (same for every image) and then somehow apply a random ken burns effect ...
0
votes
0answers
134 views

making an array with pictures and videos

im trying to make a slide show using an array with javascript. i have a next and previous button and the pictures load and everything and work with the buttons but when i keep clicking next to ...
1
vote
1answer
294 views

trying to make a slide show with videos and images using an array but the pictures wont show up

im making a slideshow using videos and images with an array in javascript i have a next button and previous button. The videos work with the buttons and play and everything just when i added ...
1
vote
0answers
117 views

Create slideshow-type video using Cocoa/Objective-C

OK, here's what I'm trying to do : Get some images Put one after the other (using some fixed intervals) Export the result as a video (the format does not matter) Any ideas on how I would go about ...
1
vote
0answers
137 views

Yootheme widgetkit video and image gallery?

I am trying to find a way to play videos inside a yootheme widgetkit gallery. Currently I am only able to show images, but i want to also have vimeo videos added to the slideshow... Any thoughts ...
0
votes
0answers
34 views

Does anyone know of a video slider? [closed]

I hope this type of question is allowed. But does anyone know were i can find a good featured video slider like the one that is used on FOX.COM i want to find one for my wordpress site. I know that ...
0
votes
1answer
440 views

Drupal 7 Views Slideshow and Media with MediaElement.js <video> tag

I've got a drupal simplistic website on which I wonderfully made working view slideshow. On some other pages, I'v got some blocks with video included via the tag through MediaElement.js and Media ...
0
votes
0answers
249 views

HTML5 Videos in JS Cycle Plugin

I am working on a website using the Cycle plugin (with fullscreen backgrounds). I can embed images and YouTube/Vimeo, but I would really like to use the HTML5 <video> tags. Currently, when I put ...
0
votes
3answers
528 views

hide() is working properly, but not fadeOut()?

I have a jquery slideshow with hold frames and videos. When the hold frame is clicked, I want it to fade out and the video to fade in and play. It works with show() and hide(), but when I change it ...
2
votes
2answers
301 views

FLASH AS3: Delete keyframes programmatically

Here's what i'm trying to do: I have a slideshow of pictures with a simple fading transition. I do not have the source file and i'd like to extract all of the single pictures from the slideshow. I've ...
1
vote
0answers
209 views

Create slideshow from images on linux [closed]

I need to dynamically create a simple but nice slideshow from images on my linux server (CentOs). I'm using php with the dvd-slideshow and ffmpeg tools, but dvd-slideshow is very limited: 1) The ...
0
votes
2answers
394 views

How to make PHP change from slideshow to video player with pagination

I'm completely new to creating dynamic pages - so for the moment, I am using txt files to manage my simple data! I'll explain my set up first. I have one php page - it gets data from two .txt files: ...
1
vote
1answer
186 views

flowplayer not positioning properly

I've got this structure: <div slideshow> <div id=prev> <div id=next> <div> <img> <img> <a href="link_to_video"> ...
0
votes
2answers
3k views

jQuery Cycle Plugin slideshow with Vimeo videos

I am trying to incorporate Vimeo videos into my jQuery Cycle slideshow. The videos work great in the slideshow, however with the new <iframe> embed system, I can't seem to get the videos to ...
0
votes
1answer
1k views

XCODE - (iOS) Timing / synchronising a view behaving like a slide show to a video

This one has been doing my head in for months - So time to swallow my pride and reach out for a little help. At the moment this is being done in UIWebView as HTML5/JS controlled system. But UIWebview ...
2
votes
1answer
1k views

Which image processing library should I use to create a video slideshow?

It looks like both FFmpeg and the MovieMaker library in Processing will create a slideshow movie from an array of images. Which is best? Is there a better option? I need to output a video to be ...
1
vote
2answers
329 views

Is there a good library c/c++/java to generate video with special effects , transitions from a set of images?

I need to develop a video generator that takes in a set of images, music files and outputs mp4 videos. The platform is linux. Was wondering if there are any existing libraries that can do this job ? ...