- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I am trying to save the decoded YUV stream from the simple_player sample program to a file. I am interested in the PSNR of the Intel H264 codec. I added an fwrite() inside H264VideoDecoder::GetFrame() however it appears that simple_player doesn't call this method to decode an H.264 video stream. The constructor of H264VideoDecoder() is called however as I can output to a file from this method. My question is, which method from which class is used to Decode H.264 video from the simple_player sample program, and what parameter can I use to write this decoded video stream to a file?
Thanks,
Kate
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
it is not necessary to modify simple_player to get output to the file instead of screen. You can just specify video render type as -vfw to select file render.
Regards,
Vladimir

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page