[vlc-devel] h264: Fix #6539
    Rafaël Carré 
    funman at videolan.org
       
    Thu Jun  7 18:50:24 CEST 2012
    
    
  
Le 07/06/2012 12:42, Aurélien Nephtali a écrit :
>> Reading the ticket I am not sure how:
>>
>> AUD
>> SEI
>> SLICE
>> AUD
>> SEI
>> SLICE
>>
>> is packetized:
>>
>> 2 packets containing AUD+SEI+SLICE, but have the same pts/dts ?
>>
> 
> I suppose it is because it is the 2 fields of the same picture
> (interlaced material).
> I am no expert in packetizing H.264 into MPEG-TS and it is the first
> time I see a stream like this.
In TS the frames are not packetized (since they are split in 188 bytes
packets including TS headers) so they are reconstructed from scratch
unlike e.g. mp4 where frames are packetized already.
Laurent?
    
    
More information about the vlc-devel
mailing list