ikantspelwurdz
9th April 2013, 23:23
There's a project I'm working on, and I have a whole bunch of questions about the best practices in accomplishing it.
I have a copy of a movie on Blu-Ray. The Terminator, 2013 remastered edition if you are curious. The movie was filmed in 1984 with a mono soundtrack. The Blu-Ray uses a 5.1 upmix/remix, which I do not like, and lacks the original mono.
I also have a copy of the movie on DVD, which was produced in 1997. It has the mono track, encoded as 2.1 PCM at 44.1khz.
The goal is to have a Blu-Ray with the mono track. To ensure video quality, I will not alter the BD video at all, which does have some issues, but correcting them is outside the scope of my project.
So here's a broad overview of the steps.
Step 1: Extract copies of the movie from both discs
Step 2: Convert the DVD video to a format that can be easily edited frame-by-frame
Step 3: Edit the converted video frame-by-frame to match the editing of the BD video. This will involve blank frame insertion where the BD video cuts are longer, and frame deletion where the DVD video cuts are longer.
Step 4: Extract the audio from the edited video
Step 5: Author a new BD using the original BD video and the extracted audio
Step 1 is done. The DVD video is a VOB file, and the BD video is an MKV file. There was no video or audio conversion.
Step 2 is where I have the bulk of my questions. If at any place I look like I am answering my own question, I want to know if I am right, or if there is a better answer.
First, what video format? Although I don't care about preserving video quality here, lossy codecs seem to be unfriendly for frame-by-frame editing. So I'm thinking HuffYUV.
Second, do I need to resample the FPS? When I use VLC to check the video frame rates, the DVD video is reported as 29.97, and the BD video as 23.97.
Third, what audio format? Is AC3 edit friendly? I'm guessing not, in which case, I'm thinking PCM.
Fourth, do I need to resample the audio frequency? The source is 44.1Khz, and I think I read somewhere that BD doesn't support that. So should I resample it to 48Khz during this step?
Finally, what container? I've tried AVI, but it doesn't seem to support PCM 2.1. I've tried MKV, and it plays fine, but AviDemux takes forever to load the MKV and it seems to be crashy.
Thanks in advance, and I am likely to have more questions once I move on to step 3.
I have a copy of a movie on Blu-Ray. The Terminator, 2013 remastered edition if you are curious. The movie was filmed in 1984 with a mono soundtrack. The Blu-Ray uses a 5.1 upmix/remix, which I do not like, and lacks the original mono.
I also have a copy of the movie on DVD, which was produced in 1997. It has the mono track, encoded as 2.1 PCM at 44.1khz.
The goal is to have a Blu-Ray with the mono track. To ensure video quality, I will not alter the BD video at all, which does have some issues, but correcting them is outside the scope of my project.
So here's a broad overview of the steps.
Step 1: Extract copies of the movie from both discs
Step 2: Convert the DVD video to a format that can be easily edited frame-by-frame
Step 3: Edit the converted video frame-by-frame to match the editing of the BD video. This will involve blank frame insertion where the BD video cuts are longer, and frame deletion where the DVD video cuts are longer.
Step 4: Extract the audio from the edited video
Step 5: Author a new BD using the original BD video and the extracted audio
Step 1 is done. The DVD video is a VOB file, and the BD video is an MKV file. There was no video or audio conversion.
Step 2 is where I have the bulk of my questions. If at any place I look like I am answering my own question, I want to know if I am right, or if there is a better answer.
First, what video format? Although I don't care about preserving video quality here, lossy codecs seem to be unfriendly for frame-by-frame editing. So I'm thinking HuffYUV.
Second, do I need to resample the FPS? When I use VLC to check the video frame rates, the DVD video is reported as 29.97, and the BD video as 23.97.
Third, what audio format? Is AC3 edit friendly? I'm guessing not, in which case, I'm thinking PCM.
Fourth, do I need to resample the audio frequency? The source is 44.1Khz, and I think I read somewhere that BD doesn't support that. So should I resample it to 48Khz during this step?
Finally, what container? I've tried AVI, but it doesn't seem to support PCM 2.1. I've tried MKV, and it plays fine, but AviDemux takes forever to load the MKV and it seems to be crashy.
Thanks in advance, and I am likely to have more questions once I move on to step 3.