I'm trying to edit a TS-file which I fetched from my VU+ set top box.
First I tried to rename it from .ts to .mpeg, then I tried to read it into Avidemux.
The first question was if I want to index the file, which I did.
After a while (near the end of file) I got the following error message:
"Crash
Assert failed :i==nbAudioStream
at line 188, file /build/build-avidemux_2.5.6-1~getdeb2-amd64-ZGvDMc/avidemux-2.5.6/avidemux/ADM_inputs/ADM_mpegdemuxer/dmx_audio.cppADM_backTrack
dmxAudioStream::open(char const)
dmxHeader::open(char const)
ADM_Composer::addFile(char const*, unsigned char, fileType)
ADM_Composer::addFile(char const*, unsigned char, fileType)
avidemux2_gtk() [0x4538f7]
FileSel_ReadWrite(void ()(char const), int, char const*, char const)
avidemux2_gtk() [0x52bc15]
HandleAction(Action)
guiCallback(_GtkMenuItem, void*)
g_signal_emit_valist
g_signal_emit_by_name
g_signal_emit_valist
g_signal_emit
g_closure_invoke
g_signal_emit_valist
"
How can I solve this problem ?