{"id":46621,"date":"2024-03-25T08:21:34","date_gmt":"2024-03-25T08:21:34","guid":{"rendered":"https:\/\/new-blog.artlist.io\/blog\/shooting-slow-motion-videos\/"},"modified":"2025-07-08T11:03:38","modified_gmt":"2025-07-08T11:03:38","slug":"como-grabas-videos-en-camara-lenta","status":"publish","type":"post","link":"https:\/\/new-blog.artlist.io\/blog\/es\/como-grabas-videos-en-camara-lenta\/","title":{"rendered":"C\u00f3mo grabar en c\u00e1mara lenta"},"content":{"rendered":"\n<p>El video en c\u00e1mara lenta puede lograr distintos efectos para un creador audiovisual. La c\u00e1mara lenta se utiliza a menudo para intensificar emociones y generar una atm\u00f3sfera, pero tambi\u00e9n es muy usada en pel\u00edculas de acci\u00f3n y documentales de naturaleza. Por ejemplo, el impacto visual de una explosi\u00f3n o el aleteo de un colibr\u00ed en c\u00e1mara lenta es impresionante.<\/p>\n\n\n\n<p>Grabar en c\u00e1mara lenta con calidad sol\u00eda ser imposible sin c\u00e1maras de cine costosas, pero la democratizaci\u00f3n de la creaci\u00f3n de contenido ha sido posible gracias a la evoluci\u00f3n tecnol\u00f3gica. Con la llegada del iPhone y sus 240 fps (fotogramas por segundo), incluso el super slow-mo est\u00e1 al alcance de todos<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">\u00a0\u00bfQu\u00e9 es la c\u00e1mara lenta?<\/h2>\n\n\n\n<p>El video no es m\u00e1s que una serie de im\u00e1genes fijas o fotogramas reproducidos en sucesi\u00f3n r\u00e1pida, creando la ilusi\u00f3n de movimiento. Por eso, la <a href="\&quot;https:\/\/artlist.io\/blog\/how-to-use-frame-rates\/\&quot;" target=\"_blank\" rel=\"noopener\">tasa de fotogramas<\/a>\u00a0es importante. La tasa de fotogramas es la velocidad a la que la c\u00e1mara registra im\u00e1genes. La mayor\u00eda de los videos se muestran a 24 o 30 fotogramas por segundo. Puedes imaginarlo como un flipbook: si pasas 24 a 30 p\u00e1ginas por segundo, las im\u00e1genes parecer\u00e1n moverse.<\/p>\n\n\n\n    <div class=\"clipsContainer\" id=\"69d06d3d4302c\"><\/div>\n\n    <script>\n        jQuery(document).ready(function($) {\n\n            if(\"footage\" == 'footage') {\n                if(\"\" == '') { \/\/ if this is a request for multiple clips by attributes\n                    $.ajax({\n                        method: \"POST\",\n                        url: \"https:\/\/search-api.artlist.me\/v1\/graphql\",\n                        contentType: \"application\/json\",\n                        data: JSON.stringify({\n                            query: `query ClipList($page: Int, $sortType: Int, $categoryIds: String, $searchTerm: String) {\n\t\t\t\t\t\t\t\tclipList(page: $page, sortType: $sortType, categoryIds: $categoryIds, searchTerm: $searchTerm) {\n\t\t\t\t\t\t\t\t  exactResults  {\n\t\t\t\t\t\t\t\t\tclipPath\n\t\t\t\t\t\t\t\t\tclipNameForUrl\n\t\t\t\t\t\t\t\t\tid\n\t\t\t\t\t\t\t\t\tisNew\n\t\t\t\t\t\t\t\t\tfilmMakerDisplayName\n\t\t\t\t\t\t\t\t\timageUrl\n\t\t\t\t\t\t\t\t\tthumbnailUrl\n\t\t\t\t\t\t\t\t\twidth\n\t\t\t\t\t\t\t\t\tvideoUrl\n\t\t\t\t\t\t\t\t\trawFileExt\n\t\t\t\t\t\t\t\t  }\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}`,\n                            variables: `{\n\t\t\t\t\t\t\t\t\"page\": 1,\n\t\t\t\t\t\t\t\t\"sortType\": 1,\n\t\t\t\t\t\t\t\t\"categoryIds\": null,\n\t\t\t\t\t\t\t\t\"searchTerm\": \"slow motion\"\n\t\t\t\t\t\t\t}`,\n                        })\n                    }).done(function (res) {\n                        if(res == '') {\n                            console.log('none');\n                        } else {\n                            console.log('footage list: ', res);\n                            var data = res.data.clipList.exactResults;\n                            if ($(\"#69d06d3d4302c\").length && data.length > 0) {\n                                createClipsGrid(data, \"69d06d3d4302c\");\n                            } else if ($(\"#69d06d3d4302c\").length && data.length == 0) {\n                                $(\"#69d06d3d4302c\").empty().append('<div class=\"noClipsError\">No clips were found.<\/div>');\n                            }\n                        }\n                    });\n                } else if(\"\" !== '') { \/\/ if this is a request for a specific clip by id\n                    $.ajax({\n                        method: \"POST\",\n                        url: \"https:\/\/search-api.artlist.me\/v1\/graphql\",\n                        contentType: \"application\/json\",\n                        data: JSON.stringify({\n                            query: `query Clip($clipId: Int!) {\n\t\t\t\t\t\t\t\tclip(id: $clipId) {\n\t\t\t\t\t\t\t\t\tclipPath\n\t\t\t\t\t\t\t\t\tclipNameForUrl\n\t\t\t\t\t\t\t\t\tid\n\t\t\t\t\t\t\t\t\tisNew\n\t\t\t\t\t\t\t\t\tfilmMakerDisplayName\n\t\t\t\t\t\t\t\t\timageUrl\n\t\t\t\t\t\t\t\t\tthumbnailUrl\n\t\t\t\t\t\t\t\t\twidth\n\t\t\t\t\t\t\t\t\tvideoUrl\n\t\t\t\t\t\t\t\t\trawFileExt\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}`,\n                            variables: `{\n\t\t\t\t\t\t\t\t\"clipId\": \t\t\t\t\t\t\t}`,\n                        })\n                    }).done(function (res) {\n                        if(res == '') {\n                            console.log('none');\n                        } else {\n                            console.log('specific footage: ', res);\n                            var data = res.data.clip;\n                            if ($(\"#69d06d3d4302c\").length && data !== '') {\n                                createClipsGrid(data, \"69d06d3d4302c\");\n                            } else if ($(\"#69d06d3d4302c\").length && data.length == '') {\n                                $(\"#69d06d3d4302c\").empty().append('<div class=\"noClipsError\">No clips were found.<\/div>');\n                            }\n                        }\n                    });\n                }\n            } else if(\"footage\" == 'templates') {\n                if(\"\" === '') {\n                    $.ajax({\n                        method: \"POST\",\n                        url: \"https:\/\/search-api.artlist.me\/v1\/graphql\",\n                        contentType: \"application\/json\",\n                        data: JSON.stringify({\n                            query: `query TemplatesList($payload: TemplatesByTermSearchPayload!) {\n                                templatesList(payload: $payload) {\n                                    nameForUrl\n                                    id\n                                    name\n                                    isNew\n                                    artistName\n                                    thumbnailUrl\n                                    previewVideoFileUrl\n                                }\n                            }`,\n                            variables: `{\n                                \"payload\": {\n                                    \"page\": 1,\n                                    \"take\": 4,\n                                    \"sortBy\": \"1\",\n                                    \"categories\": null,\n                                    \"searchTerms\": \"slow motion\"\n                                }\n                            }`,\n                        })\n                    }).done(function (res) {\n                        if(res == '') {\n                            console.log('none');\n                        } else {\n                            console.log('templates list: ', res);\n                            var data = res.data.templatesList;\n                            if ($(\"#69d06d3d4302c\").length && data.length > 0) {\n                                createClipsGrid(data, \"69d06d3d4302c\");\n                            } else if ($(\"#69d06d3d4302c\").length && data.length == 0) {\n                                $(\"#69d06d3d4302c\").empty().append('<div class=\"noClipsError\">No clips were found.<\/div>');\n                            }\n                        }\n                    });\n                    } else if(\"\" !== '') {\n                    $.ajax({\n                        method: \"POST\",\n                        url: \"https:\/\/search-api.artlist.me\/v1\/graphql\",\n                        contentType: \"application\/json\",\n                        data: JSON.stringify({\n                            query: `query Template($ids: [String!]!, $page: Int!, $take: Int!) {\n\t\t\t\t\t\t\t\ttemplatesByIds(ids: $ids, page: $page, take: $take) {\n\t\t\t\t\t\t\t\t\tnameForUrl\n                                    id\n                                    name\n                                    isNew\n                                    artistName\n                                    thumbnailUrl\n                                    previewVideoFileUrl\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}`,\n                            variables: `{\n                                \"ids\": [\"\"],\n                                \"page\": 1,\n                                \"take\": 1\n\t\t\t\t\t\t\t}`,\n                        })\n                    }).done(function (res) {\n                        if(res == '') {\n                            console.log('none');\n                        } else {\n                            console.log('specific template: ', res);\n                            var data = res.data.templatesByIds[0];\n                            if ($(\"#69d06d3d4302c\").length && data !== '') {\n                                createClipsGrid(data, \"69d06d3d4302c\");\n                            } else if ($(\"#69d06d3d4302c\").length && data.length == '') {\n                                $(\"#69d06d3d4302c\").empty().append('<div class=\"noClipsError\">No clips were found.<\/div>');\n                            }\n                        }\n                    });\n                }\n            }\n\n            function createClipsGrid(data, clipsContainerId){\n                const container = $(\"#\" + clipsContainerId);\n                let playerSrc = '';\n\n                $.each(data, function(index, clip) {\n                    if(\"\" !== '') { \/\/ if this is a request for a specific clip by id - then the data is not an array of clips but only one clip and that's why the \"clip\" variable is actually the \"data\"\n                        index = 0\n                        clip = data;\n                    }\n                    if ((index) < 4) {\n                        \/\/ clip container\n                        const clipContainer = $(\"<div>\").addClass(\"clipContainer \");\n                        \/\/ new badge\n                        if (clip.isNew) {\n                            clipContainer.append('<span class=\"isNewBadge\">NEW<\/span>');\n                        }\n                        \/\/ video\n                        let videoElement = document.createElement('video');\n                        videoElement.setAttribute('playsinline', '');\n                        videoElement.setAttribute('webkit-playsinline', '');\n                        videoElement.setAttribute('x5-playsinline', '');\n                        videoElement.setAttribute('preload', 'auto');\n                        \n                        clipContainer.append(videoElement);\n                        \/\/ clip name and artist name\n                        let clipName = '';\n                        let artistName = '';\n                        if(\"footage\" == 'footage') {\n                            clipName = clip.clipNameForUrl;\n                            clipName = clipName.replace(\/-\/g, \", \");\n                            clipName = $(\"<a>\").addClass(\"clipName\").attr(\"href\", \"https:\/\/artlist.io\/stock-footage\/clip\/\" + clip.clipNameForUrl + \"\/\" + clip.id + \"?download=1&utm_source=blog\").attr(\"target\", \"_blank\").text(clipName);\n                            artistName = $(\"<div>\").addClass(\"artistName\").text('By ' + clip.filmMakerDisplayName + '');\n                        } else if(\"footage\" == 'templates') {\n                            clipName = $(\"<a>\").addClass(\"clipName\").attr(\"href\", \"https:\/\/artlist.io\/video-templates\/\" + clip.nameForUrl + \"\/\" + clip.id + \"?download=1&utm_source=blog\").attr(\"target\", \"_blank\").text(clip.name);\n                            artistName = $(\"<div>\").addClass(\"artistName\").text('By ' + clip.artistName + '');\n                        }\n                        const clipNames = $(\"<span>\").addClass(\"clipNames\").append(clipName, artistName);\n                        \/\/ download button\n                        let clipDownload = '';\n                        if(\"footage\" == 'footage') {\n                            clipDownload = $(\"<a>\").addClass(\"clipDownload\").attr(\"href\", \"https:\/\/artlist.io\/stock-footage\/clip\/\" + clip.clipNameForUrl + \"\/\" + clip.id + \"?download=1&utm_source=blog\").attr(\"target\", \"_blank\").html('<i class=\"icon download white\"><\/i>');\n                        } else if(\"footage\" == 'templates') {\n                            clipDownload = $(\"<a>\").addClass(\"clipDownload\").attr(\"href\", \"https:\/\/artlist.io\/video-templates\/\" + clip.nameForUrl + \"\/\" + clip.id + \"?download=1&utm_source=blog\").attr(\"target\", \"_blank\").html('<i class=\"icon download white\"><\/i>');\n                        }\n                        \/\/ overlay\n                        const overlay = $(\"<div>\").addClass(\"overlay\");\n                        overlay.append(clipNames, clipDownload);\n\n                        \/\/ APPEND ALL ELEMENTS INTO AUDIO PLAYER CONTAINER\n                        clipContainer.append(videoElement, overlay);\n\n                        \/\/ if this is a preview of only one specific clip (by id)\n                        if(\"\" !== '') {\n                            $(container).addClass(\"clipContainerSingular\")\n                        }\n\n                        \/\/ append audio player container into main playlist container\n                        container.append(clipContainer[0]);\n\n                        if(\"footage\" == 'footage') {\n                            playerSrc =  clip.clipPath;\n                        } else if(\"footage\" == 'templates') {\n                            playerSrc =  clip.previewVideoFileUrl;\n                        }\n                        const player = videojs(videoElement, {\n                            muted: true,\n                            autoplay: true,\n                        });\n\n                        player.src({\n                            src: playerSrc,\n                            type: 'application\/x-mpegURL'\n                        });\n\n                        \/* SEGMENT EVENTS *\/\n                        const special_data = getProps();\n\n                        \/* media played *\/\n                        var $videoElement = $(videoElement);\n                        $videoElement.on('play', function() {\n                            var title = clip.clipNameForUrl ? clip.clipNameForUrl.replace(\/-\/g, \", \") : clip.name;\n                            var assetId = clip.id;\n                            var artist = clip.filmMakerDisplayName || clip.artistName;\n                            var asset_type = null;\n                            if(\"footage\" == 'footage') {\n                                asset_type = 'footage';\n                            } else if(\"footage\" == 'templates') {\n                                asset_type = 'template';\n                            }\n                            analytics.track(\"media played\", {\n                                asset_id: assetId || null,\n                                asset_type: asset_type || null,\n                                click_source: 'player',\n                                artist: artist || null,\n                                title: title || null,\n                                genre: null,\n                                ...special_data,\n                            });\n                        });\n\n                        \/* media paused *\/\n                        var $videoElement = $(videoElement);\n                        $videoElement.on('pause', function() {\n                            var title = clip.clipNameForUrl ? clip.clipNameForUrl.replace(\/-\/g, \", \") : clip.name;\n                            var assetId = clip.id;\n                            var artist = clip.filmMakerDisplayName || clip.artistName;\n                            var asset_type = null;\n                            if(\"footage\" == 'footage') {\n                                asset_type = 'footage';\n                            } else if(\"footage\" == 'templates') {\n                                asset_type = 'template';\n                            }\n                            analytics.track(\"media paused\", {\n                                asset_id: assetId || null,\n                                asset_type: asset_type || null,\n                                click_source: 'player',\n                                artist: artist || null,\n                                title: title || null,\n                                genre: null,\n                                ...special_data,\n                            });\n                        });\n\n                        \/* media viewed *\/\n                        const observer = new IntersectionObserver(entries => {\n                            entries.forEach(entry => {\n                                if (entry.isIntersecting) {\n                                    var assetId = clip.id;\n                                    var artist = clip.filmMakerDisplayName || clip.artistName;\n                                    var title = clip.clipNameForUrl ? clip.clipNameForUrl.replace(\/-\/g, \", \") : clip.name;\n                                    var asset_type = null;\n                                    if(\"footage\" == 'footage') {\n                                        asset_type = 'footage';\n                                    } else if(\"footage\" == 'templates') {\n                                        asset_type = 'template';\n                                    }\n                                    analytics.track(\"media viewed\", {\n                                        asset_id: assetId || null,\n                                        asset_type: asset_type || null,\n                                        click_source: 'player',\n                                        artist: artist || null,\n                                        title: title || null,\n                                        genre: null,\n                                        ...special_data,\n                                    });\n                                    observer.unobserve(entry.target);\n                                }\n                            });\n                        }, {\n                            threshold: 0.5\n                        });\n                        observer.observe($videoElement[0]);\n\n                        \/* media downloaded *\/\n                        $videoElement.closest('.clipContainer').find('.clipName').on('click', function() {\n                            var assetId = clip.id;\n                            var artist = clip.filmMakerDisplayName || clip.artistName;\n                            var title = clip.clipNameForUrl ? clip.clipNameForUrl.replace(\/-\/g, \", \") : clip.name;\n                            var asset_type = null;\n                            if(\"footage\" == 'footage') {\n                                asset_type = 'footage';\n                            } else if(\"footage\" == 'templates') {\n                                asset_type = 'template';\n                            }\n                            analytics.track(\"media downloaded\", {\n                                asset_id: assetId || null,\n                                asset_type: asset_type || null,\n                                click_source: 'player',\n                                artist: artist || null,\n                                title: title || null,\n                                genre: null,\n                                ...special_data,\n                            });\n                        });\n                        $videoElement.closest('.clipContainer').find('.clipDownload').on('click', function() {\n                            var assetId = clip.id;\n                            var artist = clip.filmMakerDisplayName || clip.artistName;\n                            var title = clip.clipNameForUrl ? clip.clipNameForUrl.replace(\/-\/g, \", \") : clip.name;\n                            var asset_type = null;\n                            if(\"footage\" == 'footage') {\n                                asset_type = 'footage';\n                            } else if(\"footage\" == 'templates') {\n                                asset_type = 'template';\n                            }\n                            analytics.track(\"media downloaded\", {\n                                asset_id: assetId || null,\n                                asset_type: asset_type || null,\n                                click_source: 'player',\n                                artist: artist || null,\n                                title: title || null,\n                                genre: null,\n                                ...special_data,\n                            });\n                        });\n\n                        \/\/ check screen size\n                        var mobileScreen = window.matchMedia('(max-width: 767px)');\n                        if (mobileScreen.matches) { \/\/ mobile\n                            const observer = new IntersectionObserver(function(entries) {\n                                entries.forEach(entry => {\n                                    if (entry.isIntersecting) {\n                                        player.play(); \/\/ Play the video when it enters the viewport\n                                    } else {\n                                        player.pause(); \/\/ Pause the video when it goes out of the viewport\n                                    }\n                                });\n                            });\n                            observer.observe(videoElement);\n                        } else { \/\/ desktop\n                            clipContainer.on('mouseenter', function() {\n                                player.play();\n                            });\n\n                            clipContainer.on('mouseleave', function() {\n                                player.pause();\n                            });\n                        }\n\n                    }\n                    if(\"\" !== '') { \/\/ if this is a request for a specific clip by id - then break out of loop after first time bc it's not an array\n                        return false;\n                    }\n                });\n            }\n\n        });\n    <\/script>\n\n    \n\n\n\n<p>Si quieres que ese movimiento parezca m\u00e1s lento, necesitas m\u00e1s im\u00e1genes para rellenar una l\u00ednea de tiempo a 24p. Por ejemplo, si grabas a 60 fotogramas por segundo, puedes reducir la velocidad a la mitad; a 120 fps, puedes reducirla al 25%, y as\u00ed sucesivamente. Cuantos m\u00e1s fotogramas por segundo grabes, m\u00e1s n\u00edtida y detallada se ver\u00e1 tu c\u00e1mara lenta. Con 960 fps, puedes reducir la velocidad hasta un 3%, logrando una c\u00e1mara super lenta.<\/p>\n\n\n\n<p>\u00bfPuedes reducir la velocidad de un video grabado a menos de 30 fps? T\u00e9cnicamente, s\u00ed, pero no se ver\u00e1 bien. El resultado ser\u00e1 entrecortado y brusco. Por eso es fundamental prestar atenci\u00f3n a la tasa de fotogramas al grabar. \u00a1Es un problema que normalmente no se puede corregir en postproducci\u00f3n!<\/p>\n\n\n\n<div class=\"wp-block-uagb-how-to uagb-block-f4d6eb1d uagb-how-to-main-wrap\"><script type=\"application\/ld+json\">{\"@context\":\"https:\/\/schema.org\",\"@type\":\"HowTo\",\"name\":\"C\u00f3mo grabar en c\u00e1mara lenta con tu c\u00e1mara\",\"description\":\"Grabar en c\u00e1mara lenta puede mejorar el atractivo visual de tus videos, a\u00f1adiendo un toque dram\u00e1tico y resaltando detalles que podr\u00edan pasar desapercibidos. \",\"image\":{\"@type\":\"ImageObject\",\"url\":\"\",\"height\":\"406\",\"width\":\"305\"},\"totalTime\":\"\",\"estimatedCost\":[],\"tool\":[],\"supply\":[],\"step\":[{\"@type\":\"HowToStep\",\"url\":\"\",\"name\":\"&lt;strong>Step 1&lt;\/strong>\",\"text\":\"Choose the Right Equipment: Start with a camera that can shoot at high frame rates. You'll also need good lighting and a stable tripod to prevent shaky footage.\",\"image\":\"\"},{\"@type\":\"HowToStep\",\"url\":\"\",\"name\":\"&lt;strong>Step 2&lt;\/strong>\",\"text\":\"Frame Rate Settings: For standard slow motion, aim for 60fps, but for more dramatic effects, you can go up to 1,000fps.\",\"image\":\"\"},{\"@type\":\"HowToStep\",\"url\":\"\",\"name\":\"&lt;strong>Step 3&lt;\/strong>\",\"text\":\"Shutter Speed: For the best results, your shutter speed should double your frame rate. If you're shooting at 60fps, set your shutter speed to 1\/120; for 120fps, set it to 1\/240. This helps prevent motion blur and ensures smoother slow-motion playback.&lt;br>\",\"image\":\"\"},{\"@type\":\"HowToStep\",\"url\":\"\",\"name\":\"&lt;strong>Step 4&lt;\/strong>\",\"text\":\"Plan Your Shot: Slow-motion footage can dramatize movement and detail, so plan your shot to make the most of this effect. Consider how the slow motion will enhance your visual story, whether it's a dynamic action scene or a detailed close-up.\",\"image\":\"\"}]}<\/script><h2 class=\"uagb-howto-heading-text\">C\u00f3mo grabar en c\u00e1mara lenta con tu c\u00e1mara<\/h2><p class=\"uagb-howto-desc-text\">Grabar en c\u00e1mara lenta puede mejorar el atractivo visual de tus videos, a\u00f1adiendo un toque dram\u00e1tico y resaltando detalles que podr\u00edan pasar desapercibidos. <\/p><h4 class=\"uagb-howto-req-steps-text\">Estos son los pasos para capturar un metraje en c\u00e1mara lenta que realmente destaque:<\/h4>\n<div class=\"wp-block-uagb-how-to-step uagb-how-to-step-wrap uagb-block-ae136700\"><div class=\"uagb-step-image-content-wrap uag-image-position-above-title\"><div class=\"uagb-step-content-wrap\"><div class=\"uagb-how-to-step-name\"><strong>Paso 1<\/strong><\/div><p class=\"uagb-how-to-step-description\">Elige el equipo adecuado: Comienza con una c\u00e1mara que pueda grabar a altas tasas de fotogramas. Tambi\u00e9n necesitar\u00e1s buena iluminaci\u00f3n y un tr\u00edpode estable para evitar tomas movidas.<\/p><\/div><\/div><\/div>\n\n\n\n<div class=\"wp-block-uagb-how-to-step uagb-how-to-step-wrap uagb-block-9671184c\"><div class=\"uagb-step-image-content-wrap uag-image-position-above-title\"><div class=\"uagb-step-content-wrap\"><div class=\"uagb-how-to-step-name\"><strong>Paso 2<\/strong><\/div><p class=\"uagb-how-to-step-description\">Ajustes de tasa de fotogramas: Para una c\u00e1mara lenta est\u00e1ndar, apunta a 60 fps, pero para efectos m\u00e1s dram\u00e1ticos puedes subir hasta 1,000 fps.<\/p><\/div><\/div><\/div>\n\n\n\n<div class=\"wp-block-uagb-how-to-step uagb-how-to-step-wrap uagb-block-e332246d\"><div class=\"uagb-step-image-content-wrap uag-image-position-above-title\"><div class=\"uagb-step-content-wrap\"><div class=\"uagb-how-to-step-name\"><strong>Paso 3<\/strong><\/div><p class=\"uagb-how-to-step-description\">Velocidad de obturaci\u00f3n: Para obtener mejores resultados, tu velocidad de obturaci\u00f3n debe ser el doble de tu tasa de fotogramas. Si grabas a 60 fps, usa 1\/120; si grabas a 120 fps, usa 1\/240. Esto ayuda a evitar el desenfoque de movimiento y asegura una reproducci\u00f3n suave.<\/p><\/div><\/div><\/div>\n\n\n\n<div class=\"wp-block-uagb-how-to-step uagb-how-to-step-wrap uagb-block-bd81b6bb\"><div class=\"uagb-step-image-content-wrap uag-image-position-above-title\"><div class=\"uagb-step-content-wrap\"><div class=\"uagb-how-to-step-name\"><strong>Paso 4<\/strong><\/div><p class=\"uagb-how-to-step-description\">Planea tu toma: El metraje en c\u00e1mara lenta puede dramatizar movimientos y detalles, as\u00ed que planea tu toma para aprovechar este efecto. Piensa c\u00f3mo la c\u00e1mara lenta podr\u00e1 enriquecer tu narrativa visual, ya sea en una escena de acci\u00f3n o en un primer plano detallado.<\/p><\/div><\/div><\/div>\n<\/div>\n\n\n\n<h3 class=\"wp-block-heading\">Consejo profesional:<\/h3>\n\n\n\n<p>Crear videos en c\u00e1mara lenta es m\u00e1s que un proceso t\u00e9cnico; es una oportunidad para a\u00f1adir profundidad y emoci\u00f3n a tu historia. Experimenta con diferentes tasas de fotogramas y temas hasta encontrar lo que mejor funcione para tu proyecto.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">C\u00f3mo grabar en c\u00e1mara lenta con tu tel\u00e9fono<\/h2>\n\n\n\n<ol>\n<li>Encuentra los ajustes de tasa de fotogramas. Elige una tasa de 60 fps o m\u00e1s. Algunos tel\u00e9fonos muestran la opci\u00f3n simplemente como \u00abslo-mo\u00bb o \u00abc\u00e1mara lenta\u00bb. Ten en cuenta que los clips en c\u00e1mara lenta ocupan m\u00e1s espacio, as\u00ed que es recomendable mantenerlos en menos de 10 segundos<\/li>\n\n\n\n<li>Mant\u00e9n la c\u00e1mara estable. No querr\u00e1s que se desenfoque o se mueva. Planea tu toma con antelaci\u00f3n, encuadra bien a tu sujeto y bloquea el enfoque tocando la pantalla. Practica grabando personas u objetos que puedas controlar, como cabello al viento o agua verti\u00e9ndose en un vaso. Luego, pasa a temas m\u00e1s din\u00e1micos como atletas o animales.<\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading\">Las mejores c\u00e1maras para c\u00e1mara lenta<\/h2>\n\n\n\n<p>Ya sea que est\u00e9s empezando, quieras mejorar tu equipo o necesites algo de nivel profesional, aqu\u00ed tienes algunas excelentes opciones:<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Principiante<\/h3>\n\n\n\n<div class=\"wp-block-uagb-review uagb-ratings__outer-wrap uagb-block-daf40eed\"><script type=\"application\/ld+json\">{\"@context\":\"https:\/\/schema.org\/\",\"@type\":\"Review\",\"reviewBody\":\"The Canon EOS R50 offers a strong entry point for creators interested in high-quality slow-motion content. It supports Full HD recording at up to 120fps, allowing for smooth 4x or 5x slow-motion playback \u2013 a valuable feature for vlogs, B-roll, and creative shots. However, it\u2019s worth noting slow-motion is limited to 1080p resolution with no 4K high frame rate mode, which may disappoint users seeking the sharpest slow-motion visuals.&lt;br>&lt;br>The lack of in-body image stabilization (IBIS) means handheld slow-motion shots may require additional stabilization gear or lenses with optical IS to avoid shakiness. For its price, the R50 delivers a compelling slow-motion experience, especially for newer creators.&lt;br>\",\"description\":\"A compact mirrorless camera that offers Full HD shooting at 120 fps. It\u2019s ideal for content creators who need a budget-friendly option with high-quality image output and the flexibility of interchangeable lenses.&lt;br>\",\"itemReviewed\":{\"@type\":\"Product\",\"name\":\"Canon EOS R50\",\"description\":\"A compact mirrorless camera that offers Full HD shooting at 120 fps. It\u2019s ideal for content creators who need a budget-friendly option with high-quality image output and the flexibility of interchangeable lenses.&lt;br>\",\"image\":\"https:\/\/new-blog.artlist.io\/blog\/wp-content\/plugins\/ultimate-addons-for-gutenberg\/\/admin\/assets\/images\/placeholder.png\",\"sku\":\"\",\"brand\":{\"@type\":\"Brand\",\"name\":\"\"},\"offers\":{\"@type\":\"Offer\",\"price\":0,\"url\":\"https:\/\/www.usa.canon.com\/shop\/p\/eos-r50?color=Black&amp;type=New\",\"priceValidUntil\":\"Dec 19 2020\",\"priceCurrency\":\"USD\",\"availability\":\"\"},\"gtin\":\"\"},\"reviewRating\":{\"@type\":\"Rating\",\"ratingValue\":3,\"worstRating\":\"0\",\"bestRating\":5},\"author\":{\"@type\":\"Person\",\"name\":\"&lt;br>Josh Edwards\"},\"publisher\":\"\",\"datePublished\":\"Dec 19 2020\",\"url\":\"https:\/\/www.usa.canon.com\/shop\/p\/eos-r50?color=Black&amp;type=New\"}<\/script><div class=\"uagb_review_block\"><a href=\"https:\/\/www.usa.canon.com\/shop\/p\/eos-r50?color=Black&amp;type=New\" class=\"uagb-rating-link-wrapper\" target=\"_blank\" rel=\"noopener noreferrer\"><h3 class=\"uagb-rating-title\">Canon EOS R50<\/h3><\/a><p class=\"uagb-rating-desc\">Una c\u00e1mara mirrorless compacta que ofrece grabaci\u00f3n en Full HD a 120 fps. Es ideal para creadores de contenido que necesitan una opci\u00f3n econ\u00f3mica con buena calidad de imagen y lentes intercambiables.\u00a0<\/p><p class=\"uagb-rating-author\"><br>Josh Edwards<\/p><div class=\"uagb_review_entry\"><div>Calidad de video en c\u00e1mara lenta: (1080p\/120fps)<\/div><div style=\"margin-left:auto;min-width:120px\"><div style=\"display:flex;flex-direction:flex-row\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" height=\"20\" width=\"20\" viewBox=\"0 0 150 150\"><defs><mask id=\"uagb_review_star_filter-daf40eed-0-0\"><rect height=\"150\" width=\"150\" y=\"0\" x=\"0\" fill=\"#fff\"><\/rect><\/mask><\/defs><path fill=\"#888888\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><path class=\"star\" id=\"star0\" mask=\"url(#uagb_review_star_filter-daf40eed-0-0)\" fill=\"#eeee00\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><\/svg><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" height=\"20\" width=\"20\" viewBox=\"0 0 150 150\"><defs><mask id=\"uagb_review_star_filter-daf40eed-0-1\"><rect height=\"150\" width=\"150\" y=\"0\" x=\"0\" fill=\"#fff\"><\/rect><\/mask><\/defs><path fill=\"#888888\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><path class=\"star\" id=\"star1\" mask=\"url(#uagb_review_star_filter-daf40eed-0-1)\" fill=\"#eeee00\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><\/svg><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" height=\"20\" width=\"20\" viewBox=\"0 0 150 150\"><defs><mask id=\"uagb_review_star_filter-daf40eed-0-2\"><rect height=\"150\" width=\"150\" y=\"0\" x=\"0\" fill=\"#fff\"><\/rect><\/mask><\/defs><path fill=\"#888888\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><path class=\"star\" id=\"star2\" mask=\"url(#uagb_review_star_filter-daf40eed-0-2)\" fill=\"#eeee00\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><\/svg><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" height=\"20\" width=\"20\" viewBox=\"0 0 150 150\"><defs><mask id=\"uagb_review_star_filter-daf40eed-0-3\"><rect height=\"150\" width=\"150\" y=\"0\" x=\"0\" fill=\"#fff\"><\/rect><\/mask><\/defs><path fill=\"#888888\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><path class=\"star\" id=\"star3\" mask=\"url(#uagb_review_star_filter-daf40eed-0-3)\" fill=\"#eeee00\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><\/svg><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" height=\"20\" width=\"20\" viewBox=\"0 0 150 150\"><defs><mask id=\"uagb_review_star_filter-daf40eed-0-4\"><rect height=\"150\" width=\"0\" y=\"0\" x=\"0\" fill=\"#fff\"><\/rect><\/mask><\/defs><path fill=\"#888888\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><path class=\"star\" id=\"star4\" mask=\"url(#uagb_review_star_filter-daf40eed-0-4)\" fill=\"#eeee00\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><\/svg><\/div><\/div><\/div><div class=\"uagb_review_entry\"><div>Estabilizaci\u00f3n: (Sin IBIS)<\/div><div style=\"margin-left:auto;min-width:120px\"><div style=\"display:flex;flex-direction:flex-row\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" height=\"20\" width=\"20\" viewBox=\"0 0 150 150\"><defs><mask id=\"uagb_review_star_filter-daf40eed-1-0\"><rect height=\"150\" width=\"150\" y=\"0\" x=\"0\" fill=\"#fff\"><\/rect><\/mask><\/defs><path fill=\"#888888\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><path class=\"star\" id=\"star0\" mask=\"url(#uagb_review_star_filter-daf40eed-1-0)\" fill=\"#eeee00\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><\/svg><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" height=\"20\" width=\"20\" viewBox=\"0 0 150 150\"><defs><mask id=\"uagb_review_star_filter-daf40eed-1-1\"><rect height=\"150\" width=\"150\" y=\"0\" x=\"0\" fill=\"#fff\"><\/rect><\/mask><\/defs><path fill=\"#888888\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><path class=\"star\" id=\"star1\" mask=\"url(#uagb_review_star_filter-daf40eed-1-1)\" fill=\"#eeee00\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><\/svg><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" height=\"20\" width=\"20\" viewBox=\"0 0 150 150\"><defs><mask id=\"uagb_review_star_filter-daf40eed-1-2\"><rect height=\"150\" width=\"0\" y=\"0\" x=\"0\" fill=\"#fff\"><\/rect><\/mask><\/defs><path fill=\"#888888\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><path class=\"star\" id=\"star2\" mask=\"url(#uagb_review_star_filter-daf40eed-1-2)\" fill=\"#eeee00\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><\/svg><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" height=\"20\" width=\"20\" viewBox=\"0 0 150 150\"><defs><mask id=\"uagb_review_star_filter-daf40eed-1-3\"><rect height=\"150\" width=\"0\" y=\"0\" x=\"0\" fill=\"#fff\"><\/rect><\/mask><\/defs><path fill=\"#888888\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><path class=\"star\" id=\"star3\" mask=\"url(#uagb_review_star_filter-daf40eed-1-3)\" fill=\"#eeee00\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><\/svg><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" height=\"20\" width=\"20\" viewBox=\"0 0 150 150\"><defs><mask id=\"uagb_review_star_filter-daf40eed-1-4\"><rect height=\"150\" width=\"0\" y=\"0\" x=\"0\" fill=\"#fff\"><\/rect><\/mask><\/defs><path fill=\"#888888\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><path class=\"star\" id=\"star4\" mask=\"url(#uagb_review_star_filter-daf40eed-1-4)\" fill=\"#eeee00\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><\/svg><\/div><\/div><\/div><div class=\"uagb_review_entry\"><div>Resoluci\u00f3n para c\u00e1mara lenta: (Sin 4K\/60+fps)<\/div><div style=\"margin-left:auto;min-width:120px\"><div style=\"display:flex;flex-direction:flex-row\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" height=\"20\" width=\"20\" viewBox=\"0 0 150 150\"><defs><mask id=\"uagb_review_star_filter-daf40eed-2-0\"><rect height=\"150\" width=\"150\" y=\"0\" x=\"0\" fill=\"#fff\"><\/rect><\/mask><\/defs><path fill=\"#888888\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><path class=\"star\" id=\"star0\" mask=\"url(#uagb_review_star_filter-daf40eed-2-0)\" fill=\"#eeee00\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><\/svg><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" height=\"20\" width=\"20\" viewBox=\"0 0 150 150\"><defs><mask id=\"uagb_review_star_filter-daf40eed-2-1\"><rect height=\"150\" width=\"150\" y=\"0\" x=\"0\" fill=\"#fff\"><\/rect><\/mask><\/defs><path fill=\"#888888\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><path class=\"star\" id=\"star1\" mask=\"url(#uagb_review_star_filter-daf40eed-2-1)\" fill=\"#eeee00\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><\/svg><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" height=\"20\" width=\"20\" viewBox=\"0 0 150 150\"><defs><mask id=\"uagb_review_star_filter-daf40eed-2-2\"><rect height=\"150\" width=\"0\" y=\"0\" x=\"0\" fill=\"#fff\"><\/rect><\/mask><\/defs><path fill=\"#888888\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><path class=\"star\" id=\"star2\" mask=\"url(#uagb_review_star_filter-daf40eed-2-2)\" fill=\"#eeee00\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><\/svg><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" height=\"20\" width=\"20\" viewBox=\"0 0 150 150\"><defs><mask id=\"uagb_review_star_filter-daf40eed-2-3\"><rect height=\"150\" width=\"0\" y=\"0\" x=\"0\" fill=\"#fff\"><\/rect><\/mask><\/defs><path fill=\"#888888\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><path class=\"star\" id=\"star3\" mask=\"url(#uagb_review_star_filter-daf40eed-2-3)\" fill=\"#eeee00\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><\/svg><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" height=\"20\" width=\"20\" viewBox=\"0 0 150 150\"><defs><mask id=\"uagb_review_star_filter-daf40eed-2-4\"><rect height=\"150\" width=\"0\" y=\"0\" x=\"0\" fill=\"#fff\"><\/rect><\/mask><\/defs><path fill=\"#888888\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><path class=\"star\" id=\"star4\" mask=\"url(#uagb_review_star_filter-daf40eed-2-4)\" fill=\"#eeee00\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><\/svg><\/div><\/div><\/div><div class=\"uagb_review_entry\"><div>Facilidad de uso para creadores<\/div><div style=\"margin-left:auto;min-width:120px\"><div style=\"display:flex;flex-direction:flex-row\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" height=\"20\" width=\"20\" viewBox=\"0 0 150 150\"><defs><mask id=\"uagb_review_star_filter-daf40eed-3-0\"><rect height=\"150\" width=\"150\" y=\"0\" x=\"0\" fill=\"#fff\"><\/rect><\/mask><\/defs><path fill=\"#888888\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><path class=\"star\" id=\"star0\" mask=\"url(#uagb_review_star_filter-daf40eed-3-0)\" fill=\"#eeee00\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><\/svg><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" height=\"20\" width=\"20\" viewBox=\"0 0 150 150\"><defs><mask id=\"uagb_review_star_filter-daf40eed-3-1\"><rect height=\"150\" width=\"150\" y=\"0\" x=\"0\" fill=\"#fff\"><\/rect><\/mask><\/defs><path fill=\"#888888\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><path class=\"star\" id=\"star1\" mask=\"url(#uagb_review_star_filter-daf40eed-3-1)\" fill=\"#eeee00\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><\/svg><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" height=\"20\" width=\"20\" viewBox=\"0 0 150 150\"><defs><mask id=\"uagb_review_star_filter-daf40eed-3-2\"><rect height=\"150\" width=\"150\" y=\"0\" x=\"0\" fill=\"#fff\"><\/rect><\/mask><\/defs><path fill=\"#888888\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><path class=\"star\" id=\"star2\" mask=\"url(#uagb_review_star_filter-daf40eed-3-2)\" fill=\"#eeee00\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><\/svg><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" height=\"20\" width=\"20\" viewBox=\"0 0 150 150\"><defs><mask id=\"uagb_review_star_filter-daf40eed-3-3\"><rect height=\"150\" width=\"150\" y=\"0\" x=\"0\" fill=\"#fff\"><\/rect><\/mask><\/defs><path fill=\"#888888\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><path class=\"star\" id=\"star3\" mask=\"url(#uagb_review_star_filter-daf40eed-3-3)\" fill=\"#eeee00\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><\/svg><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" height=\"20\" width=\"20\" viewBox=\"0 0 150 150\"><defs><mask id=\"uagb_review_star_filter-daf40eed-3-4\"><rect height=\"150\" width=\"0\" y=\"0\" x=\"0\" fill=\"#fff\"><\/rect><\/mask><\/defs><path fill=\"#888888\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><path class=\"star\" id=\"star4\" mask=\"url(#uagb_review_star_filter-daf40eed-3-4)\" fill=\"#eeee00\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><\/svg><\/div><\/div><\/div><div class=\"uagb_review_summary\"><p class=\"uagb_review_summary_title\"><strong>Resumen<\/strong><\/p><div class=\"uagb_review_overall_value\"><p class=\"uagb_review_summary_desc\">La Canon EOS R50 representa una gran puerta de entrada para quienes buscan contenido de alta calidad en c\u00e1mara lenta. Permite grabar en Full HD hasta 120 fps, logrando una reproducci\u00f3n fluida en c\u00e1mara lenta de 4x o 5x, ideal para video blogueros, tomas de recurso y escenas creativas. Sin embargo, ten en cuenta que est\u00e1 limitada a 1080p sin modo de alta velocidad en 4K, lo cual podr\u00eda ser un punto negativo para quienes buscan la mayor nitidez posible en sus tomas en c\u00e1mara lenta.<br><br>La falta de estabilizaci\u00f3n de imagen en el cuerpo (IBIS) significa que las tomas en c\u00e1mara lenta realizadas a pulso pueden requerir equipo de estabilizaci\u00f3n adicional o lentes con estabilizaci\u00f3n \u00f3ptica (IS) para evitar movimientos bruscos. Por su precio, la R50 ofrece una experiencia de c\u00e1mara lenta muy atractiva, especialmente para los creadores que est\u00e1n comenzando.<\/p><div class=\"uagb_review_average\"><span class=\"uagb_review_rating\">3<\/span><div class=\"uagb_review_average_stars\" style=\"display:flex;flex-direction:flex-row\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" height=\"20\" width=\"20\" viewBox=\"0 0 150 150\"><defs><mask id=\"uagb_review_star_filter-daf40eed-average-0\"><rect height=\"150\" width=\"150\" y=\"0\" x=\"0\" fill=\"#fff\"><\/rect><\/mask><\/defs><path fill=\"#888888\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><path class=\"star\" id=\"star0\" mask=\"url(#uagb_review_star_filter-daf40eed-average-0)\" fill=\"#eeee00\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><\/svg><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" height=\"20\" width=\"20\" viewBox=\"0 0 150 150\"><defs><mask id=\"uagb_review_star_filter-daf40eed-average-1\"><rect height=\"150\" width=\"150\" y=\"0\" x=\"0\" fill=\"#fff\"><\/rect><\/mask><\/defs><path fill=\"#888888\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><path class=\"star\" id=\"star1\" mask=\"url(#uagb_review_star_filter-daf40eed-average-1)\" fill=\"#eeee00\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><\/svg><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" height=\"20\" width=\"20\" viewBox=\"0 0 150 150\"><defs><mask id=\"uagb_review_star_filter-daf40eed-average-2\"><rect height=\"150\" width=\"150\" y=\"0\" x=\"0\" fill=\"#fff\"><\/rect><\/mask><\/defs><path fill=\"#888888\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><path class=\"star\" id=\"star2\" mask=\"url(#uagb_review_star_filter-daf40eed-average-2)\" fill=\"#eeee00\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><\/svg><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" height=\"20\" width=\"20\" viewBox=\"0 0 150 150\"><defs><mask id=\"uagb_review_star_filter-daf40eed-average-3\"><rect height=\"150\" width=\"0\" y=\"0\" x=\"0\" fill=\"#fff\"><\/rect><\/mask><\/defs><path fill=\"#888888\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><path class=\"star\" id=\"star3\" mask=\"url(#uagb_review_star_filter-daf40eed-average-3)\" fill=\"#eeee00\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><\/svg><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" height=\"20\" width=\"20\" viewBox=\"0 0 150 150\"><defs><mask id=\"uagb_review_star_filter-daf40eed-average-4\"><rect height=\"150\" width=\"0\" y=\"0\" x=\"0\" fill=\"#fff\"><\/rect><\/mask><\/defs><path fill=\"#888888\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><path class=\"star\" id=\"star4\" mask=\"url(#uagb_review_star_filter-daf40eed-average-4)\" fill=\"#eeee00\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><\/svg><\/div><\/div><\/div><\/div><\/div><\/div>\n\n\n\n<h3 class=\"wp-block-heading\">Intermedio<\/h3>\n\n\n\n<div class=\"wp-block-uagb-review uagb-ratings__outer-wrap uagb-block-59e76c18\"><script type=\"application\/ld+json\">{\"@context\":\"https:\/\/schema.org\/\",\"@type\":\"Review\",\"reviewBody\":\"Overall, the DJI Pocket 3 is a substantial upgrade over its predecessor, the DJI Pocket 2. It offers superior slow-motion capabilities with 4K at 120fps, and 1080p at 240fps. The built-in 3-axis gimbal provides buttery-smooth footage, which makes it ideal for handheld slow-motion shots. Users have praised its performance even in challenging conditions, noting its quick startup and impressive slow-motion quality.&lt;br>&lt;br>However, while the Pocket 3 excels in many areas, some users have noted that achieving optimal slow-motion footage requires good lighting conditions, as high frame rates can demand more light. Additionally, although the camera offers advanced features, it may still lack some manual controls that professional users might desire&lt;br>&lt;br>\",\"description\":\"This tiny action camera is perfect for travel videographers or vloggers, offering 4K video at up to 120 fps and Full HD at up to 240 fps. Its compact size, dedicated slow-motion features, and gimbal stabilization make it an excellent choice for capturing pro-grade videos on the go.\",\"itemReviewed\":{\"@type\":\"Product\",\"name\":\"DJI Pocket 3\",\"description\":\"This tiny action camera is perfect for travel videographers or vloggers, offering 4K video at up to 120 fps and Full HD at up to 240 fps. Its compact size, dedicated slow-motion features, and gimbal stabilization make it an excellent choice for capturing pro-grade videos on the go.\",\"image\":\"https:\/\/new-blog.artlist.io\/blog\/wp-content\/plugins\/ultimate-addons-for-gutenberg\/\/admin\/assets\/images\/placeholder.png\",\"sku\":\"\",\"brand\":{\"@type\":\"Brand\",\"name\":\"\"},\"offers\":{\"@type\":\"Offer\",\"price\":0,\"url\":\"https:\/\/www.dji.com\/osmo-pocket-3\",\"priceValidUntil\":\"Dec 19 2020\",\"priceCurrency\":\"USD\",\"availability\":\"\"},\"gtin\":\"\"},\"reviewRating\":{\"@type\":\"Rating\",\"ratingValue\":4.25,\"worstRating\":\"0\",\"bestRating\":5},\"author\":{\"@type\":\"Person\",\"name\":\"\u2013 Josh Edwards\"},\"publisher\":\"\",\"datePublished\":\"Dec 19 2020\",\"url\":\"https:\/\/www.dji.com\/osmo-pocket-3\"}<\/script><div class=\"uagb_review_block\"><a href=\"https:\/\/www.dji.com\/osmo-pocket-3\" class=\"uagb-rating-link-wrapper\" target=\"_blank\" rel=\"noopener noreferrer\"><h3 class=\"uagb-rating-title\">DJI Pocket 3<\/h3><\/a><p class=\"uagb-rating-desc\">Esta diminuta c\u00e1mara de acci\u00f3n es perfecta para vide\u00f3grafos de viaje o video blogueros, ya que ofrece video en 4K de hasta 120 fps y Full HD de hasta 240 fps. Su tama\u00f1o compacto, funciones dedicadas a la c\u00e1mara lenta y estabilizaci\u00f3n con gimbal la convierten en una excelente opci\u00f3n para capturar videos de nivel profesional en cualquier lugar.<\/p><p class=\"uagb-rating-author\">\u2013 Josh Edwards<\/p><div class=\"uagb_review_entry\"><div>Calidad de video en c\u00e1mara lenta (4K\/120fps y 1080p\/240fps)<\/div><div style=\"margin-left:auto;min-width:120px\"><div style=\"display:flex;flex-direction:flex-row\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" height=\"20\" width=\"20\" viewBox=\"0 0 150 150\"><defs><mask id=\"uagb_review_star_filter-59e76c18-0-0\"><rect height=\"150\" width=\"150\" y=\"0\" x=\"0\" fill=\"#fff\"><\/rect><\/mask><\/defs><path fill=\"#888888\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><path class=\"star\" id=\"star0\" mask=\"url(#uagb_review_star_filter-59e76c18-0-0)\" fill=\"#eeee00\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><\/svg><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" height=\"20\" width=\"20\" viewBox=\"0 0 150 150\"><defs><mask id=\"uagb_review_star_filter-59e76c18-0-1\"><rect height=\"150\" width=\"150\" y=\"0\" x=\"0\" fill=\"#fff\"><\/rect><\/mask><\/defs><path fill=\"#888888\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><path class=\"star\" id=\"star1\" mask=\"url(#uagb_review_star_filter-59e76c18-0-1)\" fill=\"#eeee00\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><\/svg><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" height=\"20\" width=\"20\" viewBox=\"0 0 150 150\"><defs><mask id=\"uagb_review_star_filter-59e76c18-0-2\"><rect height=\"150\" width=\"150\" y=\"0\" x=\"0\" fill=\"#fff\"><\/rect><\/mask><\/defs><path fill=\"#888888\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><path class=\"star\" id=\"star2\" mask=\"url(#uagb_review_star_filter-59e76c18-0-2)\" fill=\"#eeee00\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><\/svg><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" height=\"20\" width=\"20\" viewBox=\"0 0 150 150\"><defs><mask id=\"uagb_review_star_filter-59e76c18-0-3\"><rect height=\"150\" width=\"150\" y=\"0\" x=\"0\" fill=\"#fff\"><\/rect><\/mask><\/defs><path fill=\"#888888\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><path class=\"star\" id=\"star3\" mask=\"url(#uagb_review_star_filter-59e76c18-0-3)\" fill=\"#eeee00\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><\/svg><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" height=\"20\" width=\"20\" viewBox=\"0 0 150 150\"><defs><mask id=\"uagb_review_star_filter-59e76c18-0-4\"><rect height=\"150\" width=\"0\" y=\"0\" x=\"0\" fill=\"#fff\"><\/rect><\/mask><\/defs><path fill=\"#888888\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><path class=\"star\" id=\"star4\" mask=\"url(#uagb_review_star_filter-59e76c18-0-4)\" fill=\"#eeee00\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><\/svg><\/div><\/div><\/div><div class=\"uagb_review_entry\"><div>Estabilizaci\u00f3n (Gimbal de 3 ejes)<\/div><div style=\"margin-left:auto;min-width:120px\"><div style=\"display:flex;flex-direction:flex-row\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" height=\"20\" width=\"20\" viewBox=\"0 0 150 150\"><defs><mask id=\"uagb_review_star_filter-59e76c18-1-0\"><rect height=\"150\" width=\"150\" y=\"0\" x=\"0\" fill=\"#fff\"><\/rect><\/mask><\/defs><path fill=\"#888888\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><path class=\"star\" id=\"star0\" mask=\"url(#uagb_review_star_filter-59e76c18-1-0)\" fill=\"#eeee00\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><\/svg><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" height=\"20\" width=\"20\" viewBox=\"0 0 150 150\"><defs><mask id=\"uagb_review_star_filter-59e76c18-1-1\"><rect height=\"150\" width=\"150\" y=\"0\" x=\"0\" fill=\"#fff\"><\/rect><\/mask><\/defs><path fill=\"#888888\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><path class=\"star\" id=\"star1\" mask=\"url(#uagb_review_star_filter-59e76c18-1-1)\" fill=\"#eeee00\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><\/svg><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" height=\"20\" width=\"20\" viewBox=\"0 0 150 150\"><defs><mask id=\"uagb_review_star_filter-59e76c18-1-2\"><rect height=\"150\" width=\"150\" y=\"0\" x=\"0\" fill=\"#fff\"><\/rect><\/mask><\/defs><path fill=\"#888888\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><path class=\"star\" id=\"star2\" mask=\"url(#uagb_review_star_filter-59e76c18-1-2)\" fill=\"#eeee00\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><\/svg><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" height=\"20\" width=\"20\" viewBox=\"0 0 150 150\"><defs><mask id=\"uagb_review_star_filter-59e76c18-1-3\"><rect height=\"150\" width=\"150\" y=\"0\" x=\"0\" fill=\"#fff\"><\/rect><\/mask><\/defs><path fill=\"#888888\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><path class=\"star\" id=\"star3\" mask=\"url(#uagb_review_star_filter-59e76c18-1-3)\" fill=\"#eeee00\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><\/svg><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" height=\"20\" width=\"20\" viewBox=\"0 0 150 150\"><defs><mask id=\"uagb_review_star_filter-59e76c18-1-4\"><rect height=\"150\" width=\"150\" y=\"0\" x=\"0\" fill=\"#fff\"><\/rect><\/mask><\/defs><path fill=\"#888888\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><path class=\"star\" id=\"star4\" mask=\"url(#uagb_review_star_filter-59e76c18-1-4)\" fill=\"#eeee00\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><\/svg><\/div><\/div><\/div><div class=\"uagb_review_entry\"><div>Resoluci\u00f3n para c\u00e1mara lenta (Compatible con 4K\/120fps)<\/div><div style=\"margin-left:auto;min-width:120px\"><div style=\"display:flex;flex-direction:flex-row\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" height=\"20\" width=\"20\" viewBox=\"0 0 150 150\"><defs><mask id=\"uagb_review_star_filter-59e76c18-2-0\"><rect height=\"150\" width=\"150\" y=\"0\" x=\"0\" fill=\"#fff\"><\/rect><\/mask><\/defs><path fill=\"#888888\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><path class=\"star\" id=\"star0\" mask=\"url(#uagb_review_star_filter-59e76c18-2-0)\" fill=\"#eeee00\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><\/svg><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" height=\"20\" width=\"20\" viewBox=\"0 0 150 150\"><defs><mask id=\"uagb_review_star_filter-59e76c18-2-1\"><rect height=\"150\" width=\"150\" y=\"0\" x=\"0\" fill=\"#fff\"><\/rect><\/mask><\/defs><path fill=\"#888888\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><path class=\"star\" id=\"star1\" mask=\"url(#uagb_review_star_filter-59e76c18-2-1)\" fill=\"#eeee00\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><\/svg><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" height=\"20\" width=\"20\" viewBox=\"0 0 150 150\"><defs><mask id=\"uagb_review_star_filter-59e76c18-2-2\"><rect height=\"150\" width=\"150\" y=\"0\" x=\"0\" fill=\"#fff\"><\/rect><\/mask><\/defs><path fill=\"#888888\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><path class=\"star\" id=\"star2\" mask=\"url(#uagb_review_star_filter-59e76c18-2-2)\" fill=\"#eeee00\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><\/svg><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" height=\"20\" width=\"20\" viewBox=\"0 0 150 150\"><defs><mask id=\"uagb_review_star_filter-59e76c18-2-3\"><rect height=\"150\" width=\"150\" y=\"0\" x=\"0\" fill=\"#fff\"><\/rect><\/mask><\/defs><path fill=\"#888888\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><path class=\"star\" id=\"star3\" mask=\"url(#uagb_review_star_filter-59e76c18-2-3)\" fill=\"#eeee00\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><\/svg><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" height=\"20\" width=\"20\" viewBox=\"0 0 150 150\"><defs><mask id=\"uagb_review_star_filter-59e76c18-2-4\"><rect height=\"150\" width=\"0\" y=\"0\" x=\"0\" fill=\"#fff\"><\/rect><\/mask><\/defs><path fill=\"#888888\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><path class=\"star\" id=\"star4\" mask=\"url(#uagb_review_star_filter-59e76c18-2-4)\" fill=\"#eeee00\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><\/svg><\/div><\/div><\/div><div class=\"uagb_review_entry\"><div>Facilidad de uso para creadores<\/div><div style=\"margin-left:auto;min-width:120px\"><div style=\"display:flex;flex-direction:flex-row\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" height=\"20\" width=\"20\" viewBox=\"0 0 150 150\"><defs><mask id=\"uagb_review_star_filter-59e76c18-3-0\"><rect height=\"150\" width=\"150\" y=\"0\" x=\"0\" fill=\"#fff\"><\/rect><\/mask><\/defs><path fill=\"#888888\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><path class=\"star\" id=\"star0\" mask=\"url(#uagb_review_star_filter-59e76c18-3-0)\" fill=\"#eeee00\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><\/svg><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" height=\"20\" width=\"20\" viewBox=\"0 0 150 150\"><defs><mask id=\"uagb_review_star_filter-59e76c18-3-1\"><rect height=\"150\" width=\"150\" y=\"0\" x=\"0\" fill=\"#fff\"><\/rect><\/mask><\/defs><path fill=\"#888888\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><path class=\"star\" id=\"star1\" mask=\"url(#uagb_review_star_filter-59e76c18-3-1)\" fill=\"#eeee00\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><\/svg><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" height=\"20\" width=\"20\" viewBox=\"0 0 150 150\"><defs><mask id=\"uagb_review_star_filter-59e76c18-3-2\"><rect height=\"150\" width=\"150\" y=\"0\" x=\"0\" fill=\"#fff\"><\/rect><\/mask><\/defs><path fill=\"#888888\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><path class=\"star\" id=\"star2\" mask=\"url(#uagb_review_star_filter-59e76c18-3-2)\" fill=\"#eeee00\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><\/svg><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" height=\"20\" width=\"20\" viewBox=\"0 0 150 150\"><defs><mask id=\"uagb_review_star_filter-59e76c18-3-3\"><rect height=\"150\" width=\"150\" y=\"0\" x=\"0\" fill=\"#fff\"><\/rect><\/mask><\/defs><path fill=\"#888888\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><path class=\"star\" id=\"star3\" mask=\"url(#uagb_review_star_filter-59e76c18-3-3)\" fill=\"#eeee00\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><\/svg><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" height=\"20\" width=\"20\" viewBox=\"0 0 150 150\"><defs><mask id=\"uagb_review_star_filter-59e76c18-3-4\"><rect height=\"150\" width=\"0\" y=\"0\" x=\"0\" fill=\"#fff\"><\/rect><\/mask><\/defs><path fill=\"#888888\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><path class=\"star\" id=\"star4\" mask=\"url(#uagb_review_star_filter-59e76c18-3-4)\" fill=\"#eeee00\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><\/svg><\/div><\/div><\/div><div class=\"uagb_review_summary\"><p class=\"uagb_review_summary_title\"><strong>Resumen<\/strong><\/p><div class=\"uagb_review_overall_value\"><p class=\"uagb_review_summary_desc\">En general, la DJI Pocket 3 representa una mejora considerable respecto a su predecesora, la DJI Pocket 2. Ofrece capacidades superiores de c\u00e1mara lenta con 4K a 120 fps y 1080p a 240 fps. El gimbal integrado de 3 ejes proporciona im\u00e1genes incre\u00edblemente suaves, lo que la hace ideal para tomas en c\u00e1mara lenta realizadas a pulso. Los usuarios han elogiado su rendimiento incluso en condiciones exigentes, destacando su r\u00e1pido encendido y la calidad impresionante de la c\u00e1mara lenta.<br><br>Sin embargo, aunque la Pocket 3 sobresale en muchos aspectos, algunos usuarios han se\u00f1alado que lograr tomas \u00f3ptimas en c\u00e1mara lenta requiere buenas condiciones de iluminaci\u00f3n, ya que las altas tasas de fotogramas demandan m\u00e1s luz. Adem\u00e1s, aunque la c\u00e1mara ofrece funciones avanzadas, a\u00fan podr\u00eda carecer de ciertos controles manuales que los usuarios m\u00e1s profesionales podr\u00edan necesitar.<br><\/p><div class=\"uagb_review_average\"><span class=\"uagb_review_rating\">4.3<\/span><div class=\"uagb_review_average_stars\" style=\"display:flex;flex-direction:flex-row\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" height=\"20\" width=\"20\" viewBox=\"0 0 150 150\"><defs><mask id=\"uagb_review_star_filter-59e76c18-average-0\"><rect height=\"150\" width=\"150\" y=\"0\" x=\"0\" fill=\"#fff\"><\/rect><\/mask><\/defs><path fill=\"#888888\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><path class=\"star\" id=\"star0\" mask=\"url(#uagb_review_star_filter-59e76c18-average-0)\" fill=\"#eeee00\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><\/svg><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" height=\"20\" width=\"20\" viewBox=\"0 0 150 150\"><defs><mask id=\"uagb_review_star_filter-59e76c18-average-1\"><rect height=\"150\" width=\"150\" y=\"0\" x=\"0\" fill=\"#fff\"><\/rect><\/mask><\/defs><path fill=\"#888888\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><path class=\"star\" id=\"star1\" mask=\"url(#uagb_review_star_filter-59e76c18-average-1)\" fill=\"#eeee00\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><\/svg><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" height=\"20\" width=\"20\" viewBox=\"0 0 150 150\"><defs><mask id=\"uagb_review_star_filter-59e76c18-average-2\"><rect height=\"150\" width=\"150\" y=\"0\" x=\"0\" fill=\"#fff\"><\/rect><\/mask><\/defs><path fill=\"#888888\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><path class=\"star\" id=\"star2\" mask=\"url(#uagb_review_star_filter-59e76c18-average-2)\" fill=\"#eeee00\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><\/svg><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" height=\"20\" width=\"20\" viewBox=\"0 0 150 150\"><defs><mask id=\"uagb_review_star_filter-59e76c18-average-3\"><rect height=\"150\" width=\"150\" y=\"0\" x=\"0\" fill=\"#fff\"><\/rect><\/mask><\/defs><path fill=\"#888888\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><path class=\"star\" id=\"star3\" mask=\"url(#uagb_review_star_filter-59e76c18-average-3)\" fill=\"#eeee00\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><\/svg><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" height=\"20\" width=\"20\" viewBox=\"0 0 150 150\"><defs><mask id=\"uagb_review_star_filter-59e76c18-average-4\"><rect height=\"150\" width=\"37.5\" y=\"0\" x=\"0\" fill=\"#fff\"><\/rect><\/mask><\/defs><path fill=\"#888888\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><path class=\"star\" id=\"star4\" mask=\"url(#uagb_review_star_filter-59e76c18-average-4)\" fill=\"#eeee00\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><\/svg><\/div><\/div><\/div><\/div><\/div><\/div>\n\n\n\n<h3 class=\"wp-block-heading\">Profesional<\/h3>\n\n\n\n<div class=\"wp-block-uagb-review uagb-ratings__outer-wrap uagb-block-35d5b5fd\"><script type=\"application\/ld+json\">{\"@context\":\"https:\/\/schema.org\/\",\"@type\":\"Review\",\"reviewBody\":\"The Canon EOS R5 offers top-tier slow-motion with stunning 4K\/120fps 10-bit video, excellent autofocus, and powerful in-body stabilization, making it a really strong choice for professional creatives. However, overheating during extended 4K 120fps sessions and the lack of audio recording in this mode do slightly limit its practicality for long shoots.\u00a0&lt;br>&lt;br>Despite those caveats, it's one of the best mirrorless cameras for high-quality, cinematic slow motion.&lt;br>&lt;br>\",\"description\":\"Renowned for its 8K RAW video capture and up to 120 fps in 4K, the EOS R5 is a powerhouse in professional filmmaking. It provides unparalleled post-production flexibility and intelligent tracking and focusing, making it an essential tool for filmmakers requiring top-tier slow-motion performance.\",\"itemReviewed\":{\"@type\":\"Product\",\"name\":\"Canon EOS R5\",\"description\":\"Renowned for its 8K RAW video capture and up to 120 fps in 4K, the EOS R5 is a powerhouse in professional filmmaking. It provides unparalleled post-production flexibility and intelligent tracking and focusing, making it an essential tool for filmmakers requiring top-tier slow-motion performance.\",\"image\":\"https:\/\/new-blog.artlist.io\/blog\/wp-content\/plugins\/ultimate-addons-for-gutenberg\/\/admin\/assets\/images\/placeholder.png\",\"sku\":\"\",\"brand\":{\"@type\":\"Brand\",\"name\":\"\"},\"offers\":{\"@type\":\"Offer\",\"price\":0,\"url\":\"https:\/\/www.usa.canon.com\/shop\/p\/eos-r5?color=Black&amp;type=New\",\"priceValidUntil\":\"Dec 19 2020\",\"priceCurrency\":\"USD\",\"availability\":\"\"},\"gtin\":\"\"},\"reviewRating\":{\"@type\":\"Rating\",\"ratingValue\":4.25,\"worstRating\":\"0\",\"bestRating\":5},\"author\":{\"@type\":\"Person\",\"name\":\"\u2013 Josh Edwards\"},\"publisher\":\"\",\"datePublished\":\"Dec 19 2020\",\"url\":\"https:\/\/www.usa.canon.com\/shop\/p\/eos-r5?color=Black&amp;type=New\"}<\/script><div class=\"uagb_review_block\"><a href=\"https:\/\/www.usa.canon.com\/shop\/p\/eos-r5?color=Black&amp;type=New\" class=\"uagb-rating-link-wrapper\" target=\"_blank\" rel=\"noopener noreferrer\"><h3 class=\"uagb-rating-title\">Canon EOS R5<\/h3><\/a><p class=\"uagb-rating-desc\">Reconocida por su capacidad de grabaci\u00f3n en video RAW 8K y hasta 120 fps en 4K, la EOS R5 es una aut\u00e9ntica potencia para la producci\u00f3n cinematogr\u00e1fica profesional. Ofrece una flexibilidad de postproducci\u00f3n inigualable, as\u00ed como seguimiento y enfoque inteligente, lo que la convierte en una herramienta esencial para cineastas que buscan un rendimiento de c\u00e1mara lenta de primer nivel.<\/p><p class=\"uagb-rating-author\">\u2013 Josh Edwards<\/p><div class=\"uagb_review_entry\"><div>Calidad de video en c\u00e1mara lenta (4K\/120fps, 10 bits)<\/div><div style=\"margin-left:auto;min-width:120px\"><div style=\"display:flex;flex-direction:flex-row\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" height=\"20\" width=\"20\" viewBox=\"0 0 150 150\"><defs><mask id=\"uagb_review_star_filter-35d5b5fd-0-0\"><rect height=\"150\" width=\"150\" y=\"0\" x=\"0\" fill=\"#fff\"><\/rect><\/mask><\/defs><path fill=\"#888888\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><path class=\"star\" id=\"star0\" mask=\"url(#uagb_review_star_filter-35d5b5fd-0-0)\" fill=\"#eeee00\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><\/svg><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" height=\"20\" width=\"20\" viewBox=\"0 0 150 150\"><defs><mask id=\"uagb_review_star_filter-35d5b5fd-0-1\"><rect height=\"150\" width=\"150\" y=\"0\" x=\"0\" fill=\"#fff\"><\/rect><\/mask><\/defs><path fill=\"#888888\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><path class=\"star\" id=\"star1\" mask=\"url(#uagb_review_star_filter-35d5b5fd-0-1)\" fill=\"#eeee00\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><\/svg><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" height=\"20\" width=\"20\" viewBox=\"0 0 150 150\"><defs><mask id=\"uagb_review_star_filter-35d5b5fd-0-2\"><rect height=\"150\" width=\"150\" y=\"0\" x=\"0\" fill=\"#fff\"><\/rect><\/mask><\/defs><path fill=\"#888888\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><path class=\"star\" id=\"star2\" mask=\"url(#uagb_review_star_filter-35d5b5fd-0-2)\" fill=\"#eeee00\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><\/svg><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" height=\"20\" width=\"20\" viewBox=\"0 0 150 150\"><defs><mask id=\"uagb_review_star_filter-35d5b5fd-0-3\"><rect height=\"150\" width=\"150\" y=\"0\" x=\"0\" fill=\"#fff\"><\/rect><\/mask><\/defs><path fill=\"#888888\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><path class=\"star\" id=\"star3\" mask=\"url(#uagb_review_star_filter-35d5b5fd-0-3)\" fill=\"#eeee00\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><\/svg><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" height=\"20\" width=\"20\" viewBox=\"0 0 150 150\"><defs><mask id=\"uagb_review_star_filter-35d5b5fd-0-4\"><rect height=\"150\" width=\"150\" y=\"0\" x=\"0\" fill=\"#fff\"><\/rect><\/mask><\/defs><path fill=\"#888888\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><path class=\"star\" id=\"star4\" mask=\"url(#uagb_review_star_filter-35d5b5fd-0-4)\" fill=\"#eeee00\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><\/svg><\/div><\/div><\/div><div class=\"uagb_review_entry\"><div>Estabilizaci\u00f3n (IBIS + IS de lente)<\/div><div style=\"margin-left:auto;min-width:120px\"><div style=\"display:flex;flex-direction:flex-row\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" height=\"20\" width=\"20\" viewBox=\"0 0 150 150\"><defs><mask id=\"uagb_review_star_filter-35d5b5fd-1-0\"><rect height=\"150\" width=\"150\" y=\"0\" x=\"0\" fill=\"#fff\"><\/rect><\/mask><\/defs><path fill=\"#888888\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><path class=\"star\" id=\"star0\" mask=\"url(#uagb_review_star_filter-35d5b5fd-1-0)\" fill=\"#eeee00\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><\/svg><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" height=\"20\" width=\"20\" viewBox=\"0 0 150 150\"><defs><mask id=\"uagb_review_star_filter-35d5b5fd-1-1\"><rect height=\"150\" width=\"150\" y=\"0\" x=\"0\" fill=\"#fff\"><\/rect><\/mask><\/defs><path fill=\"#888888\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><path class=\"star\" id=\"star1\" mask=\"url(#uagb_review_star_filter-35d5b5fd-1-1)\" fill=\"#eeee00\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><\/svg><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" height=\"20\" width=\"20\" viewBox=\"0 0 150 150\"><defs><mask id=\"uagb_review_star_filter-35d5b5fd-1-2\"><rect height=\"150\" width=\"150\" y=\"0\" x=\"0\" fill=\"#fff\"><\/rect><\/mask><\/defs><path fill=\"#888888\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><path class=\"star\" id=\"star2\" mask=\"url(#uagb_review_star_filter-35d5b5fd-1-2)\" fill=\"#eeee00\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><\/svg><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" height=\"20\" width=\"20\" viewBox=\"0 0 150 150\"><defs><mask id=\"uagb_review_star_filter-35d5b5fd-1-3\"><rect height=\"150\" width=\"150\" y=\"0\" x=\"0\" fill=\"#fff\"><\/rect><\/mask><\/defs><path fill=\"#888888\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><path class=\"star\" id=\"star3\" mask=\"url(#uagb_review_star_filter-35d5b5fd-1-3)\" fill=\"#eeee00\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><\/svg><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" height=\"20\" width=\"20\" viewBox=\"0 0 150 150\"><defs><mask id=\"uagb_review_star_filter-35d5b5fd-1-4\"><rect height=\"150\" width=\"150\" y=\"0\" x=\"0\" fill=\"#fff\"><\/rect><\/mask><\/defs><path fill=\"#888888\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><path class=\"star\" id=\"star4\" mask=\"url(#uagb_review_star_filter-35d5b5fd-1-4)\" fill=\"#eeee00\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><\/svg><\/div><\/div><\/div><div class=\"uagb_review_entry\"><div>Resoluci\u00f3n para c\u00e1mara lenta (No admite 8K\/60fps)<\/div><div style=\"margin-left:auto;min-width:120px\"><div style=\"display:flex;flex-direction:flex-row\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" height=\"20\" width=\"20\" viewBox=\"0 0 150 150\"><defs><mask id=\"uagb_review_star_filter-35d5b5fd-2-0\"><rect height=\"150\" width=\"150\" y=\"0\" x=\"0\" fill=\"#fff\"><\/rect><\/mask><\/defs><path fill=\"#888888\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><path class=\"star\" id=\"star0\" mask=\"url(#uagb_review_star_filter-35d5b5fd-2-0)\" fill=\"#eeee00\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><\/svg><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" height=\"20\" width=\"20\" viewBox=\"0 0 150 150\"><defs><mask id=\"uagb_review_star_filter-35d5b5fd-2-1\"><rect height=\"150\" width=\"150\" y=\"0\" x=\"0\" fill=\"#fff\"><\/rect><\/mask><\/defs><path fill=\"#888888\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><path class=\"star\" id=\"star1\" mask=\"url(#uagb_review_star_filter-35d5b5fd-2-1)\" fill=\"#eeee00\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><\/svg><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" height=\"20\" width=\"20\" viewBox=\"0 0 150 150\"><defs><mask id=\"uagb_review_star_filter-35d5b5fd-2-2\"><rect height=\"150\" width=\"150\" y=\"0\" x=\"0\" fill=\"#fff\"><\/rect><\/mask><\/defs><path fill=\"#888888\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><path class=\"star\" id=\"star2\" mask=\"url(#uagb_review_star_filter-35d5b5fd-2-2)\" fill=\"#eeee00\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><\/svg><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" height=\"20\" width=\"20\" viewBox=\"0 0 150 150\"><defs><mask id=\"uagb_review_star_filter-35d5b5fd-2-3\"><rect height=\"150\" width=\"150\" y=\"0\" x=\"0\" fill=\"#fff\"><\/rect><\/mask><\/defs><path fill=\"#888888\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><path class=\"star\" id=\"star3\" mask=\"url(#uagb_review_star_filter-35d5b5fd-2-3)\" fill=\"#eeee00\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><\/svg><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" height=\"20\" width=\"20\" viewBox=\"0 0 150 150\"><defs><mask id=\"uagb_review_star_filter-35d5b5fd-2-4\"><rect height=\"150\" width=\"0\" y=\"0\" x=\"0\" fill=\"#fff\"><\/rect><\/mask><\/defs><path fill=\"#888888\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><path class=\"star\" id=\"star4\" mask=\"url(#uagb_review_star_filter-35d5b5fd-2-4)\" fill=\"#eeee00\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><\/svg><\/div><\/div><\/div><div class=\"uagb_review_entry\"><div>Facilidad de uso para creadores<\/div><div style=\"margin-left:auto;min-width:120px\"><div style=\"display:flex;flex-direction:flex-row\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" height=\"20\" width=\"20\" viewBox=\"0 0 150 150\"><defs><mask id=\"uagb_review_star_filter-35d5b5fd-3-0\"><rect height=\"150\" width=\"150\" y=\"0\" x=\"0\" fill=\"#fff\"><\/rect><\/mask><\/defs><path fill=\"#888888\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><path class=\"star\" id=\"star0\" mask=\"url(#uagb_review_star_filter-35d5b5fd-3-0)\" fill=\"#eeee00\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><\/svg><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" height=\"20\" width=\"20\" viewBox=\"0 0 150 150\"><defs><mask id=\"uagb_review_star_filter-35d5b5fd-3-1\"><rect height=\"150\" width=\"150\" y=\"0\" x=\"0\" fill=\"#fff\"><\/rect><\/mask><\/defs><path fill=\"#888888\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><path class=\"star\" id=\"star1\" mask=\"url(#uagb_review_star_filter-35d5b5fd-3-1)\" fill=\"#eeee00\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><\/svg><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" height=\"20\" width=\"20\" viewBox=\"0 0 150 150\"><defs><mask id=\"uagb_review_star_filter-35d5b5fd-3-2\"><rect height=\"150\" width=\"150\" y=\"0\" x=\"0\" fill=\"#fff\"><\/rect><\/mask><\/defs><path fill=\"#888888\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><path class=\"star\" id=\"star2\" mask=\"url(#uagb_review_star_filter-35d5b5fd-3-2)\" fill=\"#eeee00\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><\/svg><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" height=\"20\" width=\"20\" viewBox=\"0 0 150 150\"><defs><mask id=\"uagb_review_star_filter-35d5b5fd-3-3\"><rect height=\"150\" width=\"0\" y=\"0\" x=\"0\" fill=\"#fff\"><\/rect><\/mask><\/defs><path fill=\"#888888\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><path class=\"star\" id=\"star3\" mask=\"url(#uagb_review_star_filter-35d5b5fd-3-3)\" fill=\"#eeee00\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><\/svg><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" height=\"20\" width=\"20\" viewBox=\"0 0 150 150\"><defs><mask id=\"uagb_review_star_filter-35d5b5fd-3-4\"><rect height=\"150\" width=\"0\" y=\"0\" x=\"0\" fill=\"#fff\"><\/rect><\/mask><\/defs><path fill=\"#888888\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><path class=\"star\" id=\"star4\" mask=\"url(#uagb_review_star_filter-35d5b5fd-3-4)\" fill=\"#eeee00\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><\/svg><\/div><\/div><\/div><div class=\"uagb_review_summary\"><p class=\"uagb_review_summary_title\"><strong>Resumen<\/strong><\/p><div class=\"uagb_review_overall_value\"><p class=\"uagb_review_summary_desc\">La Canon EOS R5 ofrece c\u00e1mara lenta de alto nivel con impresionantes videos en 4K\/120fps a 10 bits, un enfoque autom\u00e1tico excelente y potente estabilizaci\u00f3n integrada, lo que la convierte en una opci\u00f3n muy s\u00f3lida para creativos profesionales. Sin embargo, el sobrecalentamiento durante sesiones extendidas en 4K a 120 fps y la falta de grabaci\u00f3n de audio en este modo limitan ligeramente su practicidad para grabaciones largas.<br><br>A pesar de esos detalles, sigue siendo una de las mejores c\u00e1maras mirrorless (c\u00e1maras sin espejo) para capturar c\u00e1mara lenta cinematogr\u00e1fica de alta calidad.<br><\/p><div class=\"uagb_review_average\"><span class=\"uagb_review_rating\">4.3<\/span><div class=\"uagb_review_average_stars\" style=\"display:flex;flex-direction:flex-row\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" height=\"20\" width=\"20\" viewBox=\"0 0 150 150\"><defs><mask id=\"uagb_review_star_filter-35d5b5fd-average-0\"><rect height=\"150\" width=\"150\" y=\"0\" x=\"0\" fill=\"#fff\"><\/rect><\/mask><\/defs><path fill=\"#888888\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><path class=\"star\" id=\"star0\" mask=\"url(#uagb_review_star_filter-35d5b5fd-average-0)\" fill=\"#eeee00\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><\/svg><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" height=\"20\" width=\"20\" viewBox=\"0 0 150 150\"><defs><mask id=\"uagb_review_star_filter-35d5b5fd-average-1\"><rect height=\"150\" width=\"150\" y=\"0\" x=\"0\" fill=\"#fff\"><\/rect><\/mask><\/defs><path fill=\"#888888\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><path class=\"star\" id=\"star1\" mask=\"url(#uagb_review_star_filter-35d5b5fd-average-1)\" fill=\"#eeee00\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><\/svg><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" height=\"20\" width=\"20\" viewBox=\"0 0 150 150\"><defs><mask id=\"uagb_review_star_filter-35d5b5fd-average-2\"><rect height=\"150\" width=\"150\" y=\"0\" x=\"0\" fill=\"#fff\"><\/rect><\/mask><\/defs><path fill=\"#888888\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><path class=\"star\" id=\"star2\" mask=\"url(#uagb_review_star_filter-35d5b5fd-average-2)\" fill=\"#eeee00\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><\/svg><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" height=\"20\" width=\"20\" viewBox=\"0 0 150 150\"><defs><mask id=\"uagb_review_star_filter-35d5b5fd-average-3\"><rect height=\"150\" width=\"150\" y=\"0\" x=\"0\" fill=\"#fff\"><\/rect><\/mask><\/defs><path fill=\"#888888\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><path class=\"star\" id=\"star3\" mask=\"url(#uagb_review_star_filter-35d5b5fd-average-3)\" fill=\"#eeee00\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><\/svg><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" height=\"20\" width=\"20\" viewBox=\"0 0 150 150\"><defs><mask id=\"uagb_review_star_filter-35d5b5fd-average-4\"><rect height=\"150\" width=\"37.5\" y=\"0\" x=\"0\" fill=\"#fff\"><\/rect><\/mask><\/defs><path fill=\"#888888\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><path class=\"star\" id=\"star4\" mask=\"url(#uagb_review_star_filter-35d5b5fd-average-4)\" fill=\"#eeee00\" stroke-width=\"2.5\" d=\"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z\" stroke=\"#000000\"><\/path><\/svg><\/div><\/div><\/div><\/div><\/div><\/div>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/artlist.io\/stock-footage?utm_source=blog&amp;utm_medium=sidebanner&amp;utm_campaign=es\" target=\"_blank\" rel=\"noreferrer noopener\"><img fetchpriority=\"high\" decoding=\"async\" width=\"1024\" height=\"373\" src=\"https:\/\/new-blog.artlist.io\/blog\/wp-content\/uploads\/2024\/12\/ES-Middle-Banner-get-the-best-creative-assets-for-your-videos-1140-1024x373.jpg\" alt=\"\" class=\"wp-image-35955\" srcset=\"https:\/\/new-blog.artlist.io\/blog\/wp-content\/uploads\/2024\/12\/ES-Middle-Banner-get-the-best-creative-assets-for-your-videos-1140-1024x373.jpg 1024w, https:\/\/new-blog.artlist.io\/blog\/wp-content\/uploads\/2024\/12\/ES-Middle-Banner-get-the-best-creative-assets-for-your-videos-1140-300x109.jpg 300w, https:\/\/new-blog.artlist.io\/blog\/wp-content\/uploads\/2024\/12\/ES-Middle-Banner-get-the-best-creative-assets-for-your-videos-1140-768x280.jpg 768w, https:\/\/new-blog.artlist.io\/blog\/wp-content\/uploads\/2024\/12\/ES-Middle-Banner-get-the-best-creative-assets-for-your-videos-1140.jpg 1140w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">C\u00f3mo editar material en c\u00e1mara lenta<\/h2>\n\n\n\n<p>Ya no necesitas <a href=\"https:\/\/artlist.io\/software\">software de edici\u00f3n profesional<\/a> <\/p>\n\n\n\n<p>para trabajar con video en c\u00e1mara lenta, aunque es importante considerar que los archivos ser\u00e1n m\u00e1s pesados, y el software profesional te da la opci\u00f3n de crear archivos proxy ligeros y ofrece un flujo de trabajo mucho m\u00e1s robusto.<br>Para algunos clips tomados con el celular, puedes aprovechar las aplicaciones integradas de Android y Apple. Pero si est\u00e1s trabajando en algo profesional o de larga duraci\u00f3n, te convendr\u00e1 usar software como Adobe Premiere, Final Cut Pro X, DaVinci Resolve o Adobe After Effects, por mencionar algunos.<\/p>\n\n\n\n<p>Al reducir la velocidad de tus clips en la l\u00ednea de tiempo, tendr\u00e1s que hacer un poco de matem\u00e1ticas.<\/p>\n\n\n\n<p>Aqu\u00ed tienes una gu\u00eda r\u00e1pida que muestra las tasas de fotogramas y sus respectivas duraciones:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><th>Tasa de fotogramas<\/th><th>Duraci\u00f3n<\/th><\/tr><\/thead><tbody><tr><td>30 fps<\/td><td>1 segundo<\/td><\/tr><tr><td>60 fps<\/td><td>2 segundos<\/td><\/tr><tr><td>120 fps<\/td><td>4 segundos<\/td><\/tr><tr><td>240 fps<\/td><td>8 segundos<\/td><\/tr><tr><td>480 fps<\/td><td>16 segundos<\/td><\/tr><tr><td>960 fps<\/td><td>32 segundos<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>Si tu l\u00ednea de tiempo es de 24p, deber\u00e1s dividir de forma equitativa tu tasa de fotogramas grabada entre 24 para determinar la velocidad a la que se puede ralentizar el video. Lo mismo aplica si trabajas en una l\u00ednea de tiempo de 30p. Trata de hacer divisiones exactas para obtener un porcentaje de ajuste correcto, o podr\u00edas terminar con fotogramas incompletos que hagan que el video se vea entrecortado.<\/p>\n\n\n\n    <div class=\"clipsContainer\" id=\"69d06d3d43236\"><\/div>\n\n    <script>\n        jQuery(document).ready(function($) {\n\n            if(\"footage\" == 'footage') {\n                if(\"\" == '') { \/\/ if this is a request for multiple clips by attributes\n                    $.ajax({\n                        method: \"POST\",\n                        url: \"https:\/\/search-api.artlist.me\/v1\/graphql\",\n                        contentType: \"application\/json\",\n                        data: JSON.stringify({\n                            query: `query ClipList($page: Int, $sortType: Int, $categoryIds: String, $searchTerm: String) {\n\t\t\t\t\t\t\t\tclipList(page: $page, sortType: $sortType, categoryIds: $categoryIds, searchTerm: $searchTerm) {\n\t\t\t\t\t\t\t\t  exactResults  {\n\t\t\t\t\t\t\t\t\tclipPath\n\t\t\t\t\t\t\t\t\tclipNameForUrl\n\t\t\t\t\t\t\t\t\tid\n\t\t\t\t\t\t\t\t\tisNew\n\t\t\t\t\t\t\t\t\tfilmMakerDisplayName\n\t\t\t\t\t\t\t\t\timageUrl\n\t\t\t\t\t\t\t\t\tthumbnailUrl\n\t\t\t\t\t\t\t\t\twidth\n\t\t\t\t\t\t\t\t\tvideoUrl\n\t\t\t\t\t\t\t\t\trawFileExt\n\t\t\t\t\t\t\t\t  }\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}`,\n                            variables: `{\n\t\t\t\t\t\t\t\t\"page\": 1,\n\t\t\t\t\t\t\t\t\"sortType\": 1,\n\t\t\t\t\t\t\t\t\"categoryIds\": null,\n\t\t\t\t\t\t\t\t\"searchTerm\": \"slow motion\"\n\t\t\t\t\t\t\t}`,\n                        })\n                    }).done(function (res) {\n                        if(res == '') {\n                            console.log('none');\n                        } else {\n                            console.log('footage list: ', res);\n                            var data = res.data.clipList.exactResults;\n                            if ($(\"#69d06d3d43236\").length && data.length > 0) {\n                                createClipsGrid(data, \"69d06d3d43236\");\n                            } else if ($(\"#69d06d3d43236\").length && data.length == 0) {\n                                $(\"#69d06d3d43236\").empty().append('<div class=\"noClipsError\">No clips were found.<\/div>');\n                            }\n                        }\n                    });\n                } else if(\"\" !== '') { \/\/ if this is a request for a specific clip by id\n                    $.ajax({\n                        method: \"POST\",\n                        url: \"https:\/\/search-api.artlist.me\/v1\/graphql\",\n                        contentType: \"application\/json\",\n                        data: JSON.stringify({\n                            query: `query Clip($clipId: Int!) {\n\t\t\t\t\t\t\t\tclip(id: $clipId) {\n\t\t\t\t\t\t\t\t\tclipPath\n\t\t\t\t\t\t\t\t\tclipNameForUrl\n\t\t\t\t\t\t\t\t\tid\n\t\t\t\t\t\t\t\t\tisNew\n\t\t\t\t\t\t\t\t\tfilmMakerDisplayName\n\t\t\t\t\t\t\t\t\timageUrl\n\t\t\t\t\t\t\t\t\tthumbnailUrl\n\t\t\t\t\t\t\t\t\twidth\n\t\t\t\t\t\t\t\t\tvideoUrl\n\t\t\t\t\t\t\t\t\trawFileExt\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}`,\n                            variables: `{\n\t\t\t\t\t\t\t\t\"clipId\": \t\t\t\t\t\t\t}`,\n                        })\n                    }).done(function (res) {\n                        if(res == '') {\n                            console.log('none');\n                        } else {\n                            console.log('specific footage: ', res);\n                            var data = res.data.clip;\n                            if ($(\"#69d06d3d43236\").length && data !== '') {\n                                createClipsGrid(data, \"69d06d3d43236\");\n                            } else if ($(\"#69d06d3d43236\").length && data.length == '') {\n                                $(\"#69d06d3d43236\").empty().append('<div class=\"noClipsError\">No clips were found.<\/div>');\n                            }\n                        }\n                    });\n                }\n            } else if(\"footage\" == 'templates') {\n                if(\"\" === '') {\n                    $.ajax({\n                        method: \"POST\",\n                        url: \"https:\/\/search-api.artlist.me\/v1\/graphql\",\n                        contentType: \"application\/json\",\n                        data: JSON.stringify({\n                            query: `query TemplatesList($payload: TemplatesByTermSearchPayload!) {\n                                templatesList(payload: $payload) {\n                                    nameForUrl\n                                    id\n                                    name\n                                    isNew\n                                    artistName\n                                    thumbnailUrl\n                                    previewVideoFileUrl\n                                }\n                            }`,\n                            variables: `{\n                                \"payload\": {\n                                    \"page\": 1,\n                                    \"take\": 2,\n                                    \"sortBy\": \"1\",\n                                    \"categories\": null,\n                                    \"searchTerms\": \"slow motion\"\n                                }\n                            }`,\n                        })\n                    }).done(function (res) {\n                        if(res == '') {\n                            console.log('none');\n                        } else {\n                            console.log('templates list: ', res);\n                            var data = res.data.templatesList;\n                            if ($(\"#69d06d3d43236\").length && data.length > 0) {\n                                createClipsGrid(data, \"69d06d3d43236\");\n                            } else if ($(\"#69d06d3d43236\").length && data.length == 0) {\n                                $(\"#69d06d3d43236\").empty().append('<div class=\"noClipsError\">No clips were found.<\/div>');\n                            }\n                        }\n                    });\n                    } else if(\"\" !== '') {\n                    $.ajax({\n                        method: \"POST\",\n                        url: \"https:\/\/search-api.artlist.me\/v1\/graphql\",\n                        contentType: \"application\/json\",\n                        data: JSON.stringify({\n                            query: `query Template($ids: [String!]!, $page: Int!, $take: Int!) {\n\t\t\t\t\t\t\t\ttemplatesByIds(ids: $ids, page: $page, take: $take) {\n\t\t\t\t\t\t\t\t\tnameForUrl\n                                    id\n                                    name\n                                    isNew\n                                    artistName\n                                    thumbnailUrl\n                                    previewVideoFileUrl\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}`,\n                            variables: `{\n                                \"ids\": [\"\"],\n                                \"page\": 1,\n                                \"take\": 1\n\t\t\t\t\t\t\t}`,\n                        })\n                    }).done(function (res) {\n                        if(res == '') {\n                            console.log('none');\n                        } else {\n                            console.log('specific template: ', res);\n                            var data = res.data.templatesByIds[0];\n                            if ($(\"#69d06d3d43236\").length && data !== '') {\n                                createClipsGrid(data, \"69d06d3d43236\");\n                            } else if ($(\"#69d06d3d43236\").length && data.length == '') {\n                                $(\"#69d06d3d43236\").empty().append('<div class=\"noClipsError\">No clips were found.<\/div>');\n                            }\n                        }\n                    });\n                }\n            }\n\n            function createClipsGrid(data, clipsContainerId){\n                const container = $(\"#\" + clipsContainerId);\n                let playerSrc = '';\n\n                $.each(data, function(index, clip) {\n                    if(\"\" !== '') { \/\/ if this is a request for a specific clip by id - then the data is not an array of clips but only one clip and that's why the \"clip\" variable is actually the \"data\"\n                        index = 0\n                        clip = data;\n                    }\n                    if ((index) < 2) {\n                        \/\/ clip container\n                        const clipContainer = $(\"<div>\").addClass(\"clipContainer \");\n                        \/\/ new badge\n                        if (clip.isNew) {\n                            clipContainer.append('<span class=\"isNewBadge\">NEW<\/span>');\n                        }\n                        \/\/ video\n                        let videoElement = document.createElement('video');\n                        videoElement.setAttribute('playsinline', '');\n                        videoElement.setAttribute('webkit-playsinline', '');\n                        videoElement.setAttribute('x5-playsinline', '');\n                        videoElement.setAttribute('preload', 'auto');\n                        \n                        clipContainer.append(videoElement);\n                        \/\/ clip name and artist name\n                        let clipName = '';\n                        let artistName = '';\n                        if(\"footage\" == 'footage') {\n                            clipName = clip.clipNameForUrl;\n                            clipName = clipName.replace(\/-\/g, \", \");\n                            clipName = $(\"<a>\").addClass(\"clipName\").attr(\"href\", \"https:\/\/artlist.io\/stock-footage\/clip\/\" + clip.clipNameForUrl + \"\/\" + clip.id + \"?download=1&utm_source=blog\").attr(\"target\", \"_blank\").text(clipName);\n                            artistName = $(\"<div>\").addClass(\"artistName\").text('By ' + clip.filmMakerDisplayName + '');\n                        } else if(\"footage\" == 'templates') {\n                            clipName = $(\"<a>\").addClass(\"clipName\").attr(\"href\", \"https:\/\/artlist.io\/video-templates\/\" + clip.nameForUrl + \"\/\" + clip.id + \"?download=1&utm_source=blog\").attr(\"target\", \"_blank\").text(clip.name);\n                            artistName = $(\"<div>\").addClass(\"artistName\").text('By ' + clip.artistName + '');\n                        }\n                        const clipNames = $(\"<span>\").addClass(\"clipNames\").append(clipName, artistName);\n                        \/\/ download button\n                        let clipDownload = '';\n                        if(\"footage\" == 'footage') {\n                            clipDownload = $(\"<a>\").addClass(\"clipDownload\").attr(\"href\", \"https:\/\/artlist.io\/stock-footage\/clip\/\" + clip.clipNameForUrl + \"\/\" + clip.id + \"?download=1&utm_source=blog\").attr(\"target\", \"_blank\").html('<i class=\"icon download white\"><\/i>');\n                        } else if(\"footage\" == 'templates') {\n                            clipDownload = $(\"<a>\").addClass(\"clipDownload\").attr(\"href\", \"https:\/\/artlist.io\/video-templates\/\" + clip.nameForUrl + \"\/\" + clip.id + \"?download=1&utm_source=blog\").attr(\"target\", \"_blank\").html('<i class=\"icon download white\"><\/i>');\n                        }\n                        \/\/ overlay\n                        const overlay = $(\"<div>\").addClass(\"overlay\");\n                        overlay.append(clipNames, clipDownload);\n\n                        \/\/ APPEND ALL ELEMENTS INTO AUDIO PLAYER CONTAINER\n                        clipContainer.append(videoElement, overlay);\n\n                        \/\/ if this is a preview of only one specific clip (by id)\n                        if(\"\" !== '') {\n                            $(container).addClass(\"clipContainerSingular\")\n                        }\n\n                        \/\/ append audio player container into main playlist container\n                        container.append(clipContainer[0]);\n\n                        if(\"footage\" == 'footage') {\n                            playerSrc =  clip.clipPath;\n                        } else if(\"footage\" == 'templates') {\n                            playerSrc =  clip.previewVideoFileUrl;\n                        }\n                        const player = videojs(videoElement, {\n                            muted: true,\n                            autoplay: true,\n                        });\n\n                        player.src({\n                            src: playerSrc,\n                            type: 'application\/x-mpegURL'\n                        });\n\n                        \/* SEGMENT EVENTS *\/\n                        const special_data = getProps();\n\n                        \/* media played *\/\n                        var $videoElement = $(videoElement);\n                        $videoElement.on('play', function() {\n                            var title = clip.clipNameForUrl ? clip.clipNameForUrl.replace(\/-\/g, \", \") : clip.name;\n                            var assetId = clip.id;\n                            var artist = clip.filmMakerDisplayName || clip.artistName;\n                            var asset_type = null;\n                            if(\"footage\" == 'footage') {\n                                asset_type = 'footage';\n                            } else if(\"footage\" == 'templates') {\n                                asset_type = 'template';\n                            }\n                            analytics.track(\"media played\", {\n                                asset_id: assetId || null,\n                                asset_type: asset_type || null,\n                                click_source: 'player',\n                                artist: artist || null,\n                                title: title || null,\n                                genre: null,\n                                ...special_data,\n                            });\n                        });\n\n                        \/* media paused *\/\n                        var $videoElement = $(videoElement);\n                        $videoElement.on('pause', function() {\n                            var title = clip.clipNameForUrl ? clip.clipNameForUrl.replace(\/-\/g, \", \") : clip.name;\n                            var assetId = clip.id;\n                            var artist = clip.filmMakerDisplayName || clip.artistName;\n                            var asset_type = null;\n                            if(\"footage\" == 'footage') {\n                                asset_type = 'footage';\n                            } else if(\"footage\" == 'templates') {\n                                asset_type = 'template';\n                            }\n                            analytics.track(\"media paused\", {\n                                asset_id: assetId || null,\n                                asset_type: asset_type || null,\n                                click_source: 'player',\n                                artist: artist || null,\n                                title: title || null,\n                                genre: null,\n                                ...special_data,\n                            });\n                        });\n\n                        \/* media viewed *\/\n                        const observer = new IntersectionObserver(entries => {\n                            entries.forEach(entry => {\n                                if (entry.isIntersecting) {\n                                    var assetId = clip.id;\n                                    var artist = clip.filmMakerDisplayName || clip.artistName;\n                                    var title = clip.clipNameForUrl ? clip.clipNameForUrl.replace(\/-\/g, \", \") : clip.name;\n                                    var asset_type = null;\n                                    if(\"footage\" == 'footage') {\n                                        asset_type = 'footage';\n                                    } else if(\"footage\" == 'templates') {\n                                        asset_type = 'template';\n                                    }\n                                    analytics.track(\"media viewed\", {\n                                        asset_id: assetId || null,\n                                        asset_type: asset_type || null,\n                                        click_source: 'player',\n                                        artist: artist || null,\n                                        title: title || null,\n                                        genre: null,\n                                        ...special_data,\n                                    });\n                                    observer.unobserve(entry.target);\n                                }\n                            });\n                        }, {\n                            threshold: 0.5\n                        });\n                        observer.observe($videoElement[0]);\n\n                        \/* media downloaded *\/\n                        $videoElement.closest('.clipContainer').find('.clipName').on('click', function() {\n                            var assetId = clip.id;\n                            var artist = clip.filmMakerDisplayName || clip.artistName;\n                            var title = clip.clipNameForUrl ? clip.clipNameForUrl.replace(\/-\/g, \", \") : clip.name;\n                            var asset_type = null;\n                            if(\"footage\" == 'footage') {\n                                asset_type = 'footage';\n                            } else if(\"footage\" == 'templates') {\n                                asset_type = 'template';\n                            }\n                            analytics.track(\"media downloaded\", {\n                                asset_id: assetId || null,\n                                asset_type: asset_type || null,\n                                click_source: 'player',\n                                artist: artist || null,\n                                title: title || null,\n                                genre: null,\n                                ...special_data,\n                            });\n                        });\n                        $videoElement.closest('.clipContainer').find('.clipDownload').on('click', function() {\n                            var assetId = clip.id;\n                            var artist = clip.filmMakerDisplayName || clip.artistName;\n                            var title = clip.clipNameForUrl ? clip.clipNameForUrl.replace(\/-\/g, \", \") : clip.name;\n                            var asset_type = null;\n                            if(\"footage\" == 'footage') {\n                                asset_type = 'footage';\n                            } else if(\"footage\" == 'templates') {\n                                asset_type = 'template';\n                            }\n                            analytics.track(\"media downloaded\", {\n                                asset_id: assetId || null,\n                                asset_type: asset_type || null,\n                                click_source: 'player',\n                                artist: artist || null,\n                                title: title || null,\n                                genre: null,\n                                ...special_data,\n                            });\n                        });\n\n                        \/\/ check screen size\n                        var mobileScreen = window.matchMedia('(max-width: 767px)');\n                        if (mobileScreen.matches) { \/\/ mobile\n                            const observer = new IntersectionObserver(function(entries) {\n                                entries.forEach(entry => {\n                                    if (entry.isIntersecting) {\n                                        player.play(); \/\/ Play the video when it enters the viewport\n                                    } else {\n                                        player.pause(); \/\/ Pause the video when it goes out of the viewport\n                                    }\n                                });\n                            });\n                            observer.observe(videoElement);\n                        } else { \/\/ desktop\n                            clipContainer.on('mouseenter', function() {\n                                player.play();\n                            });\n\n                            clipContainer.on('mouseleave', function() {\n                                player.pause();\n                            });\n                        }\n\n                    }\n                    if(\"\" !== '') { \/\/ if this is a request for a specific clip by id - then break out of loop after first time bc it's not an array\n                        return false;\n                    }\n                });\n            }\n\n        });\n    <\/script>\n\n    \n\n\n\n<p>Un peque\u00f1o truco que puedes aplicar en postproducci\u00f3n es la interpolaci\u00f3n de tiempo. Es una configuraci\u00f3n que permite cambiar la tasa de fotogramas del clip aprovechando el flujo \u00f3ptico para interpolar fotogramas faltantes. Puede sonar complicado, pero con un poco de pr\u00e1ctica ver\u00e1s lo \u00fatil que puede ser. La alternativa a la interpolaci\u00f3n \u00f3ptica es la mezcla de fotogramas (frame blending), que fusiona dos fotogramas vecinos para reducir el parpadeo, b\u00e1sicamente estirando el metraje. Qu\u00e9date con la mezcla de fotogramas para clips que est\u00e9n al 50\u202f% de velocidad o m\u00e1s.<\/p>\n\n\n\n<p>Si grabaste en c\u00e1mara lenta con la intenci\u00f3n de aplicar transiciones de velocidad (speed ramps), aqu\u00ed tienes un consejo profesional: aplica desenfoque de movimiento (motion blur). Los plugins de motion blur para FCPX funcionan muy bien para a\u00f1adir un toque de desenfoque y suavizar las transiciones. As\u00ed que, si est\u00e1s grabando a un surfista surfeando una ola y quieres reducir la velocidad justo cuando toma vuelo, aplica desenfoque de movimiento en esa transici\u00f3n de velocidad del 100\u202f% al 50\u202f% (o menos). Es una forma sencilla de darle un toque profesional y elevar la calidad visual de tu video.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Conclusi\u00f3n<\/h2>\n\n\n\n<p>Aprovecha los efectos dram\u00e1ticos y el impacto visual de grabar en c\u00e1mara lenta. Presta atenci\u00f3n a la tasa de fotogramas tanto al grabar como al editar, y no olvides incluir <strong>videos de archivo<\/strong> de la extensa biblioteca de Artlist. Encontrar\u00e1s clips en c\u00e1mara lenta y s\u00faper c\u00e1mara lenta, desde cascadas envueltas en neblina hasta experimentos en estudios cient\u00edficos.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>El video en c\u00e1mara lenta puede lograr distintos efectos para un creador audiovisual. La c\u00e1mara lenta se utiliza a menudo para intensificar emociones y generar una atm\u00f3sfera, pero tambi\u00e9n es muy usada en pel\u00edculas de acci\u00f3n y documentales de naturaleza. Por ejemplo, el impacto visual de una explosi\u00f3n o el aleteo de un colibr\u00ed en [&hellip;]<\/p>\n","protected":false},"author":11,"featured_media":32682,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_uag_custom_page_level_css":"","footnotes":""},"categories":[699],"tags":[1438,1439,1440],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v21.9 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>C\u00f3mo grabar videos en c\u00e1mara lenta | Artlist<\/title>\n<meta name=\"description\" content=\"Aprende a crear videos en c\u00e1mara lenta. Desde la iluminaci\u00f3n hasta las c\u00e1maras ideales, la tasa de fotogramas y la edici\u00f3n, descubre todos los pasos necesarios para crear tu propio video impactante en c\u00e1mara lenta.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/new-blog.artlist.io\/blog\/es\/como-grabas-videos-en-camara-lenta\/\" \/>\n<meta property=\"og:locale\" content=\"es_ES\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"C\u00f3mo grabar videos en c\u00e1mara lenta | Artlist\" \/>\n<meta property=\"og:description\" content=\"Aprende a crear videos en c\u00e1mara lenta. Desde la iluminaci\u00f3n hasta las c\u00e1maras ideales, la tasa de fotogramas y la edici\u00f3n, descubre todos los pasos necesarios para crear tu propio video impactante en c\u00e1mara lenta.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/new-blog.artlist.io\/blog\/es\/como-grabas-videos-en-camara-lenta\/\" \/>\n<meta property=\"og:site_name\" content=\"Artlist Blog\" \/>\n<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/Globalgirltravels\" \/>\n<meta property=\"article:published_time\" content=\"2024-03-25T08:21:34+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-07-08T11:03:38+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/new-blog.artlist.io\/blog\/wp-content\/uploads\/2024\/03\/How-to-shoot-in-slow-motion-XXL.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1721\" \/>\n\t<meta property=\"og:image:height\" content=\"600\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Jessica Peterson\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@https:\/\/twitter.com\/ggirltravels\" \/>\n<meta name=\"twitter:label1\" content=\"Escrito por\" \/>\n\t<meta name=\"twitter:data1\" content=\"Jessica Peterson\" \/>\n\t<meta name=\"twitter:label2\" content=\"Tiempo de lectura\" \/>\n\t<meta name=\"twitter:data2\" content=\"10 minutos\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/new-blog.artlist.io\/blog\/es\/como-grabas-videos-en-camara-lenta\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/new-blog.artlist.io\/blog\/es\/como-grabas-videos-en-camara-lenta\/\"},\"author\":{\"name\":\"Jessica Peterson\",\"@id\":\"https:\/\/new-blog.artlist.io\/blog\/es\/#\/schema\/person\/4cf1dcfc0b9a842464a579b686cbfe19\"},\"headline\":\"C\u00f3mo grabar en c\u00e1mara lenta\",\"datePublished\":\"2024-03-25T08:21:34+00:00\",\"dateModified\":\"2025-07-08T11:03:38+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/new-blog.artlist.io\/blog\/es\/como-grabas-videos-en-camara-lenta\/\"},\"wordCount\":1952,\"publisher\":{\"@id\":\"https:\/\/new-blog.artlist.io\/blog\/es\/#organization\"},\"keywords\":[\"#camera\",\"frame rate\",\"Slow Motion\"],\"articleSection\":[\"Producci\u00f3n y realizaci\u00f3n\"],\"inLanguage\":\"es\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/new-blog.artlist.io\/blog\/es\/como-grabas-videos-en-camara-lenta\/\",\"url\":\"https:\/\/new-blog.artlist.io\/blog\/es\/como-grabas-videos-en-camara-lenta\/\",\"name\":\"C\u00f3mo grabar videos en c\u00e1mara lenta | Artlist\",\"isPartOf\":{\"@id\":\"https:\/\/new-blog.artlist.io\/blog\/es\/#website\"},\"datePublished\":\"2024-03-25T08:21:34+00:00\",\"dateModified\":\"2025-07-08T11:03:38+00:00\",\"description\":\"Aprende a crear videos en c\u00e1mara lenta. Desde la iluminaci\u00f3n hasta las c\u00e1maras ideales, la tasa de fotogramas y la edici\u00f3n, descubre todos los pasos necesarios para crear tu propio video impactante en c\u00e1mara lenta.\",\"breadcrumb\":{\"@id\":\"https:\/\/new-blog.artlist.io\/blog\/es\/como-grabas-videos-en-camara-lenta\/#breadcrumb\"},\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/new-blog.artlist.io\/blog\/es\/como-grabas-videos-en-camara-lenta\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/new-blog.artlist.io\/blog\/es\/como-grabas-videos-en-camara-lenta\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/new-blog.artlist.io\/blog\/es\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Producci\u00f3n y realizaci\u00f3n\",\"item\":\"https:\/\/new-blog.artlist.io\/blog\/es\/produccion-y-realizacion\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"C\u00f3mo grabar en c\u00e1mara lenta\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/new-blog.artlist.io\/blog\/es\/#website\",\"url\":\"https:\/\/new-blog.artlist.io\/blog\/es\/\",\"name\":\"Artlist Blog\",\"description\":\"Just artlist blog website\",\"publisher\":{\"@id\":\"https:\/\/new-blog.artlist.io\/blog\/es\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/new-blog.artlist.io\/blog\/es\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"es\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/new-blog.artlist.io\/blog\/es\/#organization\",\"name\":\"Artlist Blog\",\"url\":\"https:\/\/new-blog.artlist.io\/blog\/es\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\/\/new-blog.artlist.io\/blog\/es\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/new-blog.artlist.io\/blog\/wp-content\/uploads\/2024\/10\/artlist-blog-logo.svg\",\"contentUrl\":\"https:\/\/new-blog.artlist.io\/blog\/wp-content\/uploads\/2024\/10\/artlist-blog-logo.svg\",\"width\":143,\"height\":28,\"caption\":\"Artlist Blog\"},\"image\":{\"@id\":\"https:\/\/new-blog.artlist.io\/blog\/es\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/new-blog.artlist.io\/blog\/es\/#\/schema\/person\/4cf1dcfc0b9a842464a579b686cbfe19\",\"name\":\"Jessica Peterson\",\"description\":\"Jessica Peterson is a travel and documentary filmmaker with a background in journalism and marketing. She runs Purple Noon Productions from sunny Los Angeles. She has 20 years of experience producing content in 114 cities and 25 countries. In 2016, she directed and produced her own documentary about her then-home of Guam. Her clients include CNN, United Airlines, Southwest Airlines, Matador Network, and Tastemade.\",\"sameAs\":[\"https:\/\/www.facebook.com\/Globalgirltravels\",\"https:\/\/instagram.com\/globalgirltravels\",\"https:\/\/www.linkedin.com\/in\/jessica-peterson-21a0a63b\",\"https:\/\/twitter.com\/https:\/\/twitter.com\/ggirltravels\",\"https:\/\/www.youtube.com\/channel\/UCuQsQU7nDCPc6mDUVwsiLtA\"],\"url\":\"https:\/\/new-blog.artlist.io\/blog\/es\/author\/jessica-peterson\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"C\u00f3mo grabar videos en c\u00e1mara lenta | Artlist","description":"Aprende a crear videos en c\u00e1mara lenta. Desde la iluminaci\u00f3n hasta las c\u00e1maras ideales, la tasa de fotogramas y la edici\u00f3n, descubre todos los pasos necesarios para crear tu propio video impactante en c\u00e1mara lenta.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/new-blog.artlist.io\/blog\/es\/como-grabas-videos-en-camara-lenta\/","og_locale":"es_ES","og_type":"article","og_title":"C\u00f3mo grabar videos en c\u00e1mara lenta | Artlist","og_description":"Aprende a crear videos en c\u00e1mara lenta. Desde la iluminaci\u00f3n hasta las c\u00e1maras ideales, la tasa de fotogramas y la edici\u00f3n, descubre todos los pasos necesarios para crear tu propio video impactante en c\u00e1mara lenta.","og_url":"https:\/\/new-blog.artlist.io\/blog\/es\/como-grabas-videos-en-camara-lenta\/","og_site_name":"Artlist Blog","article_author":"https:\/\/www.facebook.com\/Globalgirltravels","article_published_time":"2024-03-25T08:21:34+00:00","article_modified_time":"2025-07-08T11:03:38+00:00","og_image":[{"width":1721,"height":600,"url":"https:\/\/new-blog.artlist.io\/blog\/wp-content\/uploads\/2024\/03\/How-to-shoot-in-slow-motion-XXL.jpg","type":"image\/jpeg"}],"author":"Jessica Peterson","twitter_card":"summary_large_image","twitter_creator":"@https:\/\/twitter.com\/ggirltravels","twitter_misc":{"Escrito por":"Jessica Peterson","Tiempo de lectura":"10 minutos"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/new-blog.artlist.io\/blog\/es\/como-grabas-videos-en-camara-lenta\/#article","isPartOf":{"@id":"https:\/\/new-blog.artlist.io\/blog\/es\/como-grabas-videos-en-camara-lenta\/"},"author":{"name":"Jessica Peterson","@id":"https:\/\/new-blog.artlist.io\/blog\/es\/#\/schema\/person\/4cf1dcfc0b9a842464a579b686cbfe19"},"headline":"C\u00f3mo grabar en c\u00e1mara lenta","datePublished":"2024-03-25T08:21:34+00:00","dateModified":"2025-07-08T11:03:38+00:00","mainEntityOfPage":{"@id":"https:\/\/new-blog.artlist.io\/blog\/es\/como-grabas-videos-en-camara-lenta\/"},"wordCount":1952,"publisher":{"@id":"https:\/\/new-blog.artlist.io\/blog\/es\/#organization"},"keywords":["#camera","frame rate","Slow Motion"],"articleSection":["Producci\u00f3n y realizaci\u00f3n"],"inLanguage":"es"},{"@type":"WebPage","@id":"https:\/\/new-blog.artlist.io\/blog\/es\/como-grabas-videos-en-camara-lenta\/","url":"https:\/\/new-blog.artlist.io\/blog\/es\/como-grabas-videos-en-camara-lenta\/","name":"C\u00f3mo grabar videos en c\u00e1mara lenta | Artlist","isPartOf":{"@id":"https:\/\/new-blog.artlist.io\/blog\/es\/#website"},"datePublished":"2024-03-25T08:21:34+00:00","dateModified":"2025-07-08T11:03:38+00:00","description":"Aprende a crear videos en c\u00e1mara lenta. Desde la iluminaci\u00f3n hasta las c\u00e1maras ideales, la tasa de fotogramas y la edici\u00f3n, descubre todos los pasos necesarios para crear tu propio video impactante en c\u00e1mara lenta.","breadcrumb":{"@id":"https:\/\/new-blog.artlist.io\/blog\/es\/como-grabas-videos-en-camara-lenta\/#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/new-blog.artlist.io\/blog\/es\/como-grabas-videos-en-camara-lenta\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/new-blog.artlist.io\/blog\/es\/como-grabas-videos-en-camara-lenta\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/new-blog.artlist.io\/blog\/es\/"},{"@type":"ListItem","position":2,"name":"Producci\u00f3n y realizaci\u00f3n","item":"https:\/\/new-blog.artlist.io\/blog\/es\/produccion-y-realizacion\/"},{"@type":"ListItem","position":3,"name":"C\u00f3mo grabar en c\u00e1mara lenta"}]},{"@type":"WebSite","@id":"https:\/\/new-blog.artlist.io\/blog\/es\/#website","url":"https:\/\/new-blog.artlist.io\/blog\/es\/","name":"Artlist Blog","description":"Just artlist blog website","publisher":{"@id":"https:\/\/new-blog.artlist.io\/blog\/es\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/new-blog.artlist.io\/blog\/es\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"es"},{"@type":"Organization","@id":"https:\/\/new-blog.artlist.io\/blog\/es\/#organization","name":"Artlist Blog","url":"https:\/\/new-blog.artlist.io\/blog\/es\/","logo":{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/new-blog.artlist.io\/blog\/es\/#\/schema\/logo\/image\/","url":"https:\/\/new-blog.artlist.io\/blog\/wp-content\/uploads\/2024\/10\/artlist-blog-logo.svg","contentUrl":"https:\/\/new-blog.artlist.io\/blog\/wp-content\/uploads\/2024\/10\/artlist-blog-logo.svg","width":143,"height":28,"caption":"Artlist Blog"},"image":{"@id":"https:\/\/new-blog.artlist.io\/blog\/es\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/new-blog.artlist.io\/blog\/es\/#\/schema\/person\/4cf1dcfc0b9a842464a579b686cbfe19","name":"Jessica Peterson","description":"Jessica Peterson is a travel and documentary filmmaker with a background in journalism and marketing. She runs Purple Noon Productions from sunny Los Angeles. She has 20 years of experience producing content in 114 cities and 25 countries. In 2016, she directed and produced her own documentary about her then-home of Guam. Her clients include CNN, United Airlines, Southwest Airlines, Matador Network, and Tastemade.","sameAs":["https:\/\/www.facebook.com\/Globalgirltravels","https:\/\/instagram.com\/globalgirltravels","https:\/\/www.linkedin.com\/in\/jessica-peterson-21a0a63b","https:\/\/twitter.com\/https:\/\/twitter.com\/ggirltravels","https:\/\/www.youtube.com\/channel\/UCuQsQU7nDCPc6mDUVwsiLtA"],"url":"https:\/\/new-blog.artlist.io\/blog\/es\/author\/jessica-peterson\/"}]}},"uagb_featured_image_src":{"full":["https:\/\/new-blog.artlist.io\/blog\/wp-content\/uploads\/2024\/03\/How-to-shoot-in-slow-motion-XXL.jpg",1721,600,false],"thumbnail":["https:\/\/new-blog.artlist.io\/blog\/wp-content\/uploads\/2024\/03\/How-to-shoot-in-slow-motion-XXL-150x150.jpg",150,150,true],"medium":["https:\/\/new-blog.artlist.io\/blog\/wp-content\/uploads\/2024\/03\/How-to-shoot-in-slow-motion-XXL-300x105.jpg",300,105,true],"medium_large":["https:\/\/new-blog.artlist.io\/blog\/wp-content\/uploads\/2024\/03\/How-to-shoot-in-slow-motion-XXL-768x268.jpg",768,268,true],"large":["https:\/\/new-blog.artlist.io\/blog\/wp-content\/uploads\/2024\/03\/How-to-shoot-in-slow-motion-XXL-1024x357.jpg",1024,357,true],"1536x1536":["https:\/\/new-blog.artlist.io\/blog\/wp-content\/uploads\/2024\/03\/How-to-shoot-in-slow-motion-XXL-1536x536.jpg",1536,536,true],"2048x2048":["https:\/\/new-blog.artlist.io\/blog\/wp-content\/uploads\/2024\/03\/How-to-shoot-in-slow-motion-XXL.jpg",1721,600,false]},"uagb_author_info":{"display_name":"Jessica Peterson","author_link":"https:\/\/new-blog.artlist.io\/blog\/es\/author\/jessica-peterson\/"},"uagb_comment_info":0,"uagb_excerpt":"El video en c\u00e1mara lenta puede lograr distintos efectos para un creador audiovisual. La c\u00e1mara lenta se utiliza a menudo para intensificar emociones y generar una atm\u00f3sfera, pero tambi\u00e9n es muy usada en pel\u00edculas de acci\u00f3n y documentales de naturaleza. Por ejemplo, el impacto visual de una explosi\u00f3n o el aleteo de un colibr\u00ed en&hellip;","_links":{"self":[{"href":"https:\/\/new-blog.artlist.io\/blog\/es\/wp-json\/wp\/v2\/posts\/46621"}],"collection":[{"href":"https:\/\/new-blog.artlist.io\/blog\/es\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/new-blog.artlist.io\/blog\/es\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/new-blog.artlist.io\/blog\/es\/wp-json\/wp\/v2\/users\/11"}],"replies":[{"embeddable":true,"href":"https:\/\/new-blog.artlist.io\/blog\/es\/wp-json\/wp\/v2\/comments?post=46621"}],"version-history":[{"count":3,"href":"https:\/\/new-blog.artlist.io\/blog\/es\/wp-json\/wp\/v2\/posts\/46621\/revisions"}],"predecessor-version":[{"id":46626,"href":"https:\/\/new-blog.artlist.io\/blog\/es\/wp-json\/wp\/v2\/posts\/46621\/revisions\/46626"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/new-blog.artlist.io\/blog\/es\/wp-json\/wp\/v2\/media\/32682"}],"wp:attachment":[{"href":"https:\/\/new-blog.artlist.io\/blog\/es\/wp-json\/wp\/v2\/media?parent=46621"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/new-blog.artlist.io\/blog\/es\/wp-json\/wp\/v2\/categories?post=46621"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/new-blog.artlist.io\/blog\/es\/wp-json\/wp\/v2\/tags?post=46621"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}