GNOME Bugzilla – Bug 678590
subparse: Add support for LRC subtitles
Last modified: 2013-12-18 14:53:27 UTC
Hi, I am trying to play .lrc file by passing it to suburi property of gst-launch. .lrc contains the lyrics of a song (to be displayed as subtitles on screen) But gstreamer reports an error. The error log is attached. Does gstreamer not support .lrc files ? gst-launch playbin2 uri=file:///abc.avi suburi=file:///home/subtitles/lrc/Sick\ And\ Tired-lrc-base.com.lrc --gst-debug=2 Setting pipeline to PAUSED ... 0:00:00.027238666 15828 0x8414070 WARN decodebin2 gstdecodebin2.c:2265:type_found:<decodebin20> error: This appears to be a text file 0:00:00.027267378 15828 0x8414070 WARN decodebin2 gstdecodebin2.c:2265:type_found:<decodebin20> error: decodebin2 cannot decode plain text files Thanks, Developer
Could you attach a .lrc file?
Created attachment 217062 [details] Parachutes-lrc-base.com.lrc
looks like it might be this : https://en.wikipedia.org/wiki/LRC_%28file_format%29
commit 4f4ff6bda695b501ea0933ea488c93475919b141 Author: Sebastian Dröge <sebastian@centricular.com> Date: Wed Dec 18 15:52:09 2013 +0100 subparse: Add unit test for LRC subtitles commit 218d0702c921b6353c3bae4b1e14348ca2dba9d5 Author: Sebastian Dröge <sebastian@centricular.com> Date: Wed Dec 18 15:24:02 2013 +0100 subparse: Add support for parsing LRC subtitles https://bugzilla.gnome.org/show_bug.cgi?id=678590 commit bc2342e4adaac9652054a52cccb4dac12b0b929c Author: Sebastian Dröge <sebastian@centricular.com> Date: Wed Dec 18 15:07:47 2013 +0100 subparse: Add typefinder for LRC subtitles