Quote:This is done by changing how many frames are shown during a second -> so a speed change
By changing the playback speed (= the time each frame is shown) the frame count isn't changed and thus the total playback length changes.
Oooh, right. I didn't realise that's what
playback speed is. Yes, I think we get each other now.
Quote:From what I understand:
What you want is a 'speed change' not a PAL<>NTSC conversion. You want to speed up / slow down the audio and change the playback frame rate of the video.
However, if the thing I want is a "speed change", then what is a "PAL<>NTSC conversion" to you?
Also thanks for explaining cfr and vfr.
Quote:Note: I assume the source:- is cfr and not vfr
- progressive, not telecine or interlaced
I'm not sure it's the same things, but MPC-HC says that the "frame rate mode" is constant. The scan type is progressive.
Quote:Haven't done this in years, but here is how this should be done:
25 -> 23.976:
- load source
- With video encoding:
- set 'Base->Processing->Video' to 'the encoder of your choice' (configure the encoder in the corresponding tab)
- enable 'Filtering->Speed Change->Change Speed'
- set 'Filtering->Speed Change->Change Speed' to '23.976 fps'
- Without video encoding:
- set 'Base->Processing'->Video to 'passthrough'
- enable 'Muxing->Overwrite->Frame rate'
- set 'Muxing->Overwrite->Frame rate' to '23.976'
- set 'Base->Processing->Audio' to 'custom'
- enable 'Audio->Base->Audio Encoding Options'
- configure your target format inside the 'Audio->Base->Audio Encoding Options->Encoder'-tab
- enable 'Audio->Base->Audio Encoding Options->Filtering->Speed change'
- set 'Audio->Base->Audio Encoding Options->Filtering->Speed change' to 'from 25.000 to 23.976' and depending on your liking enable 'adjust pitch'
- add the current audio settings for the current audio track to the AudioQueue (Audio->Base->Add current)
- set output file (Base->Output file)
- add current settings to the job queue (Base->Add to queue)
- start the job queue (Jobs->Queue->start)
23.976 -> 25:
Same as '25->23.976', but you need to replace '23.976' with '25.000' and '25.000' with '23.976'.
Could you tell me a bit more about step 2? I was first going to try "With video encoding", but I didn't know what encoder to choose. The video formats I'm currently working with are "MPEG4" and "MPEG4 (H264)" - according to MPC-HC (and my limited knowledge of how to read video file info).
I can't find those in the list, so I guess I'll just go with
passthrough then? I'd like the output to be as mostly the same as possible, without quality loss.
As to step 6, I just went with the settings that corresponded with the input.
As to step 8, I expected the "adjust pitch" option to do the opposite than it actually does. I'd say such an option should
restore the original pitch, but instead, it makes sure the audio gets slowed down and the original pitch won't be restored. MeGUI has this option too, and I think the way it works is the opposite there.
O, btw, there's a problem I didn't mention earlier. The 23.976 videos I'm using are ripped from an American DVD that uses framerate 29.970. I'm not sure why this is. By having done some experiments between rips from the American release and the European one, I can say for sure the videos were originally slowed down from 25 to 23.976. I suppose it was converted to 29.970 after that for some reason. It's the way of framerate conversion where frames
are duplicated, so the speed won't change. I wonder why they didn't just convert 25fps to 29.970fps directly, so there wouldn't have to be a speed change at all. Anyway, I'm not sure what to do. Can I just set the setting in step 3 to 25.000? Or do I have to do something else? Should I change the input framerate somehow?