pdvdsrab - Burn TV show to DVD disc

Audio editors, music players, video players, burning software, etc.
Post Reply
Message
Author
User avatar
don570
Posts: 5528
Joined: Wed 10 Mar 2010, 19:58
Location: Ontario

pdvdsrab - Burn TV show to DVD disc

#1 Post by don570 »

From a previous thread I explained how I recovered
TV shows from a DVD disc that was bad i.e.
either scratches on the surface of the DVD or
a DVD recorder that is faulty and not closing the
DVD correctly. See HERE


Now I will explain how I burnt it and kept the caption info intact.
The caption information is very important to me because
this is a French animated TV show 'Spirou' and I'm not fluent in French.
I've discovered (the hard way) through trial that the app
'ffmeg' mustn't be used to resize the frames of video
because the caption information is located at the top of the frame
and it gets destroyed if the frame is resized!!!


I dragged the Spirou TV show to a folder.

I launched the program pdvdsrab
(available on the forum HERE and explained HERE)
and filled it in as follows.

Click the execute button.

This program now creates a folder with two folders in it.
The audio folder you disregard. The other is named 'VIDEO_TS'
and it contains a combination of the video and control files.


Next I set up pburn to burn a DVD . This is easy.
Insert blank DVD in computer tray. Launch pburn.

In the pburn preferences make sure that your temporary
work area has lots of space.

Just add the folder named VIDEO_TS to right side of window.
Choose Burn Video on left side of window. Now click on big burn
icon to start the burn.
see image

Some notes:

This burn example just involved one TV show.
Normally you have several shows that you want burnt to one DVD,
but I've found that this is difficult (but not impossible!!).

Because the mpeg video files that you have created from the bad
DVD disc are non-standard i.e. they have non-standard header
and tail code, there are problems :roll: Sometimes I can burn
multiple shows and sometimes I can't. Perhaps there
is a way around this problem such as opening the .mpg file
with a video editor and then do a 'Save As' to make the mpeg
'standard'.

I have read that text editors can change header code of video files,
but it's too difficult for me. Anybody with experience with
video files should post here to help explain.

_____________________________________________________________
Attachments
screenshot-pdvdsrab2.PNG
(14.49 KiB) Downloaded 46 times
screenshot-pdvdsrab.PNG
(63.46 KiB) Downloaded 46 times
screenshot-pburn.PNG
(68.83 KiB) Downloaded 46 times
Last edited by don570 on Wed 07 Feb 2018, 00:27, edited 4 times in total.

User avatar
zigbert
Posts: 6621
Joined: Wed 29 Mar 2006, 18:13
Location: Valåmoen, Norway
Contact:

#2 Post by zigbert »

I've discovered (the hard way) through trial that the app
'ffmeg' mustn't be used to resize the frames of video
It could probably be solved by just edit the ffmpeg command line when burning in Pburn? See the Advanced tab (in the burn options window).

Code: Select all

ffmpeg -i \"01_spirou.mpg\" -aspect 4:3 -target pal-dvd 101.mpg
should be edited to

Code: Select all

cp \"01_spirou.mpg\" 101.mpg

User avatar
don570
Posts: 5528
Joined: Wed 10 Mar 2010, 19:58
Location: Ontario

#3 Post by don570 »

It was about a year ago when I did this, so my memory is
hazy....
but I used the command

Code: Select all

ffmpg -i video.mpg -target dvd ../tmp2/video_converted.mpg
I remember that it took forever :cry: and the
frame size was much bigger(doubled) and the quality of the video
was poor i.e. the motion of people wasn't continuous
like frames had been left out. Maybe if I had told
ffmepg the frame size I wanted the results would
have been better.


...and I don't think the captions remained but it's so long ago
I can't be certain.
____________________________________________

Post Reply