<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>Trosset : Underground: The Julian Assange Story</title>
        <link>https://veedeo.org/videos/watch/e44c7cca-8f2a-4a95-b34b-ee5dd30e7824</link>
        <description>🎞 Underground: The Julian Assange Story Montage de producido por mi, un aficionado de la película. Pídemela si la necesitas (audio inglés, español i català) Detalles: Hemos elegido poner el audio en inglés porque en el doblaje no dice exactamente lo mismo, Sobre FFMPEG: La parte del hombre enfocando el grafiti, es una ralentización y, 🔍 PRIMER PASO: Conocer tu vídeo con ffprobe Te dice sus características técnicas antes de editarlo. ffprobe -v error -select_streams v:0 -show_entries stream=avg_frame_rate -of default=noprint_wrappers=1:nokey=1 "pelicula.mkv" Si te sale 24000/1001, eso es ~23.98 fps (fotogramas por segundo) ✂️ SEGUNDO PASO: Cortar un trozo de vídeo ffmpeg -i "pelicula.mkv" -ss 00:51:24.09 -to 00:51:27.16 -c copy "recorte.mkv" 🐌 TERCER PASO: Poner a cámara lenta Para ralentizar un vídeo al 60% de su velocidad: Toma 1 (100%) Divídelo entre 0.6 (60%) Resultado: 1.667 ← Este es tu número mágico ffmpeg -i "recorte.mkv" -filter_complex "[0:v]setpts=1.667PTS[v];[0:a]atempo=0.6[a]" -map "[v]" -map "[a]" "camara_lenta.mkv" [0:v]setpts=1.667PTS[v] = Vídeo al 60% (usa tu número mágico) [0:a]atempo=0.6[a] = Audio al 60% 🌊 CUARTO PASO: Suavizar con interpolación (EL MÁS IMPORTANTE) Tu vídeo original tiene 23.98 fps (24000/1001). Fórmula: FPS_original ÷ porcentaje_deseado = FPS_objetivo 23.98 fps ÷ 0.6 = 39.97 fps ≈ 40 fps ffmpeg -i "camara_lenta.mkv" -filter:v "minterpolate=fps=40:mi_mode=mci:mc_mode=aobmc:me_mode=bidir:vsbmc=1" -c:a copy "video_final_suave.mkv" fps=40 = Crea vídeo a 40 fps (calculado arriba)</description>
        <lastBuildDate>Sat, 23 May 2026 15:02:39 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>PeerTube - https://veedeo.org</generator>
        <image>
            <title>Trosset : Underground: The Julian Assange Story</title>
            <url>https://veedeo.org/lazy-static/avatars/27aed08c-e0a4-41d1-a223-8e39e9d9b02a.png</url>
            <link>https://veedeo.org/videos/watch/e44c7cca-8f2a-4a95-b34b-ee5dd30e7824</link>
        </image>
        <copyright>All rights reserved, unless otherwise specified in the terms specified at https://veedeo.org/about and potential licenses granted by each content's rightholder.</copyright>
        <atom:link href="https://veedeo.org/feeds/video-comments.xml?videoId=e44c7cca-8f2a-4a95-b34b-ee5dd30e7824" rel="self" type="application/rss+xml"/>
    </channel>
</rss>