Tagged Questions
1
vote
0answers
134 views
AAC ffmpeg encoding iOS [closed]
So I have spent most of the day writing an FFMPEG client for iOS, and I ran into a problem when trying to convert my hardware encoded h.264/aac mov file to h.264/aac flv. I borrowed the muxing.c ...
1
vote
1answer
699 views
How to play .flv(h.264 aac) file without playbin2 in gstreamer?
I've got a FLV file and the gstreamer playbin2 could work well, but if I try to manually construct the pipeline, the result is negative.
Can anyone show me what's wrong with my pipeline? Or, how to ...
0
votes
2answers
1k views
How to generate FLV stream from raw h264 which can be played by Actionscript NetStream?
I have an issue with FLV stream generating. I've developed DVR system, an it should be able to stream video in FLV format (to play it on Actionscript NetStream). I receive video from encoder in raw ...
0
votes
0answers
320 views
Streaming properly to flash player using libav. Codec use H264, container flv
I am implementing an application. I have a stream continuously provide me AVPacket encoded with h264. So I use libav to write those AVPacket to buffer, and stream over http to flash player, using flv ...
1
vote
1answer
188 views
how to create flv videoframe from h.264 AAC samples in mp4
I have a mp4 file which has only mdat box(h.264, aac) and I can specify the video samples. I need to convert video samples to flv frames, how can be done?
1
vote
0answers
190 views
Looking for a flash recorder like Nimbb or WebFLVRecorder that supports caching
I'm currently using WebFLVrecorder, but in low bandwidth situations the quality of the video is pretty low because so many frames are lost. Is there a solution out there (perhaps even non-flash) that ...
3
votes
1answer
1k views
The Composition Time(CTS) when wrapping H.264 NALU's
The h.264 hardware compression card procedures NALU's from captured video.
I am trying to wrap the NALU's into FLV and I almost succeed.
I don't know how to fill the Composition Time field in FLV ...
0
votes
1answer
250 views
H.264 .f4v video 'glitch' on first playback in Flash
Can anyone familiar with H.264 video recommend the 'best' compression settings to avoid the occasional visual 'glitch' one gets on playback using the flash video player?
0
votes
0answers
2k views
NetStream appendByte issue with h264 FLV. Video stops about two second before the end
I post because I have serious issue while using the new NetStream.appendBytes API.
It's seems that, with the simple operation of a video playback (FLV / AVC / AAC, x264 in FLV), the netstream ...
0
votes
1answer
348 views
What is faster: decode H264 1920x1080 and display it on screen 1920x1080 or decode H264 1280x720 and display 1920x1080?
So we are creating some video server. We broadcast flv's to our flash clients. our providers can provide us with h254 videos of 1920x1080 and 1280x720 video sizes. But that videos vill be generated ...
1
vote
1answer
975 views
ASP.net FFMPEG video conversion receiving error: “Error number -2 occurred”
I am attempting to integrate FFMPEG into my asp.net website. The process I am trying to complete is to upload a video, check if it is .avi, .mov, or .wmv and then convert this video into an mp4 using ...
7
votes
6answers
14k views
H.264 / FLV best practices for HTML
I run a website that has as part of it about 700 reference 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 ...
1
vote
3answers
614 views
Which Flash video format is more compressed, FLV or H264?
I read an Adobe article which demonstrated H.264 video playback support in Flash Player. Would video encoded in this format be more compressed than typical FLV videos? Should I be using this format ...
0
votes
2answers
2k views
FLVPlayback component in Flash 8 (AS2) and support for HD H.264 video
I have developed a video player using Flash 8 Professional and the FLVPlayback component. Recently I have been testing a few 720p .mov files converted to FLV by FFMPEG running on an encoding server. I ...