Tagged Questions
The video-codecs tag has no wiki summary.
3
votes
1answer
361 views
Hardware accelerated FFmpeg on android?
I compiled an older version of FFmpeg for Android (if I recall correctly it was 0.6.X). FFmpeg decodes a video frame, scales it, then I'm using OpenGL to draw it on the screen. As far as I can tell, ...
2
votes
0answers
35 views
MPEG-4/WAV container for quick A/V sync tweaking
Which container formats support an MPEG-4 video with a WAV audio stream? I'm
looking for a format which is supported by most players.
Is there a such format which would allow to adjust the A/V sync ...
1
vote
2answers
190 views
How to encode grayscale video streams with FFmpeg?
I've got a grayscale video stream coming off a Firewire astronomy camera, I'd like to use FFmpeg to compress the video stream but it will not accept single byte pixel formats for the MPEG1VIDEO ...
1
vote
1answer
191 views
In h264 NAL units means frame.?
i am working on h264 video codec . i want to know that
Does NALL units in H264 is equivalent to 1 video frame..?
1
vote
2answers
370 views
Converting G2M3 and G2M2 encoded Videos (GoToMeeting Videos) to a video type that FFMPEG supports
I'm developing a PHP application that uses FFMPEG-PHP to split videos and convert them to FLV. And I ran into this problem :
FFMPEG does not support G2M3 or G2M2 encoded videos, and I have to make ...
1
vote
1answer
932 views
Decode H.264(AVC) bitstream on Android?
I am writting an app which needs to decode H.264(AVC) bitstream. I find there are AVC codec sources exist in /frameworks/base/media/libstagefright/codecs/avc, does anyone know how can one get access ...
1
vote
1answer
342 views
How to get audio/video files from iPhone library and save it to application
How to get audio/video files from iPhone library and save it to application?. I need to save songs/video to my application so if user delete it from library then also availbale with the application.
...
1
vote
1answer
85 views
any good book/online source about video or just image compression algorithms?
Are there any good introductory book or online resources? I'm interested in common techniques, but a good explanation about any popular particular codec would be interesting too.
1
vote
1answer
164 views
Does anyone know of a free H263 Plus Decoder codec
I am working on audio/video app & looking for a H263Plus (not H263) decoder to be used in the project(C++ based)
Regards,
Chuks
1
vote
1answer
1k views
Audio/Video codecs for Android platform
I'm looking for, either open-source or commercially available, Audio and Videl encoder & decoder for Android for an application I want to write for Android. For audio, I want to be able to both ...
0
votes
1answer
29 views
pyvnc2swf not working? outputs video of duration 0sec
i need to convert video from swf to flv. im using pyvnc2swf : edit.py but it's not working. shows no errors but outputs a file with one blank frame.
here is the command:
...
0
votes
0answers
78 views
PAL to USB into Mac/PC
I'm trying to decode PAL, allowing it to be sent via USB to my Mac (or PC, that's fine, too).
The whole story is, that I have a little PCB-camera, which outputs a video feed as PAL video. It can be ...
0
votes
1answer
468 views
fast encoding video codec?
can anybody compare popular video codecs by encoding speed? I understand that usually better compression requires more processing time, but it's also possible that some codecs still provide comparably ...
0
votes
1answer
171 views
which function does VLC use to open a video file?
i`ve downloaded a video file and recorded the packet arrival time. and i want to use VLC to play the video according to the time i record. which function and how should i call to do it in the VLC ...
0
votes
1answer
295 views
How can x264 library be use in a Flex/Flash project?
Im currently working on creating a web based game in flex. One of the features of the game is for it to be able to record the gameplay and have it on flv video file. This has been done thru capturing ...
0
votes
4answers
152 views
Video-codec rater by image comparison algorithm?
perhaps anyone knows if this is possible.
comparing image quality is almost imposible to describe without subjective influences. When someone rates an image quality as good there is at least one ...
0
votes
3answers
1k views
Video Codecs supported in UPnP AV
I'm may just be confused how this all works...in which case, please explain it to me. But, what video codecs are supported by the UPnP AV standard? Or is it on a per-device (client) basis? I want ...
-1
votes
1answer
168 views
Best video codec for smooth 1920x1080 playback on older machines (quality not important)
I'm new to Video technology, so any feedback (such as if I've underspecified the problem) would be greatly appreciated.
I need to display an animation (currently composed of about a thousand PNGs) on ...
-1
votes
2answers
127 views
How can i know the duration of any h264 file?
I have one file in which only h264 frames are there in form of NAL unit.
So now is there any method so i can count the duration of that file?
I dont know how many frames are there in file.
I have ...