Questions tagged [flv]
A video container for either H.264- or VP6-encoded video, created by Adobe for their Flash platform
105 questions
0
votes
1
answer
483
views
Error using ffmpeg to convert flv video
I am trying to convert flv video to mp4 using ffmpeg.
I have checked questions about converting from flv like this one and this one but it didn't help.
Commands I have executed:
ffmpeg -i input.flv -c:...
0
votes
1
answer
905
views
Recover FLV video with "packet mismatch error"
I have a Flash video (flv) that I like to convert to MP4, but it seems (partial) corrupt. What it is best way to recover a Flash video (FLV)?
This particular video is a 3-hour long stream recorded in ...
0
votes
0
answers
226
views
Audio/video streaming is out of sync after a random period of time
I'm using the NodeMediaServer, a stream server developed in NodeJS, with FLV and FFmpeg, it work very well but after a random period of time the audio/video streaming is out of sync and I don't know ...
0
votes
1
answer
2k
views
Ffmpeg stream at the same time to youtube and twitch
I would like to stream my webcam to youtube and twitch in the same command line because the bandwidth to my camera is very narrow. I can stream either youtube or twitch using this command. How can ...
0
votes
1
answer
905
views
Stream a video from FFmpeg to Wowza with subtitles
I need to stream a video with subtitles from FFmpeg to a Wowza server. What stream protocol and video format can I use?
I was using the FLV video format on a RTMP stream but I think it does not ...
0
votes
1
answer
371
views
how to overlay audio on video - .flv files
I have lecture videos in .flv format and its corresponding sound in another .flv format file. Is there a way to overlay the sound file onto the video and save it?
Please advise.
2
votes
2
answers
5k
views
Can I mux H.265 into FLV by force?
We want to try H.265 encoded video stream, but the video cloud server vendor we are using only provides RTMP+FLV uploading port. I have made some search works, and it seems FLV do not officially ...
2
votes
1
answer
2k
views
Stream received doesn't have consistent video track
I'm streaming a video to a streaming engine (nginx-rtmp) using ffmpeg using the following command:
ffmpeg -re -fflags +genpts -stream_loop -1 -i Sintel.mp4 -c copy -f flv rtmp://stream-engine/...
0
votes
1
answer
1k
views
How to resolve a video URL from a f4m manifest file?
I want to know the video URL that corresponds to the bitrate 364 in this f4m file:
http://nicls1-lh.akamaihd.net/z/lst_1@26969/manifest.f4m?hdcore=
How can I do that? Is there some software utility ...
1
vote
0
answers
1k
views
Pipe audio from VLC to stdout?
I want VLC to play some video (from VLC), but have the audio be outputted to stdout or a file. Here's what I've been trying to do, but it obviously doesn't work. It's a FLV file btw:
DISPLAY=:0 vlc -...
3
votes
2
answers
10k
views
How can I generate thumbnail previews for FLV files on Mac?
Similar to this question, however, the answer will not work because it is suited for Windows 7.
My initial thought was to just run the video on VLC and pause the video and then just Shift+Cmd+4 and ...
5
votes
2
answers
18k
views
FFMPEG "Past duration 0.xxxxxx too large"
I'm recording an HLS streaming and I would like to save in a FLV Container.
My ffmpeg's cmd is:
/.../recorder/class/ffmpeg-2.6.1-32bit-static/./ffmpeg -i http://server/url/playlist.m3u8 -b:a 128K -...
1
vote
1
answer
2k
views
Unable to seek FLV video
I can not seek flv video downloaded by rtmpsuck. Tried MPlayer2 2.0-728-g2c378c7 and vlc (2.1.2-0-ga4c4876).
$ mplayer2 video.flv
MPlayer2 2.0-728-g2c378c7 (C) 2000-2012 MPlayer Team
Playing video....
1
vote
1
answer
928
views
How can I convert videos for Sony Xperia U on my Linux box?
I would like to send a few videos for my girlfriend, but I would ensure they are playable on her mobile phone. I want to carry out the encoding tasks on my Arch Linux box, because my PC is a low end. ...
6
votes
2
answers
16k
views
Which FFmpeg command do I use to passthrough FLV to MP4?
I've a number of downloaded FLV files which I would like to convert to MP4. They are already in the correct format so I am told all I need to do is to remux the video and audio streams into an MP4 ...