Kodi Community Forum
Index broken, how to play video? - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: OS independent / Other (https://forum.kodi.tv/forumdisplay.php?fid=228)
+---- Thread: Index broken, how to play video? (/showthread.php?tid=161708)



Index broken, how to play video? - Dirki - 2013-04-06

How could I play (and navigate in a video) with broken index?


RE: Index broken, how to play video? - Ned Scott - 2013-04-06

broken index? like a bluray or DVD image?


RE: Index broken, how to play video? - Dirki - 2013-04-06

Sorry, no idea, VLC shows "Index broken".

The video doesn't play properly in XBMC, shows wrong running times, navigation not possible.


Re: Index broken, how to play video? - nickr - 2013-04-06

Remux using ffmpeg.


RE: Index broken, how to play video? - Dirki - 2013-04-06

Thank you nickr,

Sorry, I am not quite sure what that might mean.


Re: Index broken, how to play video? - nickr - 2013-04-06

ffmpeg -i yourfile.avi -vcodec copy -acodec copy yournewfile.avi


RE: Index broken, how to play video? - Dirki - 2013-04-07

Oops, it's getting a bit more cryptical...sorry again, it looks very interesting, but my imagination doesn't seem to be that effective to...


RE: Index broken, how to play video? - nickr - 2013-04-07

what is the filename of a file you can't play?


RE: Index broken, how to play video? - MikeLeone - 2013-04-07

(2013-04-07, 00:03)Dirki Wrote: Oops, it's getting a bit more cryptical...sorry again, it looks very interesting, but my imagination doesn't seem to be that effective to...

That means re-convert the source material to make a new video file, and play the new one instead. (I believe)


RE: Index broken, how to play video? - Dirki - 2013-04-07

(2013-04-07, 05:32)nickr Wrote: what is the filename of a file you can't play?
E.g.: Das Vermaechtnis der Tempelritter.avi

Quote:That means re-convert the source material to make a new video file, and play the new one instead. (I believe)
Hmmm...OK...well...thanks.


RE: Index broken, how to play video? - Glorious1 - 2013-04-07

Setting up and using ffmpeg is not trivial, depending on what kind of computer and level of computer knowledge you have.

Any software that can remux without recoding the video and audio streams may do the job. Or, if you can get a non-broken file from the original source, that may be the easiest way to go.


RE: Index broken, how to play video? - Dirki - 2013-04-07

OK, I do not even know what ffmpeg is, may be a program or so like it sounds; I know how to shut off a computer...

Quote:Any software that can remux without recoding the video and audio streams may do the job.
And I do not even no what "remux" means, but...

Quote: Or, if you can get a non-broken file from the original source, that may be the easiest way to go.
Ah, well, something I do understand; yes, indeed, that truly is indeed what exactly is my opinion, but unfortunately....

OK, I rather will delete the corrupted file, I guess.

Many thanks.


RE: Index broken, how to play video? - Glorious1 - 2013-04-08

ffmpeg is software, yes. It is probably the most versatile tool for manipulating video files into different forms. But it is run by command line and there is a steep learning curve.

"Remux" means to take the two data streams (basically one video and one audio) out of the container file and put them back together ("mux") into a new container file. This process can sometimes fix the kind of problem you have. It doesn't require alteration of the basic video and audio streams so it is pretty fast.


RE: Index broken, how to play video? - Dirki - 2013-04-08

Thank you, Glorious1.

Quote:ffmpeg is software, yes. It is probably the most versatile tool for manipulating video files into different forms. But it is run by command line and there is a steep learning curve.
OK, so using it for just some files, it wouldn't be worth it.

Quote:"Remux" means to take the two data streams (basically one video and one audio) out of the container file and put them back together ("mux") into a new container file. This process can sometimes fix the kind of problem you have. It doesn't require alteration of the basic video and audio streams so it is pretty fast.
OK, I tried these files in VLC, it repaired, respectively tried to repair the index (but does not store, I couldn't find a way at least), but the files didn't play properly or you couldn't navigate.

Thanks again.