codeuniv

GStreamer - use from comman-line

Jun 25th, 2020
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. Tested with 1.16.2 ver
  2.  
  3. 1) install https://gstreamer.freedesktop.org/download/
  4. MinGW 64-bit - 1.16.2 runtime installer (116 M)
  5.  
  6. 2) its bin to PATH
  7.  
  8. 3) gst-launch-1.0 playbin uri=file:///path/to/song.mp3
  9. gst-launch-1.0 playbin uri=file://P:/811_0984.WMA
  10.  
  11. OR
  12. gst-play-1.0 song.mp3
  13.  
  14.  
  15. https://gstreamer.freedesktop.org/documentation/frequently-asked-questions/using.html?gi-language=c
Add Comment
Please, Sign In to add comment