saad
16th January 2006, 09:05
I am tryin to decode an Xvid file using Xvid source code 1.1.0
the compiler is gcc and the flags are ARCH_IS_32BIT ARCH_IS_GENERIC ARCH_IS_LITTLE_ENDIAN
the source code compiles without any problems but when i try to execute/decode file using example "xvid_decraw.c", i get following error
[root@hamza xvidcore-1.1.0]# ./xvid -i /shared/work/XviD/XVID-CLIPS/matrix_reloaded.avi
xvid_decraw - raw mpeg4 bitstream decoder written by Christoph Lampert 2002-2003
Resized frame buffer to 576x304
Frame 0: type = I, dectime(ms) = 6.3, length(bytes) = 4323
Frame 1: type = P, dectime(ms) = 4.1, length(bytes) = 1618
Frame 2: type = P, dectime(ms) = 3.4, length(bytes) = 696
Frame 3: type = P, dectime(ms) = 4.7, length(bytes) = 1047
Frame 4: type = P, dectime(ms) = 3.3, length(bytes) = 551
Frame 5: type = P, dectime(ms) = 3.8, length(bytes) = 909
Frame 6: type = P, dectime(ms) = 3.2, length(bytes) = 903
Frame 7: type = P, dectime(ms) = 3.7, length(bytes) = 528
Frame 8: type = P, dectime(ms) = 3.8, length(bytes) = 902
Frame 9: type = P, dectime(ms) = 3.2, length(bytes) = 528
Frame 10: type = P, dectime(ms) = 3.3, length(bytes) = 902
.............................................................................................
skipped frames due to post limit
.............................................................................................
Frame 285: type = P, dectime(ms) = 10.0, length(bytes) = 12379
Frame 286: type = B, dectime(ms) = 5.8, length(bytes) = 1518
Frame 287: type = B, dectime(ms) = 5.2, length(bytes) = 1702
Frame 288: type = P, dectime(ms) = 17.3, length(bytes) = 1905
Frame 289: type = I, dectime(ms) = 25.1, length(bytes) = 18989
Frame 290: type = I, dectime(ms) = 4.9, length(bytes) = 3885
Frame 291: type = P, dectime(ms) = 7.7, length(bytes) = 6201
Resized frame buffer to 4349x3563
Floating point exception
[root@hamza xvidcore-1.1.0]#
the compiler is gcc and the flags are ARCH_IS_32BIT ARCH_IS_GENERIC ARCH_IS_LITTLE_ENDIAN
the source code compiles without any problems but when i try to execute/decode file using example "xvid_decraw.c", i get following error
[root@hamza xvidcore-1.1.0]# ./xvid -i /shared/work/XviD/XVID-CLIPS/matrix_reloaded.avi
xvid_decraw - raw mpeg4 bitstream decoder written by Christoph Lampert 2002-2003
Resized frame buffer to 576x304
Frame 0: type = I, dectime(ms) = 6.3, length(bytes) = 4323
Frame 1: type = P, dectime(ms) = 4.1, length(bytes) = 1618
Frame 2: type = P, dectime(ms) = 3.4, length(bytes) = 696
Frame 3: type = P, dectime(ms) = 4.7, length(bytes) = 1047
Frame 4: type = P, dectime(ms) = 3.3, length(bytes) = 551
Frame 5: type = P, dectime(ms) = 3.8, length(bytes) = 909
Frame 6: type = P, dectime(ms) = 3.2, length(bytes) = 903
Frame 7: type = P, dectime(ms) = 3.7, length(bytes) = 528
Frame 8: type = P, dectime(ms) = 3.8, length(bytes) = 902
Frame 9: type = P, dectime(ms) = 3.2, length(bytes) = 528
Frame 10: type = P, dectime(ms) = 3.3, length(bytes) = 902
.............................................................................................
skipped frames due to post limit
.............................................................................................
Frame 285: type = P, dectime(ms) = 10.0, length(bytes) = 12379
Frame 286: type = B, dectime(ms) = 5.8, length(bytes) = 1518
Frame 287: type = B, dectime(ms) = 5.2, length(bytes) = 1702
Frame 288: type = P, dectime(ms) = 17.3, length(bytes) = 1905
Frame 289: type = I, dectime(ms) = 25.1, length(bytes) = 18989
Frame 290: type = I, dectime(ms) = 4.9, length(bytes) = 3885
Frame 291: type = P, dectime(ms) = 7.7, length(bytes) = 6201
Resized frame buffer to 4349x3563
Floating point exception
[root@hamza xvidcore-1.1.0]#