How to display subtitles on iMX6 using gstreamer 1.0

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to display subtitles on iMX6 using gstreamer 1.0

773 Views
mazzinov
Contributor II

Hi there! I can’t display external subtitles on iMX6. I tried to use the next command - gst-launch-1.0 playbin flags=0x17 uri=file://$VIDEO_FILE suburi=file://$SUBTITLE_FILE.  Video plays fine but the subtitles are not displayed. The same command perfectly works on Linux Ubuntu. Any suggestions?

Best Regards,

Osman Bosman

Labels (2)
2 Replies

657 Views
gusarambula
NXP TechSupport
NXP TechSupport

Hello Osman Bosman,

The following Community Document may be of help:

https://community.nxp.com/docs/DOC-106348

Regards,

657 Views
mazzinov
Contributor II

Hello again! It's very helpful information! But I don't understand why I should use hex digit 0x17 for gstreamer flags in my pipeline? What does it mean?

0 Kudos