Displaying 1 result from an estimated 1 matches for "vorbisdec0".
Did you mean:
vorbisdec
2017 Jul 27
1
Fixing Ogg Vorbis files with incorrectly framed headers
...;k' to see a list of keyboard shortcuts.
Now playing /tmp/somefile.ogg
ERROR Could not decode stream. for file:///tmp/somefile.ogg
ERROR debug information: gstvorbisdec.c(352):
vorbis_handle_header_packet
(): /GstPlayBin:playbin/GstURIDecodeBin:uridecodebin0/GstDecodeBin:decodebin0/GstVorbisDec:vorbisdec0:
couldn't read header packet (-132) Reached end of play list.
$ vorbiscomment --list --raw --escapes somefile.ogg >somefile.txt
$ vorbiscomment --write --raw --escapes somefile.ogg <somefile.txt
$ ogginfo somefile.ogg || echo "File has warnings"
$ gst-play-1.0 somefile.ogg...