UIKit0 / kmediafactory

Automatically exported from code.google.com/p/kmediafactory
GNU General Public License v2.0
0 stars 0 forks source link

Video processing error: System header found, but PCI/DSI information is not where expected #10

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This error happens when I try to create DVD:

Processing: dr.vob
System header found, but PCI/DSI information is not where expected
(make sure your system header is 18 bytes!)
Skipping sector, waiting for first VOBU...
System header found, but PCI/DSI information is not where expected
(make sure your system header is 18 bytes!)
Skipping sector, waiting for first VOBU...
System header found, but PCI/DSI information is not where expected
(make sure your system header is 18 bytes!)
Skipping sector, waiting for first VOBU...

And so on... I have not get the end.

The full log file is attached

Original issue reported on code.google.com by lonef...@gmail.com on 8 Apr 2009 at 3:07

Attachments:

GoogleCodeExporter commented 9 years ago
Seems that dvdauthor can't handle your video. You could try convert(filter?) 
your
video with some tool to make it dvdauthor compatible mpeg2. There is not much
KMediaFactory can do about this.

Original comment by petri.da...@gmail.com on 9 Apr 2009 at 11:32

GoogleCodeExporter commented 9 years ago
Could you please suggest some tools to convert the vedio to a compatible mpeg2?

Original comment by lonef...@gmail.com on 10 Apr 2009 at 7:56

GoogleCodeExporter commented 9 years ago
You could try ffmpeg. There are lots of parameters but you could first try just:
ffmpeg -i some.vob -o new.mpg

Also ProjectX seems to be output good mpeg2 and it can edit file too. I have 
used it
to remove commercials from tv recordings and convert file from ts to ps mpeg.

http://code.google.com/p/kmediafactory/wiki/UsingDVBFiles

Original comment by petri.da...@gmail.com on 10 Apr 2009 at 8:07

GoogleCodeExporter commented 9 years ago
Thank you! I will try this.

I used ffmpeg to concatenate video files and to change container from vob to 
mp2. But
this did not help. Maybe because I converted with option 'copy' for video and 
audio
stream. I just do not want to recompress the video. My sony handycam records
compressed mpeg2 video to dvd minidisc, so I do not have the source and will 
lost the
quality with second and third recompression while making dvd.

Actually I have tried a lot of programs. ManDVD, DeVeDe, QDvdAuthor, DvdStyler, 
KDE
DVD Authoring Withard. I've found 2ManDVD yesterday wich is best rated on 
kde-apps. I
have to tell you that your program is the best. It impressed me with usability 
and
features. It's really magic tool, probably made by magic author. :) It is not 
exatly
what I was searching for, but it is even much better! And all other dvd 
authoring
tools are not usable at all. The only problem with your program is that it's a 
bit
buggy. Even if the bug is external, the user will not understand that. He just 
see
the result - the program does not work. I think, if you focuse on stability and
problems preventing then your program should become a most popular.

KDE DVD Authoring Withard has feature called 'check compatibility'. I think 
this is
the most simple way to prevent such dvdauthor related problems. This tool said:

The file
/home/raa/media/video/dr.vob
contained no errors, but it did generate 1240974 warnings. Correct display on 
DVD
players can not be guaranteed.
Would you like to view the warnings?

It is also possible to propose the user to convert video to some compatible 
format.
Maybe to dv or another lose-less format, or by providing seletioon to user. It 
should
not be too hard to add some button that calls ffmpeg or similar, right? But the 
user
will be prevented from having problems.

Original comment by lonef...@gmail.com on 10 Apr 2009 at 9:07

GoogleCodeExporter commented 9 years ago
Google for sony handycam mpeg2 dvdauthor

e.g. http://www.sudora.com/Articles/howtos/handycam.html

Original comment by petri.da...@gmail.com on 10 Apr 2009 at 9:37

GoogleCodeExporter commented 9 years ago
Thank you!!

Original comment by lonef...@gmail.com on 10 Apr 2009 at 9:46

GoogleCodeExporter commented 9 years ago
I've tried another mpeg4 files with no luck. It does not work with any regular 
video
files. The log file looks like following:

STAT: Processing 
/home/raa/media/video/pirates_of_silicon_valley[tfile.ru].avi...
WARN: Skipping sector, waiting for first VOBU...
WARN: Skipping sector, waiting for first VOBU...
WARN: Skipping sector, waiting for first VOBU...
..........
WARN: Skipping sector, waiting for first VOBU...
WARN: Skipping sector, waiting for first VOBU...
WARN: Partial sector read (912 bytes); discarding data.
STAT: VOBU 0 at 0MB, 1 PGCS
Processing: CHAPTER_PAGE_1_1.mpg
Processing: pirates_of_silicon_valley[tfile.ru].avi
Skipping sector, waiting for first VOBU...
Partial sector read (912 bytes); discarding data.
Processing: pirates_of_silicon_valley[tfile.ru].avi

Original comment by lonef...@gmail.com on 11 Apr 2009 at 11:22

GoogleCodeExporter commented 9 years ago
Basic video plugin in KMediaFactory supports only dvd compatible mpeg2 ps files.
Currently there is no plugin that converts video. Now that there is kross 
support it
could be programmed with e.g. python or ruby, if there is somebody interested of
doing one.

Original comment by petri.da...@gmail.com on 11 Apr 2009 at 1:09