Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linux-dvb] 16:9 Quick and Dirty



rolf@max.lui.uni-tuebingen.de writes:
 > 
 > Hi Folks!
 > 
 > In File dvb.c (from todays CVS)
 > there is a line 
 >         //outcom(dvb, COMTYPE_ENCODER, SetMonitorType, 1, VIDEO_FORMAT_16_9);
 >  
 > I just removed the // compiled and here we go!
 > DVDs displayed just perfect. naturally this only
 > works with 16:9 sources everything else will
 > be displayed wrong.

You get the same effect with the VIDEO_SET_FORMAT call.

 
 > Should it be possible to feed PCM data
 > to /dev/ost/audio and mpeg2video to /dev/ost/video?
 > I know that this was not possible. But looking
 > at the devices i just had to ask.... ;)


You can only feed those devices PES streams (or a PS if it reports
that as a capability). You can send PCM data packaged as PES PCM with
a maximum length of 2048 bytes (total PES length) as they are found on
DVDs with PCM sound. 


Ralph



-- 
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe linux-dvb" as subject.



Home | Main Index | Thread Index