Hi,
I'm pretty new in developing programs in Java. I'm currently writing a program that converts a flv video into mp3.
I have already written such a program in Visual Studio.net C#, but the Problem is, that it isn't cross platform compatible...
I used the ffmpeg binary to convert the video into mp3, but I can't find ffmpeg binaries for Mac and…
I run a website with about 700 videos (And no, it's not porn -- get your mind out of the gutter :-) ).
The videos are currently in FLV format. We use the JWPlayer to render those videos. IIS6 hosted. Everything works just fine.
As I understand it, H.264 (not FLV and likely not OGG) is the emerging preferred HTML5 video standard. Today,…
I'm building a large flash site (AS3) that uses huge FLVs as transition videos from section to section. The FLVs are 1280x800 and are being scaled to 1680x1050 (much of which is not displayed to users with smaller screens), and are around 5-8 seconds apiece. I'm encoding the videos using On2's hi-def codec, VP6-S, and playback is pretty…
Hi I am trying to convert SWF file to FLV, but i am getting same eror
C:\Users\Administrator>C:/ffmpeg/ffmpeg.exe -i C:/xampplite/htdocs/ffmpeg/1.swf \
C:/xampplite/htdocs/ffmpeg/file1.flv
FFmpeg version SVN-r16573, Copyright (c) 2000-2009 Fabrice Bellard, et al.
configuration: --extra-cflags=-fno-common --enable-memalign-hack…
Hi guys,
I'm doing one research on video encoding tools for flv.
I tested flvtool2 and Yamddi, but I'm losing lots of quality of video.
Does anyone recommend any other tool or algorithm to keep the maximum quality of the movie in flv?
Regards,
Pedro
Hi,
I have a flash video file (FLV) stored in the ByteArray object and would like to play this video. Is there any way to achieve it? Maybe using Alchemy?
Thank you!
i am currently working on a web application that needs to accept video uploaded by users in any format (.avi, .mov, etc.) and convert them to flv for playing in a flash-based player.
Since the site is OpenCms-based, the best solution would be a ready-made plugin for OpenCms that allowed to upload and play videos doing the transcode…
I work with a Panasonic hcm280a camera that can be controlled by my software, It generates a stream of jpeg files that are huge and I want to convert this stream to a FLV stream preferably with a good compressional ration
Does FFMpeg do that? I am basically looking for an off the shelve open source software (or commercial software)…
Hi all, i am currently working on a web application that needs to accept video uploaded by users in any format (.avi, .mov, etc.) and convert them to flv for playing in a flash-based player.
Since the site is OpenCms-based, the best solution would be a ready-made plugin for OpenCms that allowed to upload and play videos doing the…
Hello.
I'm working on Flash ActionScript.
My Movie Load some data like photo, sounds and photo to the Movie Stage. Each of loaded MovieClip have own animation.
Is it possible to generate (record) FLV or other Movie file from ActionScript with ActionScript?
I have some .mov video files recorded from a JVC GC-FM1 HD video camera in 720p mode. I have FFMPEG running on a Linux box that I upload files to and have them encoded into FLV format. The video appears to be encoding ok but there is no audio in the resulting FLV file and when I play it back in Flash Player in a browser or on…
So we had real FLV video file. we had devided it into 3 parts (more or less equal, not looking into structure orcontext). We have taken second part and forgot about first 2. Video contained audio and video track. mp3 and on vp6. Is it any how possible to play thsat second part after sending to ffmpeg some command?
So how…
Ao my server sends me FLV stream. the problem is it does not send me FLV header. So I get from my server something like raw FLV stream from some point. I know that it contains video 640x480 sound and Video.
Its like you take .FLV file somehow delete its part and try to play it.
How to play such stream from Flash? (I use…
I want to embed external swf movie and flv file to play in one swf file.
I want to have controls to play/pause/start.
Embedded swf and flv should play synchronously.
Problems begin when swf playback starts but flv wasnt loaded yet.
Also I can't preload flv completely.
Are the any common patterms for implmenting such…
I have to record a video to showcase a tool I've made. It's going to include my talking, but I also want some overlay text (subtitles) for people who doesn't have sound.
I'm looking for a program that will let me add a text overlay (as subtitle) for my video, and if possible, export it as .flv .
I've tried this so…
Hi all,
I am building this iphone app for a client and they have a large set of flash video files that they need to play/stream to the iphone. I understand that the iphone doesnt natively support flv playback but isnt there anything I can do to get around this problem?
In case it helps, they are using the akamai…
I have some FLV videos and I'd like to check them for possibile data corruption, even if I'm able to play them without problems. I don't really know if FLV videos store an embedded checksum string for this kind of purposes. My operating system of choice is GNU/Linux. Thanks.
Hi SU Friends,
I want to encode an existing FLV video to another FLV Video with resize + croping. Existing video has iFrames at required positions. Now which encoder software is best suited use for this task.
Thanks, Sunny.
Hi,
i was wondering, how can i extract thumbnail from a flash-video file, then display it in a listbox.
the listbox is suppose to have many videos which i need to extract thumbnails from programatically with actionscript.
the flash-player is going to be on the web, and the extraction must happen when the swf…
I recently followed a guide and recompiled my ffmpeg so x264 is enabled. I used some generic settings to convert my 700 MB avi file to a mp4 file, the result was a 407MB mp4 file.
The original avi file's settings:
Codec: DX50
Resolution: 704x304
Frame rate: 23.976023
Stream 1
Codec: mpga
Type: Audio…
I am developing a tube site, and currently having issues with h264 format . By looking at youtube, I noticed they are putting their hi-def videos into mp4 container, so logically I did the same.
Next, I installed mod_h264_streaming for lighttpd to make streaming and timeline-scrubbing work.
Problem…