Skip to main content

Questions tagged [flv]

A video container for either H.264- or VP6-encoded video, created by Adobe for their Flash platform

0 votes
1 answer
483 views

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:...
Giorgos Betsos's user avatar
0 votes
1 answer
905 views

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 ...
MacFreek's user avatar
  • 121
0 votes
0 answers
226 views

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 ...
Ale7's user avatar
  • 101
0 votes
1 answer
2k views

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 ...
zarg404's user avatar
  • 151
0 votes
1 answer
905 views

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 ...
Jeankowkow's user avatar
0 votes
1 answer
371 views

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.
John Honai's user avatar
2 votes
2 answers
5k views

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 ...
jiandingzhe's user avatar
2 votes
1 answer
2k views

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/...
Pat-rice's user avatar
  • 171
0 votes
1 answer
1k views

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 ...
ComputerUser's user avatar
1 vote
0 answers
1k views

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 -...
Chris Smith's user avatar
3 votes
2 answers
10k views

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 ...
Jaken's user avatar
  • 139
5 votes
2 answers
18k views

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 -...
Tenaciousd93's user avatar
1 vote
1 answer
2k views

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....
A.D.'s user avatar
  • 563
1 vote
1 answer
928 views

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. ...
Konstantin's user avatar
6 votes
2 answers
16k views

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 ...
user338034's user avatar

15 30 50 per page
1
2 3 4 5
7