Displaying 2 results from an estimated 2 matches for "ogminfo".
Did you mean:
ogginfo
2012 Jul 01
2
can't demux with ogminfo / need to re-pac OGV to MKV
Hello,
I need to demux video files created with ffmpeg2theora 0.28+svn18147
I have ogminfo v1.5
and getting this error
(ogminfo.c) OGG stream 1 is of an unknown type (bad header?)
(ogminfo.c) OGG stream 2 is of an unknown type (bad header?)
(ogminfo.c) (a1/serial 1092562206) Vorbis audio (channels 2 rate 48000)
Is possible, that ogminfo is older then ffmpeg2theora ? Or what can be the...
2004 Dec 14
2
help - Theora/Vorbis/Ogg, ogmmerge and ffmpeg2theora
...am
[tcprobe] summary for vts_01.m2a, (*) = not default, 0 = not detected
audio track: -a 0 [0] -e 48000,16,2 [48000,16,2] -n 0x2000
bitrate=192 kbps
Then proceeded to convert them into Vorbis/Theora/Ogg files.
transcode -i vts_01.m2a -y ogg -o vts_01.m2a.ogg
which gave:
# ogminfo vts_01.m2a.ogg
(ogminfo.c) (a1/serial 1677883185) Vorbis audio (channels 2 rate 48000)
I also did:
ffmpeg2theora -x 720 -y 576 vts_01.m2v
which gave:
# ogminfo vts_01.m2v.ogg
(ogminfo.c) OGG stream 1 is of an unknown type (bad header?)
and also gave me:
# ogmmerge -v -o test.ogg vts...