PDA

View Full Version : h264 basline decoder+rest


bakel
31st May 2005, 10:35
hey,
I don’t know where to put my questions because they cover more then only 1 subject. and it didn't fit into other thread...

I have a h264 decoder and also handle .ts container... after i used -fprofile-arcs on my program and on libavcodec while compiling i found that my movie wasn't baseline because cabac was used...

I know there are tools for checking what parts of h264 are used in a movie stream but I guess after forum refresh yesterday i cant find it.

Further i need a way to make a baseline h264 movie so i can test my program while developing

thnks in advance

Doom9
31st May 2005, 10:42
Why don't you just download the reference software and play with that? That's what its made for.. compatibility testing.

bakel
31st May 2005, 11:23
i allready did that, but the reasen i stopped using it was because of i didn't know if it was working... because i wanted baseline only and the configuration didn't excepted my idee of no cabac... so after some fights with it i decided to go to libavcodec and use that part... but then again.. i did need at least 1 good movie to test my program... so question stays: how can i be sure to have baseline h264 encoded movies? (and i cant handle the refrence code to get baseline)

bakel
1st June 2005, 09:22
whell... im able to decode a 264 video file encoded with lencode (JM95 = reference code)

but everythig turns grey :( and i realy dont have any good idees where to seek...

someone has an idee?