Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > Video Encoding > MPEG-4 ASP

Reply
 
Thread Tools Display Modes
Old 8th June 2004, 08:50   #1  |  Link
tim__huang
Registered User
 
Join Date: Jun 2004
Posts: 5
why xvid_decoder not export yuv file

in xvid_decraw.c,xvid_decraw call dec_main to decoder one frame and get one originality image,

static int
dec_main(unsigned char *istream,
unsigned char *ostream,
int istream_size,
xvid_dec_stats_t *xvid_dec_stats)

and than it save in file used function write_image
static int write_image(char *prefix, unsigned char *image)

and we can see that write_image only save image as png pgm or tga file format .

in the function write_image,the second param ,image,is yuv file format?and why it save it as yuv file format?
tim__huang is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 03:40.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.