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
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