Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
243 views

How to make Google Chrome download FLV instead of stream it? [closed]

Possible Duplicate: How to download a video file in Google Chrome When I open FLV file links in Chrome, it tries to stream it instead of prompting me to download. How do I make it so that ...
5
votes
2answers
315 views

How to concatenate two flv files?

I want to concatenate two flv files(downloaded from Youtube.com) by linux command line tools. The ffmpeg tutorial is too complicated, so I tried the mencode tutorial. But I get a empty output. I don't ...
1
vote
2answers
600 views

How can I generate thumbnail previews for FLV files in Windows 7?

Is there a way to add the ability to show previews of FLV files in Windows Explorer under Windows 7?
0
votes
0answers
50 views

Seeing part of a clip before it fully downloaded

Is there any way to see the part that been downloded of a clip (wmv, flv..etc) from any download site like mediafire.. I mean to see the clip before it fully downloaded.
0
votes
0answers
221 views

DLNA server software stream f4v or flv files?

Is there any DLNA server software can stream f4v or flv files ? I tried Windows 7 default DLNA service but it only streams WMV.
1
vote
3answers
192 views

Converting a .FLV into a .AVI / .MP4 [closed]

Possible Duplicate: How do you convert FLV file format to a format that Picasa recognizes (e.g. AVI, MPEG, WMV)? Well i've been looking around google for hours trying to find a way on how ...
2
votes
0answers
389 views

.flv videos only play audio without image

I downloaded a pack of about 50 .flv videos, most work just fine on any software that plays .flv, but some only play audio without video. I use Ubuntu 10.04 as main OS but also tried on Windows and ...
18
votes
2answers
2k views

What do the numbers 240 and 360 mean when downloading video? How can I tell which video is more compressed?

I have downloaded some computer science lectures from YouTube recently. There is usually more than one choice of file size and file format to download. I noticed that for the same video, the ...
0
votes
0answers
46 views

What's the best way to combine FLV files [closed]

Possible Duplicate: How to merge downloaded youtube vidoes into one? I've got some foreign TV shows that were split up and posted to You-Tube. I would like to put them back together into ...
1
vote
1answer
29 views

Is there a Windows app that can do FLV playlists?

Does anyone know of a Windows software that can do FLV playlists? In other words, you'd load a bunch of FLV files and have them play one after another.
2
votes
1answer
93 views

What's wrong with .flv file?

I have .flv file which has a pretty long runtime. But VLC player indicates runtime as 48 min. (in reality it's more than 2 hours) The questions: What is the maximum runtime for .flv file? What ...
3
votes
2answers
476 views

How can I download Silverlight videos and convert to FLV format?

Is there any way to download Silverlight videos and convert them into FLV format?
0
votes
1answer
1k views

MP4 and FLV formats, which one is smaller for the same video? [closed]

Is an MP4 file for a video smaller or larger than that of a FLV format?
3
votes
1answer
504 views

How to load FLV in AviSynth?

How do i load an FLV in AviSynth. The standard: DirectShowSource("2011 Visa Championships.flv") fails with: Video returned: "DirectShowSource: couldn't open file 2011 Visa Championships.flv: ...
0
votes
1answer
174 views

.avi to .flv through ffmpeg

When I try to convert avi to flv, I always get gritty and pixelated output flv videos of size that are 1/4 of the the input avi videos were. The current set of parameters I use is ffmpeg -i input.avi ...
0
votes
1answer
201 views

ffmpeg multi convert videos and put them in the same path

I am using FFMPEG for converting from MOV to FLV on Ubuntu. My problem is I have 10 folders and sub folders that contains those videos, I want a command line or a way in WinFF GUI to convert them all ...
0
votes
1answer
237 views

Batch Edit Keyframe Metadata FLV Recorded Stream Video

I recorded an FLV stream, but the resulting video has an awkward metadata quirk that prevents successful conversion to other formats. Here is a snapshot of the keyframes at the beginning of the FLV as ...
0
votes
1answer
410 views

Convert mp3 to flv

I want to convert mp3 files to flv Why it doesn't work? $ ffmpeg -y -i 1.mp3 -f flv -acodec libmp3 -ab 64 -ac 1 myfile.flv ffmpeg version 0.7-rc1, Copyright (c) 2000-2011 the FFmpeg developers ...
1
vote
2answers
364 views

Avoid ffmpeg to lose the flv files keyframes

I use ffmpeg to convert my files, but when I do so, I lose the keyframes metadata from my flv files. The command I use right now is: $/usr/local/bin/ffmpeg -i %s -ab 96k -ar 44100 -b 500k -r 25 ...
0
votes
1answer
184 views

Add audio to a video file without losing quality

I have a vp6 codec flv. I have a wav file that I want to convert into mp3 and added to the vp6 flv. So when I play the flv the audio is added and the video quality is not changed. I tried: ffmpeg -i ...
0
votes
1answer
589 views

Video screen recording + add text (subtitle), export as .flv. What programs?

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 ...
0
votes
1answer
490 views

FFMPEG video to FLV conversion optimization

I have a video site where users can upload videos which will be converted to FLV format and displayed. Those videos are shown at a size of 420x350. I'm using FFmpeg to convert then to FLV format ...
0
votes
1answer
657 views

How to download flv using Linux command line?

I frequently need to download a video from a varieties of websites on a remote Linux server. So wondering if there is an easy command/tool to do so?
0
votes
2answers
2k views

Can I burn FLV files to DVD

I want to burn 3 flv videos to DVD, I have Nero but I not sure if the dvd will read the videos! because I have tried the flv videos with USB direct to TV but it didn't work, so now I want to burn them ...
0
votes
1answer
405 views

would like to download this video with downloadhelper but cannot

I am trying to download this video with downloadhelper, the firefox extension http://www.youtube.com/watch?v=28qwcVPNy3E but I just get audio only. This is particularly with this video clip. The ...
0
votes
1answer
67 views

how can I download this video, i'm having problems trying [closed]

Possible Duplicate: Download Flash video file from any video site? http://www.youtube.com/watch?v=28qwcVPNy3E i'm using firefox downloadhelper, but it is just downloading audio only with ...
1
vote
0answers
36 views

extract a portion of an flv file? [closed]

Possible Duplicate: Extract segments from FLV file? I'd like to extract between for example 5min-8min from an flv file. Solution should use as minimal amount of RAM as possible. a ...
1
vote
1answer
103 views

How do I download this video from Google Video?

I have tried Orbit Downloader, but it can't seem to get it. I know Google Video have updated their methods so it's harder now. http://video.google.com/videoplay?docid=3332918255822393647# I've read ...
0
votes
1answer
988 views

Converting a .mp4 file throws “Resampling with input channels greater than 2 unsupported.” error

I am trying to convert a mp4 file into flv with 2 audio channels & sample rate of 44.1 Khz (because .flv does not allow higher than that). Here is the pastebin for the error. As seen from the ...
0
votes
1answer
331 views

Media Player Classic with latest K-Lite Codec chokes on FLV

I have FLV files that I want to play with Media Player Classic. Whenever I seek using the navigation bar the whole video stops. When I play it again, I receive the last still image while the audio ...
1
vote
4answers
6k views

Where can Firefox store cached flash (.flv) video files?

I am willing to save an online flash video (.flv) file for further offline watching. I couldn't download this particular video file through a direct link (grabbed with Video Download Helper extension) ...
0
votes
1answer
213 views

Which command should I use to make .jpeg from .flv using ffmpeg?

The below command creates jpeg out of .mpg, but fails to create jpeg out of .flv. How can I do that? $ffmpegpath = FFMPEG_PATH; $input = "video_file/orig/fdgdf.mpg";//Lady.flv"; $output = ...
1
vote
1answer
232 views

Are f4v-files the same as flv-files?

Are these two the same just with another extension?
0
votes
3answers
264 views

How do FLV files work? Does the end-user download the entire contents of the file when watching it?

I have a 20 MB FLV video file at the backend and I'm serving them through FlowPlayer. (a) Does the end-user ultimately download 20 MB worth of information when watching the video or would it be ...
3
votes
2answers
460 views

Are there any Mac OS X apps that convert Flash video (.flv) to h.264?

I’ve got some video from the web in Flash video format (.flv). I want to convert it to h.264. I’ve got Perian installed. QuickTime seems to play the video fine, but when I use any of the options to ...
3
votes
4answers
2k views

generate FLV video with alpha channel using open source tools

i have a sequence of PNG-images with transparency which i want to convert to an FLV video with transparency. so far i have been using ffmpeg to create FLVs (vp6a), but it doesnt seem to support alpha ...
1
vote
1answer
305 views

make a .flv from a bunch of jpeg-s

I have a bunch of jpeg and want to make a single flv video file from it. I need flv/mp4 (vp6/h264 codecs). Could you please tell me how to do it? It must be done via console command on Linux.
0
votes
3answers
343 views

Which free .flv encoder could I use for Mac?

Apart from the latest version (0.0.9y) of ffmpegx, is there any other free flv encoder which is worth a try?
0
votes
2answers
300 views

ffmpeg command line help

Does anyone know how to use ffmpeg? i got a list of files (video1.jpg, video2.jpg ... video10.jpg) that i want to convert to a .flv file so it displays like a slideshow. Does anyone know the command ...
1
vote
1answer
115 views

add subtitle to a movie [closed]

Possible Duplicates: How do I hard code a movie with subtitles? How to soft code an MKV with subtitles? Do you know a good (& free if is possible) software which allow me to embed a ...
1
vote
6answers
626 views

SWF to FLV converter

Is there any freeware SWFL to FLV converter? or avi would be fine as well. Could not find any so far.
1
vote
5answers
203 views

How to convert flv video to 3gp video?

How to convert .flv video format to .3gp for use on an Android device using a desktop computer?
0
votes
1answer
322 views

Problem with xvideoservice thief

Xvideo service thief is an application that allows you to download and convert youtube videos into .avi format. The problem is when it tries to convert the .flv into a .avi. The audio in the video is ...
1
vote
2answers
92 views

flv video convertor [closed]

Possible Duplicate: What is the easiest way to convert MPEG video to FLV format? which is the best flv video convertor
2
votes
2answers
857 views

Reduce FLV file size

I have successfully converted an AVI file to FLV, but it's too large a file. How can I reduce it's file size without editing out any portions of its content?
7
votes
2answers
916 views

h264 inside FLV container vs. MP4 container?

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. ...
1
vote
1answer
88 views

Windows: Extract MP3 Audio from FLV file

What is the best way to extract the audio track from a FLV video file, preferably in MP3?
2
votes
1answer
192 views

Is it possible to check a FLV for data corruption?

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 ...
2
votes
4answers
655 views

Converting MP4 to FLV in Adobe Media Encoder fails

I am trying to encode a .mp4 to a .flv I've tried using the Adobe Media Encoder but the video is lost in the conversion process, leaving me a black screen and some audio. I have yet to find ...
2
votes
1answer
531 views

How can I convert AVI files to FLV files with the highest quality?

I want to convert some of the AVI files I recorded (presentations) to FLV so I can host them on a website and offer them to my visitors. I have done this sort of thing before but the quality they came ...

1 2