O que é Alterador de Velocidade de Vídeo?
O Alterador de Velocidade de Vídeo reproduz o teu vídeo a uma velocidade de reprodução escolhida — 0,25×, 0,5×, 0,75×, 1×, 1,25×, 1,5×, 2×, 3× ou 4× — enquanto um MediaRecorder oculto captura o novo ritmo como um clipe novo. Abranda para dissecar replays desportivos, passos de dança ou técnicas de cozinha. Acelera para condensar tutoriais de 30 minutos em resumos de 7 minutos, avançar rapidamente em reuniões longas ou criar edições de timing cómico onde toda a gente se move em hyperdrive. A ferramenta preserva áudio por predefinição (a tonalidade muda com a velocidade — chipmunk nas rápidas, rosnado nas lentas) ou podes marcar Silenciar áudio para alterações de velocidade visuais limpas sem a distorção de tonalidade. Criadores de tutoriais condensam demonstrações longas. Atletas analisam a forma fotograma a fotograma. Criadores de memes constroem mudanças cómicas de timing. Criadores de conteúdo encaixam gravações longas em orçamentos curtos de atenção. Professores aceleram demonstrações de laboratório. Fisioterapeutas abrandam análise de marcha para revisão com o paciente.
Quando devo usar esta ferramenta?
- Análise de forma desportiva. Abranda imagens 4K de telemóvel de um serviço de ténis, um swing de golfe ou um arranque de sprint para 0,25× para estudar a mecânica corporal fotograma a fotograma. O que acontece na rotação de anca, na libertação do ombro e na colocação do pé torna-se legível a 120 fps reproduzido a 30 fps — um abrandamento 4× que revela falhas de técnica instantaneamente.
- Tutoriais condensados. Um tutorial de artesanato / software / cozinha de 30 minutos tem ~7 minutos de sinal real e ~23 minutos de 'hums' e repetição. Reproduzir a 2× torna tudo assistível numa pausa de almoço — e a maioria dos criadores constrói tolerância de 1,5×, por isso 2× ainda é inteligível.
- Edições de timing cómico. O meme do 'toda a gente a correr em fast-forward', o meme do 'andar heróico em câmara lenta', o remate do 'alguém percebeu que algo estava mal tarde demais' — tudo isto depende de mudança de velocidade. Um clique aqui supera uma hora num editor completo para um vídeo de piada pontual.
- Correções de ritmo em apresentações. Gravaste um pitch de 10 minutos que precisa mesmo de ter 8 minutos? Velocidade a 1,25× corta dois minutos sem regravar, e a maioria dos espectadores não consegue dizer — o cérebro normaliza mudanças ligeiras de velocidade da mesma forma que normaliza sotaques regionais. Acima de 1,5×, os ouvintes notam mas ainda compreendem; acima de 2× torna-se um efeito cómico.
Como alterar a velocidade do vídeo
- 1Larga o vídeo na zona de envio. Uma pré-visualização carrega para identificares o que estás a editar.
- 2Escolhe uma velocidade de reprodução da grelha de 9 botões. 1× é original; abaixo é mais lento, acima é mais rápido.
- 3Decide se o áudio deve ser silenciado na saída (cenas em slow-mo são frequentemente mais limpas silenciadas; fast-forward com áudio fica com tonalidade chipmunk).
- 4Observa a estimativa de duração de saída a atualizar. Uma origem de 10 minutos a 2× torna-se 5 minutos; a 0,5× torna-se 20 minutos.
- 5Clica em Aplicar velocidade. A ferramenta reproduz e grava em tempo real à nova taxa e depois oferece o resultado para transferência.
Perguntas frequentes
Porque é que o áudio soa a chipmunk a 2×?
The chipmunk effect at 2× is expected behavior and stems from the mechanism the tool uses to change speed. The pipeline sets the HTML video element's playbackRate property to your chosen speed multiplier. When playbackRate is 2, the video element advances through both the video and audio tracks at twice the normal rate. The audio decoder outputs samples twice as fast, which effectively raises the pitch by one octave — the same octave shift a tape recorder produces when you run the tape faster. This is consistent with how native video players, YouTube's speed controls, and VLC behave without pitch correction enabled. The chipmunk effect becomes progressively more pronounced at 3× and 4×. At 0.5× the voice deepens noticeably. At 0.25× speech becomes a slow, bass-heavy rumble. True pitch-corrected speed change — where duration changes but pitch stays constant — requires a time-stretching algorithm such as WSOLA, phase vocoder, or the Web Audio API's AudioWorklet with a time-stretch processor. These algorithms are computationally intensive and not yet available in the MediaRecorder pipeline without a custom WebAssembly implementation. The Mute Audio option in the tool strips audio from the output entirely, which is useful for speed-changed video that will receive a separate voiceover or background music track. Practical tip: for tutorial and lecture recordings where you want faster playback without pitch change, use YouTube's built-in speed control or VLC's Synchronization panel, both of which include pitch correction by default.
0,25× fica mesmo suave ou fica tremido?
Slow motion at 0.25× using the browser's playbackRate mechanism produces smooth output only if the source video was shot at a high enough frame rate to begin with. When you slow a 30 fps video to 0.25×, the output plays at an effective 7.5 frames per second. At 7.5 fps, each frame is displayed for approximately 133 milliseconds, which is long enough for the human visual system to detect frame-to-frame jumps in high-motion scenes. The result looks jittery on fast-moving subjects — sports, hand gestures, water, vehicle movement. True smooth slow motion requires either a high-frame-rate source or an optical flow interpolation step that synthesizes intermediate frames between captured ones. A source recorded at 120 fps slowed to 0.25× plays at 30 fps, which is perfectly smooth. Most modern smartphones record at 120 or 240 fps in dedicated slow-motion modes specifically for this reason. For a source shot at 30 fps, 0.5× gives 15 fps output, which still looks slightly choppy but is often acceptable for talking-head footage and controlled movement. For 0.25× from a 30 fps source with smooth results, you would need to run the video through an interpolation tool like DAIN or RIFE before slowing it. These tools are available as local applications and some web services. Practical tip: check the frame rate of your source in the tool's metadata display before selecting a slow speed — if it shows 60 fps or higher, 0.25× will produce acceptable smoothness without interpolation.
Posso encadear efeitos (cortar + velocidade + comprimir)?
The WikiPlus tools are independent single-purpose utilities, so chaining effects requires running each tool in sequence and downloading the intermediate result between steps. A typical trim-then-speed workflow is: open the Video Trimmer, set your in and out points, download the trimmed clip, then upload that clip to the Video Speed Changer and set your desired rate, download the speed-changed result, then optionally upload it to the Video Compressor to reduce file size. Each step re-encodes the video through MediaRecorder, which introduces a generation of quality loss per pass. For most content — social media clips, tutorial excerpts, marketing loops — three passes through MediaRecorder at the tool's default bitrate produce output that is visually indistinguishable from the source. For professional production work, multiple re-encodes compound visible artifacting on dark gradients and high-frequency textures. In those cases, the correct approach is to do all operations in a single FFmpeg command that encodes only once: ffmpeg -i input.mp4 -ss 00:00:10 -to 00:01:30 -filter:v setpts=0.5*PTS -filter:a atempo=2.0 -b:v 2M output.mp4 trims, doubles speed, and compresses in one encode pass. The WikiPlus browser tools are optimized for quick, no-install use where near-professional quality is sufficient. Practical tip: plan your edit sequence before starting — do trim first since it produces the shortest source for subsequent passes, which makes speed change and compression faster.
O que acontece à faixa de áudio à taxa de reprodução?
The audio in the output file reflects the pitch-shifted version of the source audio at the chosen playback rate. The pipeline captures both the video stream and the audio stream from the video element's captureStream() and feeds both into MediaRecorder simultaneously. Because the video element's playbackRate setting applies uniformly to both the video decoder and the audio decoder, the audio in the captured stream is the rate-shifted, pitch-shifted version. There is no option to keep the audio at original pitch while changing video speed within the current pipeline. The output codec for audio depends on the container: WebM outputs Opus audio encoded at approximately 64 Kbps, and MP4 outputs AAC at a similar rate. Both codecs introduce mild lossy compression on top of the pitch shift. The Mute Audio toggle removes audio entirely from the capture stream before it reaches MediaRecorder. Use this option when the speed-changed audio would be unusable — for example, 4× speed where voices become incomprehensible — and you plan to add a separate audio track in a video editor afterward. Some use cases benefit from the pitch shift intentionally: timelapse-style montages at 3× or 4× with no audio, or comedy clips at 2× where the voice effect is part of the joke. Practical tip: for instructional videos where you need slightly faster pacing without pitch change, export at 1.25× from this tool and then apply pitch correction in Audacity or iMovie on the downloaded file rather than correcting in the browser.
O conteudo desta pagina esta disponivel sob CC BY 4.0.