WikiPlus

Cambiador de Velocidad de Vídeo

Acelera o ralentiza cualquier vídeo de 0,25× a 4× en tu navegador. Perfecto para tutoriales, repeticiones a cámara lenta y ediciones divertidas. Sin subidas, sin marca de agua.

Procesamiento local
1.4s promedio
4.8 de 5 — basado en 1,247 usos

Por Sergio Robles — Fundador

Suelta un vídeo aquí
o haz clic para buscar — MP4, WebM, MOV
MP4 · WebM · MOV
Tus archivos se procesan localmente en tu navegador. Nunca subimos ni almacenamos tus datos.

¿Qué es Cambiador de Velocidad de Vídeo?

El Cambiador de Velocidad de Vídeo reproduce tu vídeo a la tasa de reproducción que elijas — 0,25×, 0,5×, 0,75×, 1×, 1,25×, 1,5×, 2×, 3× o 4× — mientras un MediaRecorder oculto captura el nuevo ritmo como un clip nuevo. Ralentiza para diseccionar repeticiones deportivas, pasos de baile o técnicas de cocina. Acelera para condensar tutoriales de 30 minutos en resúmenes de 7 minutos vistos de un tirón, avanzar rápido en reuniones largas o crear ediciones de timing cómico donde todo el mundo se mueve a hiperespacio. La herramienta conserva el audio por defecto (el tono cambia con la velocidad — ardilla al acelerar, gruñido al ralentizar) o puedes marcar Silenciar audio para cambios de velocidad puramente visuales sin el cambio de tono. Los creadores de tutoriales condensan demos largas. Los atletas analizan la técnica fotograma a fotograma a cámara lenta. Los creadores de memes construyen desajustes de timing cómico. Los creadores de contenido encajan grabaciones largas en presupuestos de atención cortos. Los profesores aceleran demostraciones de laboratorio. Los fisioterapeutas ralentizan el análisis de la marcha para revisarlo con el paciente.

¿Cuándo debo usar esta herramienta?

  • Análisis de técnica deportiva. Ralentiza metraje 4K de móvil de un saque de tenis, un swing de golf o una salida de velocidad a 0,25× para estudiar la mecánica corporal fotograma a fotograma. Lo que pasa en la rotación de cadera, la liberación del hombro y el apoyo del pie se vuelve legible a 120 fps reproducidos a 30 fps — una ralentización de 4× que revela fallos de técnica al instante.
  • Tutoriales condensados. Un tutorial de manualidades / software / cocina de 30 minutos tiene ~7 minutos de señal real y ~23 minutos de 'ems' y repeticiones. Reproducirlo a 2× lo hace ver entero en la pausa del almuerzo — y la mayoría de creadores ya integran una tolerancia de 1,5×, así que 2× sigue siendo inteligible.
  • Ediciones de timing cómico. El meme de 'todo el mundo corre a cámara rápida,' el meme de 'caminata heroica a cámara lenta,' el remate de 'alguien se dio cuenta demasiado tarde' — todos se apoyan en el cambio de velocidad. Un clic aquí supera una hora en un editor completo para un vídeo de broma puntual.
  • Ajustes de ritmo en presentaciones. ¿Grabaste un pitch de 10 minutos que en realidad tiene que durar 8 minutos? Pasar a 1,25× recorta dos minutos sin volver a grabar, y la mayoría de espectadores no lo detectan — el cerebro normaliza cambios suaves de velocidad igual que hace con los acentos regionales. Por encima de 1,5× los oyentes lo notan pero aún comprenden; por encima de 2× se convierte en efecto cómico.

Cómo cambiar la velocidad del vídeo

  1. 1Suelta el vídeo en la zona de carga. Se carga una previsualización para que identifiques lo que estás editando.
  2. 2Elige una velocidad de reproducción en la cuadrícula de 9 botones. 1× es la original; por debajo es más lento, por encima es más rápido.
  3. 3Decide si el audio debe silenciarse en la salida (las escenas a cámara lenta suelen verse más limpias en silencio; avanzar rápido con audio da el tono ardilla).
  4. 4Observa cómo se actualiza la estimación de duración de salida. Una fuente de 10 minutos a 2× se queda en 5 minutos; a 0,5× se convierte en 20 minutos.
  5. 5Haz clic en Aplicar velocidad. La herramienta reproduce y graba en tiempo real a la nueva tasa, y luego ofrece el resultado para descargar.

Preguntas frecuentes

¿Por qué el audio suena como una ardilla 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× se ve realmente fluido o parece a tirones?

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.

¿Puedo encadenar efectos (recortar + velocidad + 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.

¿Qué pasa con la pista de audio a la nueva velocidad?

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.

El contenido de esta pagina esta disponible bajo CC BY 4.0.