[android-porting] Re: Testing OpenCore changes without linking Android

2009-12-04 Thread danny
Dear all same problem, look for help.. I also try testing video encoder with test_pvauthorengine, but it failed when parse input file. command is like this: # test_pvauthorengine -test 203 203 -source /data/ testoutput_IYUV_8k_16_mono.avi -output /data/test.mp4 -encV 0 Could anyone share me some

[android-porting] Re: Testing OpenCore changes without linking Android

2009-12-04 Thread danny
Dear all same problem. Looking for help... I have used test_pvauthorengine to test video encoder, but it failed when parse the input file. Could anyone share me some advice or link for how to run test_pvauthorengine correctly? Thanks in advance. Following is log, # test_pvauthorengine -test 203

[android-porting] Re: Testing OpenCore changes without linking Android

2009-11-17 Thread RaviY
- pvplayer_engine_test is the right way. - pvplayer_engine_test uses files as sinks. So, the generated output will be in the form of yuv/wav files. -Ravi On Nov 16, 2:01 pm, jeffb jeffbo...@gmail.com wrote: To understand OpenCore’s source code structure and flow, I wanted to run it by itself,