StreamMux::operator<<: Warning: packet number for stream

Asked by Gunjan

when i merge two files from folder than "oggCat command gave me Below error.

Both are ogg files but faced issue like
"StreamMux::operator<<: Warning: packet number for stream < 0 > not matching: expected: 17790 got 3 " .

 Please Give me right direction and solution for that.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu oggvideotools Edit question
Assignee:
No assignee Edit question
Solved by:
actionparsnip
Solved:
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

What is the output of:

uname -a; lsb_release -a

Thanks

Revision history for this message
Gunjan (gunjan-w) said :
#2

Linux image1.newswonder.com 3.2.0-24-virtual #37-Ubuntu SMP Wed Apr 25 12:51:49 UTC 2012 i686 i686 i386 GNU/Linux
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 12.04.2 LTS
Release: 12.04
Codename: precise

Revision history for this message
Best actionparsnip (andrew-woodhead666) said :
#3

sudo apt-get install ogmrip-oggz

Then you can use:

oggz-merge --output result.ogg input1.ogg input2.ogg

Super easy

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#4
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#5
Revision history for this message
Gunjan (gunjan-w) said :
#6

Thanks actionparsnip, that solved my question.