1
vote
1answer
35 views
Creating thumbnails from video files with Python
I need to create thumbnails for a video file once I've uploaded to a webapp running python.
How would I go about this... I need a library that can basically either do this for me, …
0
votes
0answers
20 views
Fastest architecture for video player Multithreaded / singlethreaded ?
Hi,
I want to develop fastest & most power efficient video player for embedded linux with the use of ffmpeg library. I have two design for it please help me to choose the best …
0
votes
0answers
32 views
Gource on Windows
We're having problems on windows creating a video file from gource (gource). We can run gource and watch the video live but don't seem to be able to get any useful physical output. …
1
vote
0answers
28 views
VLC desktop streaming
I am sending my desktop (screen) as an H264 video stream to another machine that saves it as an MP4 file.
I am using the following commands for this:
Client side:
vlc -I dummy - …
0
votes
0answers
18 views
What is the command for converting number of BMP files in a folder to a video in ffmpeg?
Can anyone help me in giving a proper command in ffmpeg to convert a set of BMP files which is getting generated in a folder to videos? But though the filenames are in a successive …
0
votes
2answers
19 views
Video embed flashing
Can anyone help me with this video embed and tell me why it's flashing instead of playing the video?
http://www.seilingsfloors.com/dvd/
Update: I have verified that the .flv file …
2
votes
3answers
52 views
flash/flex: progressive download vs. rtmp
I'm trying to understand and really pinpoint when to use progressive download vs. rtmp in flex/flash. It seems that the main point is that rtmp is not served with http, whereas pro …
0
votes
1answer
16 views
Video or VideoDisplay in Flex: when does it make sense to use one or the other
Flex appears to have 2 video classes: Video and VideoDisplay. My question is when does it make sense to use one or the other?
What I can tell from initial glancing is that VideoDi …
0
votes
3answers
49 views
directshow reverse playback
I currently have a DirectShow.NET graph that properly plays but I would like it to also be able to play in reverse (start at the end and play backwards to the start).
I've tried …
0
votes
1answer
21 views
Get video dimension in C#
I'm working on asp.net using C#. My problem is I can use command line program to convert those video but I don't know how to get the dimension of the video to decide the bitrate of …
0
votes
2answers
19 views
jQuery - Video interferes with dropdown?
I'm trying to get a dropdown menu to open when I hover over the parent link, and it works, except that when there's a video on the page, it doesn't seem to work... I'm not sure wh …
0
votes
1answer
57 views
[iphone] How to build a “virtual zippo” app?
Hey guys,
You probably all know the famous virtual zippo app.
I thought of making such an app too, just for learning objective-c.
THe developer said he has used a video of flame. …
0
votes
4answers
42 views
self-created FLV player does not play videos on production server or other machines
Hi,
I created a flash video player using Flash CS3. I exported the player to html and it works fine on my PC.
The problem is that it does not play on other machines. It also does …
2
votes
2answers
53 views
Extract everything from PDF
Looking for PDF content extractor (console tool or library).
It will be used on server to produce on-line e-books from uploaded PDF files.
Need to extract following things:
tex …
0
votes
1answer
60 views
+100
Linux application that bundles multiple incoming audio and video streams into one container file?
I've been assigned to implement a video on-demand service for a local university. Different aspects of the lectures (video, audio, screen cast, white board) will be recorded. Durin …
