After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 585121 - Implement subpic stream handling in qtdemux
Implement subpic stream handling in qtdemux
Status: RESOLVED DUPLICATE of bug 568278
Product: GStreamer
Classification: Platform
Component: dont know
git master
Other All
: Normal enhancement
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-06-08 07:47 UTC by Andreas Frisch
Modified: 2009-06-08 07:52 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement



Description Andreas Frisch 2009-06-08 07:47:17 UTC
a user asked about the possibility of displaying the subtitles in one of his mp4 containers.
here's the sample files:
http://files.v-network.de/?send=ut-test.mp4
Comment 1 Andreas Frisch 2009-06-08 07:47:53 UTC
mediainfo sees it this way:
andy@fox /dream/movie/mp4 $ mediainfo ut-test.mp4 
General                                           
Complete name                    : ut-test.mp4    
Format                           : MPEG-4         
Format profile                   : Base Media / Version 2
Codec ID                         : mp42                  
File size                        : 5.10 MiB              
Duration                         : 30s 600ms             
Overal bit rate                  : 1398 Kbps             
Encoded date                     : UTC 2009-01-19 00:02:33
Tagged date                      : UTC 2009-01-19 00:03:36

Video
Format                           : AVC
Format/Info                      : Advanced Video Codec
Format profile                   : High@L3.0           
Format settings, CABAC           : Yes                 
Format settings, ReFrames        : 2 frames            
Codec ID                         : avc1                
Duration                         : 30s 600ms           
Bit rate mode                    : Variable            
Bit rate                         : 1244 Kbps           
Maximum bit rate                 : 2784 Kbps           
Width                            : 720 pixels          
Height                           : 416 pixels          
Display aspect ratio             : 2.517               
Frame rate mode                  : Constant            
Frame rate                       : 25.000 fps          
Standard                         : PAL                 
Colorimetry                      : 4:2:0               
Scan type                        : Progressive         
Bits/(Pixel*Frame)               : 0.166               
Stream size                      : 4.54 MiB (89%)      
Encoded date                     : UTC 2009-01-19 00:02:33
Tagged date                      : UTC 2009-01-19 00:03:36
                                                                                                                                                            
Audio #1                                                                                                                                                    
Format                           : AAC                                                                                                                      
Format/Info                      : Advanced Audio Codec                                                                                                     
Format version                   : Version 4                                                                                                                
Format profile                   : LC                                                                                                                       
Format settings, SBR             : Yes                                                                                                                      
Format settings, PS              : No                                                                                                                       
Codec ID                         : 40                                                                                                                       
Duration                         : 30s 378ms                                                                                                                
Bit rate mode                    : Variable                                                                                                                 
Bit rate                         : 80.0 Kbps                                                                                                                
Maximum bit rate                 : 89.4 Kbps                                                                                                                
Channel(s)                       : 2 channels                                                                                                               
Channel positions                : L R                                                                                                                      
Sampling rate                    : 48.0 KHz                                                                                                                 
Resolution                       : 16 bits                                                                                                                  
Stream size                      : 297 KiB (6%)                                                                                                             
Title                            : Deutsch                                                                                                                  
Language                         : German                                                                                                                   
Encoded date                     : UTC 2009-01-19 00:02:33                                                                                                  
Tagged date                      : UTC 2009-01-19 00:03:36                                                                                                  

Audio #2
Format                           : AAC
Format/Info                      : Advanced Audio Codec
Format version                   : Version 4           
Format profile                   : LC                  
Format settings, SBR             : Yes                 
Format settings, PS              : No                  
Codec ID                         : 40                  
Duration                         : 30s 378ms           
Bit rate mode                    : Variable            
Bit rate                         : 56.0 Kbps
Maximum bit rate                 : 62.3 Kbps
Channel(s)                       : 2 channels
Channel positions                : L R
Sampling rate                    : 48.0 KHz
Resolution                       : 16 bits
Stream size                      : 208 KiB (4%)
Title                            : Englisch
Language                         : English
Encoded date                     : UTC 2009-01-19 00:02:33
Tagged date                      : UTC 2009-01-19 00:03:36

Text #1
Format                           : VobSub
Codec ID                         : subp
Codec ID/Info                    : The same subtitle format used on DVDs
Duration                         : 28s 400ms
Bit rate mode                    : Variable
Bit rate                         : 6095 bps
Stream size                      : 21.1 KiB (0%)
Title                            : Deutsch
Language                         : German
Encoded date                     : UTC 2009-01-19 00:02:34
Tagged date                      : UTC 2009-01-19 00:03:36

Text #2
Format                           : VobSub
Codec ID                         : subp
Codec ID/Info                    : The same subtitle format used on DVDs
Duration                         : 30s 80ms
Bit rate mode                    : Variable
Bit rate                         : 6044 bps
Stream size                      : 22.2 KiB (0%)
Title                            : Englisch
Language                         : English
Encoded date                     : UTC 2009-01-19 00:02:34
Tagged date                      : UTC 2009-01-19 00:03:36

Chapters
1                                : 00:00:00.000 - Kapitel 13
Comment 2 Wim Taymans 2009-06-08 07:52:01 UTC

*** This bug has been marked as a duplicate of 568278 ***