Talk:Compensate for PAL Speedup in Digital Video: Difference between revisions
Jump to navigation
Jump to search
→speed and temp: new section |
|||
Line 4: | Line 4: | ||
[[Discussion of reversing PAL speedup]] | [[Discussion of reversing PAL speedup]] | ||
== speed and temp == | |||
To just slow it down 4% | |||
mplayer dvd://1 -speed 96/100 | |||
Keep pitch, change tempo example: (150%) | |||
mplayer MyFile.mp4 -af scaletempo -speed 1.5 | |||
Keep tempo, change pitch. Use [ ] keys to change pitch | |||
mplayer file.mp3 -af scaletempo=scale=1.0:speed=pitch |
Latest revision as of 07:51, 14 October 2023
Discussion of reversing PAL speedup
Discussion of reversing PAL speedup
Discussion of reversing PAL speedup
speed and temp
To just slow it down 4%
mplayer dvd://1 -speed 96/100
Keep pitch, change tempo example: (150%)
mplayer MyFile.mp4 -af scaletempo -speed 1.5
Keep tempo, change pitch. Use [ ] keys to change pitch
mplayer file.mp3 -af scaletempo=scale=1.0:speed=pitch