0
votes
2answers
42 views

Store images/videos into hadoop HDFS

I would like to store some videos/images into Hadoop HDFS, but i heared that HDFS accept only files like as a text. To be sure for that i ask you here for more details, if we can store videos/images ...
0
votes
0answers
19 views

Map Images into video and render it with the mapped images

I want to know how this foresthero is working: http://foresthero.org/ I know that these are dynamically rendered which takes sometime to create video and then giving users a link where they can view ...
0
votes
1answer
37 views

Hey I wish to create an onclick function in javsscript code that when i click on an Image it is show/start a video in blogger

Hello this is my blogger page : http://www.beingwithosho.blogspot.co.il/ In every page there's is a video and I wish that before the user can see the video he will see this image : ...
2
votes
1answer
58 views

Embed Image into video - FFMPEG or JW player?

So I thought to embed the image as part of video content while converting the m4a to mp4. The output file has the image as video content and it plays as expected in VLC but when the same was streamed ...
0
votes
0answers
42 views

Encode images to video by using ffmpeg API?

I want to encode some image files into one video file, and play each image for 1 second. So I wrote a simple function to encode only one image to a video void PhotoStory::test(char* ...
-1
votes
0answers
26 views

Converting Images to Video [closed]

I'm trying to make a program that takes a folder of images and compiles them into a video (like a time-lapse animation), what module can I use to convert the images into video?
0
votes
2answers
83 views

get format of image and videos in visual basic

I have some images and videos in my powerpoint presentation. Depends of what format have each one (jpg, mp3, jpeg,...) I want it to make a different thing so I need to know what kind of file is it. Is ...
-2
votes
0answers
31 views

add an image into audio file [closed]

I am trying to merge small size image into audio file format(m4a), but while playing the image gets blurred as the merged image was smaller than the player size. I am using the following command ...
0
votes
0answers
17 views

Images complied into a video with selection parameters

I am using ASP.NET C# for the development of my application and I am a newbie to programming. I am trying to create a video with the selection of images, these images will also be needed to allow the ...
0
votes
1answer
40 views

Fatal error detected in Eclipse when using Xuggle

I was trying to get frames from a video using Xuggle 5.4. The IDE which I use is Eclipse Juno.The last time (which was roughly one months back) when I tried, I got the frames with a gap of 5 seconds, ...
0
votes
1answer
33 views

FFMPEG fails to find any files matching the regexp

I want to convert sequence of 40 images to a video. The problem is that ffmpeg could not find any of the inputs images matching the regexp in the command. What am I doing wrong please? I ran the ...
0
votes
1answer
98 views

get image from video stream in C#

I am trying to get image from a stream (MemoryStream to be more precise). I can not find anything from Microsoft that can solve my problem. I am getting my streams from SQL so if there is some way to ...
0
votes
0answers
30 views

Error in reading video file in Matlab

Hi I am getting a strange error while trying to read a video, frame wise in matlab. I am doing the following: xyloObj = VideoReader(vid_name); fps = xyloObj.FrameRate; nFrames = ...
1
vote
1answer
80 views

FFmpeg: calculate time to convert images and .mp3 to a video

Is there any formula that I can use to calculate the time that FFmpeg uses to convert a single .jpg image and .mp3 song to a video? I am using the following code: ffmpeg -loop 1 -r ntsc -i ...
2
votes
1answer
48 views

javaScript video with images

I know that it's possible to take a series of images and use javascript to set opacity from 1 to 0 very quickly for each one in rapid secession. I have actually done it before very successfully, ...
0
votes
0answers
93 views

Video frames extraction and modification

I wanna do a project in video steganography using Java. So in theory, I have to get each frame of video and hide some data inside each frame. So my doubts are: Which approach is good? Extract each ...
2
votes
1answer
100 views

matlab - VideoReader frames aren't decoded accurately

I am working with video in Matlab, and having trouble. I'm using Matlab R2012a on a Mac OS X 10.8.2 (Mountain Lion). I can load a video in using VideoReader and grab a frame like so: vid = ...
0
votes
1answer
42 views

convert jpgs and mp3 to flv using java

Now I am trying to convert a few jpg files and a mp3 to flv file. The ffmpeg command can do this. ffmpeg -loop 1 -i image.jpg -i music.mp3 -shortest -c:v libx264 -crf 20 -tune stillimage -c:a copy ...
0
votes
4answers
133 views

Mask image with static threshold in matlab

I need to Binarize an image in matlab with a static threshold of 10% of mean intensity. I find mean intensity using mean2(Image) and this returns a mean let say 15.10 in one of the image. Thus my mean ...
0
votes
0answers
79 views

How to get each and every frame of a video using java?

How can I get every frame of a video in java? I have used Xuggler for this, but I failed to get every frame of the video? My need is to hide some data inside every frame of video. Is there any other ...
0
votes
0answers
85 views

how to upload image and video using ajax in mvc 3

How to save image and video with other details of the data at the same time using ajax? Thank you.
0
votes
1answer
82 views

“Matrix dimensions must agree ” error in Scene change detection example in Matlab documentation

I am using Matlab's scene change detection example given on the Mathwork website. The code runs fine till the last leg where is is showing following error: Error using - Matrix ...
-1
votes
1answer
140 views

Cross platform c/c++ library to create video from images [closed]

I need to convert a series of images (for example jpegs) into a video file. The output video file can be AVI, Quicktime, mpeg or any other widely supported format. I need to use the library in a ...
1
vote
1answer
45 views

Represent video frames as volume in time

I need to represent set of video frames in time as a volume i.e consider set of video frames in time, they represent a cuboid. How do I represent it as volume in Matlab? I need to manipulate this ...
0
votes
1answer
84 views

Slice video frames in time

Considering all video frames of a video in time (t) as volume, I have to decompose them into set of 2d slices in time i.e I(x,t) (Slice volume along x and t) and I(y,t) (slice volume along y and t). ...
0
votes
0answers
38 views

dynamic created images in canvas to h264

I'm trying to built in an application that transforms the several canvas objects dynamically and constantly created into an h264 video stream. I'm working with node.js now but i can change. Can you ...
0
votes
0answers
115 views

Images to video in PHP with FFmpeg

I got a terrible problem. I've been searching, and google-ing my whole day and can't find the answer to this problem.. I am trying to convert 5 pictures to video using FFmpeg in PHP. I have FFmpeg ...
0
votes
0answers
29 views

writeVideo function in Matlab

I'm having problems using the writeVideo function using Matlab R2012a. The first frame is recorded, but successive frames aren't added. Individual figures of imagesc(Species4(:,:,i)) are fine. ...
1
vote
0answers
46 views

Extract still images from videos at relative positions?

I have a few hundred MP4 videos, all of which are short in duration (2 minutes - 30 minutes). I want to extract 4 still images from each video, but I want these images to be extracted from the 20%, ...
0
votes
1answer
178 views

show video time length in thumbnail image in iphone

In my app, I recorded the video & also displaying the thumbnail Image in iphone. It all works fine. But my thumbnail image is not shows the video time length. I got the code from following ...
0
votes
1answer
207 views

Joomla 1.5. How to add Like / Dislike button on videos / images?

I'm useing Joomla 1.5 AllVideoShare (Version 1.2.4) extension. QUESTION PART 1 I want to ask you how to make like button on videos thumbs/images? For example if user likes video clip or image he can ...
0
votes
2answers
365 views

How to split video into frames in Java [duplicate]

Possible Duplicate: Libraries / tutorials for manipulating video in java I'm wondering if there is any open source library that split a video into frames? I'm working on a program that ...
1
vote
1answer
74 views

Display all images and videos sorted base on date at a time

I want to fetch all images and video at a time should be display based on date. I already get images and video separately but I want both at a time like Last day I added two images (I1,I2) and one ...
0
votes
2answers
137 views

Can hadoop file system( HDFS ) store video type file?

as title, I want to know can hadoop file system store video or image file directly? Or I have to do something first so that I could store video or image file?
0
votes
1answer
327 views

How to make java JMF work to make a video using multiple images?

I'm trying to use JMF to make a video using multiple jpg images. These images are also saved using ImageIO of Java itself. Unfortunately, I cannot find a code sample or a working code/class to ...
0
votes
3answers
148 views

Convert set of images to a single video file in android

I have a set of images with me, I wish to run them through a loop , and save it as a video file in sdcard. Is there any default utility in android which I can use. ? Any libraries that can fulfill my ...
0
votes
1answer
47 views

JPEG to Video stream

We are getting images from a third party and want to have a software that compresses the images and streams them. We are wondering if anyone knows of any software/api that does this. I saw these ...
0
votes
2answers
165 views

Is there a way of dynamically resizing video / images with jQuery Mobile?

This one was bothering me for a long time and still, I cannot find the solution. Does anyone know how to dynamically resize the dimensions of the video (embedded from say youtube / vimeo etc.) and ...
0
votes
1answer
243 views

How to Overlay or Superimpose an Image onto a Video in C#

I'm trying to figure out how to overlay an image over a (saved file) video in Visual C#, and then resave it. I've been ripping my hair out trying to do this for the past four hours, looking ...
0
votes
2answers
264 views

best approach for extracting image sequence from video file in Java

Well, there is FFMPEG and some Java bindings and wrappers for it but I need to distribute for each specific platform the right binary file of FFMPEG. Isnt there any plain Java solution or library ...
0
votes
1answer
27 views

Opting for images or video

I am trying to figure out how to display either a image or video in html. To clarify, I want to display video but alternatively if the video is not there or the file is not found I would like a ...
1
vote
1answer
140 views

How to create a video from a series of images with varying image durations?

I'd like to programmatically create a video file that is composed of a series of images. However, I'd also like to be able to specify a duration for each image. I often see ffmpeg examples suggested ...
2
votes
0answers
206 views

how do I capture image from running video in android ?

I have a code that records video from camera. I want to use the camera in 2 ways 1. for video recording 2. image capture & transfer to remote android phone. I can not use 1 camera for 2 purposes ...
5
votes
3answers
410 views

How to use hardware video scalers?

Modern graphics cards have hardware video scalers, for example as part of AMD Avivo, NVIDIA PureVideo or Intel ClearVideo. For example, AMD's Avivo whitepaper says: "The image output scalers ...
4
votes
1answer
681 views

how to convert images into video in android using javacv?

i want to convert the sdcard images into video in android.After many of searching i found it is possible in javacv.when i try simple javacv sample in pure java,its working perfectly in my eclipse.but ...
1
vote
1answer
310 views

How to get a UIImage from CMSampleBuffer using AVCaptureSession

I have been attempting to do some real time video image processing in MonoTouch. I'm using AVCaptureSession to get frames from the camera which works with an AVCaptureVideoPreviewLayer. I also ...
0
votes
1answer
478 views

best method lightbox video and image

I'm using JQuery and Prototype in a web page that I'm developing. I'm looking for a way to use Lightbox to play flash movies but doesn't work because I already use Lightbox to display pictures. How ...
2
votes
0answers
234 views

Mute icon for html5 video does not work on Chrome or Safari

I am facing a problem of which I do not understand the origin: I have a video playing on a website using the <video> tag. Client asked to add only a "mute" button in the shape of an icon that ...
0
votes
1answer
108 views

Pseudocode (or code) for main compression algorithms

I'm really interested in image and video compression, but its hard for me to find a main source to start implementing the major algorithms. What I want is just a source of information to begin the ...
0
votes
1answer
83 views

Video from images array on iPhone - Which resolution work and how to find out

In my app i create a movie file from an array of still images using AVAssetWriter, AVAssetWriterInput and AVAssetWriterInputPixelBufferAdaptor (There are a lot of threads describing how to do that). ...

1 2 3 4 5