{"id":46628,"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:22:45","modified_gmt":"2025-07-08T11:22:45","slug":"comment-filmer-en-slow-motion","status":"publish","type":"post","link":"https:\/\/new-blog.artlist.io\/blog\/fr\/comment-filmer-en-slow-motion\/","title":{"rendered":"Comment filmer en slow motion"},"content":{"rendered":"\n<p>Les vid\u00e9os en slow motion peuvent servir \u00e0 diff\u00e9rentes fins pour un cin\u00e9aste. Elles sont souvent utilis\u00e9es pour dramatiser les \u00e9motions et cr\u00e9er une ambiance, mais elles sont \u00e9galement utilis\u00e9es dans les films d&rsquo;action et les vid\u00e9os sur la nature. Par exemple, le slow motion a un impact visuel consid\u00e9rable sur les effets pyrotechniques d&rsquo;une explosion ou le battement d&rsquo;ailes d&rsquo;un oiseau.<\/p>\n\n\n\n<p>Avant, il \u00e9tait impossible de filmer en slow motion de haute qualit\u00e9 sans cam\u00e9ras cin\u00e9matographiques co\u00fbteuses, cependant la d\u00e9mocratisation de la cr\u00e9ation de contenu n&rsquo;a \u00e9t\u00e9 possible que gr\u00e2ce \u00e0 la baisse du prix et \u00e0 l&rsquo;augmentation de la vitesse des appareils photo. Et avec l&rsquo;arriv\u00e9e de l&rsquo;iPhone et de ses 240 images par seconde, m\u00eame le super slow motion est d\u00e9sormais possible<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Qu&rsquo;est-ce que le slow motion ?<\/h2>\n\n\n\n<p>Une vid\u00e9o n&rsquo;est rien d&rsquo;autre qu&rsquo;une succession rapide d&rsquo;images fixes ou d&rsquo;images assembl\u00e9es, cr\u00e9ant ainsi l&rsquo;illusion du mouvement. C&rsquo;est pourquoi la <a href="\&quot;https:\/\/artlist.io\/blog\/how-to-use-frame-rates\/\&quot;" target=\"_blank\" rel=\"noopener\">fr\u00e9quence d&rsquo;images<\/a>\u00a0est importante. La fr\u00e9quence d&rsquo;images est la vitesse \u00e0 laquelle la cam\u00e9ra enregistre les images. La plupart des vid\u00e9os sont affich\u00e9es \u00e0 une fr\u00e9quence de 24 \u00e0 30 images par seconde. Vous pouvez consid\u00e9rer une s\u00e9quence vid\u00e9o comme un livre anim\u00e9. Si vous tournez 24 \u00e0 30 pages d&rsquo;un livre en une seconde, les images semblent \u00eatre en mouvement.<\/p>\n\n\n\n    <div class=\"clipsContainer\" id=\"69d07ac6b5d09\"><\/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 ($(\"#69d07ac6b5d09\").length && data.length > 0) {\n                                createClipsGrid(data, \"69d07ac6b5d09\");\n                            } else if ($(\"#69d07ac6b5d09\").length && data.length == 0) {\n                                $(\"#69d07ac6b5d09\").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 ($(\"#69d07ac6b5d09\").length && data !== '') {\n                                createClipsGrid(data, \"69d07ac6b5d09\");\n                            } else if ($(\"#69d07ac6b5d09\").length && data.length == '') {\n                                $(\"#69d07ac6b5d09\").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 ($(\"#69d07ac6b5d09\").length && data.length > 0) {\n                                createClipsGrid(data, \"69d07ac6b5d09\");\n                            } else if ($(\"#69d07ac6b5d09\").length && data.length == 0) {\n                                $(\"#69d07ac6b5d09\").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 ($(\"#69d07ac6b5d09\").length && data !== '') {\n                                createClipsGrid(data, \"69d07ac6b5d09\");\n                            } else if ($(\"#69d07ac6b5d09\").length && data.length == '') {\n                                $(\"#69d07ac6b5d09\").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 vous souhaitez que ce mouvement semble plus lent, vous avez besoin de plus d&rsquo;images pour composer la s\u00e9quence de 24 images par seconde. Par exemple, si vous enregistrez 60 images par seconde, vous pouvez ralentir la vid\u00e9o de moiti\u00e9 ; 120 images peuvent \u00eatre synchronis\u00e9es \u00e0 25%, et ainsi de suite. Plus vous enregistrez d&rsquo;images par seconde, plus votre ralenti sera d\u00e9taill\u00e9 et net. Vous pouvez ralentir 960 images par seconde \u00e0 3%, cr\u00e9ant ainsi un super slow motion.<\/p>\n\n\n\n<p>Est-il possible de ralentir des s\u00e9quences qui n&rsquo;ont pas \u00e9t\u00e9 film\u00e9es \u00e0 une fr\u00e9quence d&rsquo;images sup\u00e9rieure \u00e0 30 images par seconde ? Techniquement, oui, toutefois, le r\u00e9sultat ne sera pas satisfaisant. L&rsquo;image sera saccad\u00e9e et s&rsquo;affichera par intermittence. C&rsquo;est pourquoi il est important de pr\u00eater attention \u00e0 la fr\u00e9quence d&rsquo;images lorsque vous la filmerez. Il s&rsquo;agit g\u00e9n\u00e9ralement d&rsquo;un probl\u00e8me qui ne peut pas \u00eatre corrig\u00e9 en post-production.<\/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\":\"Comment filmer en slow motion avec votre cam\u00e9ra\",\"description\":\"Filmer en slow motion peut am\u00e9liorer l'attrait visuel de vos vid\u00e9os, en ajoutant une touche dramatique et en mettant en valeur des d\u00e9tails qui pourraient autrement passer inaper\u00e7us. Voici les \u00e9tapes \u00e0 suivre pour capturer des s\u00e9quences en slow motion captivantes :\",\"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\">Comment filmer en slow motion avec votre cam\u00e9ra<\/h2><p class=\"uagb-howto-desc-text\">Filmer en slow motion peut am\u00e9liorer l&rsquo;attrait visuel de vos vid\u00e9os, en ajoutant une touche dramatique et en mettant en valeur des d\u00e9tails qui pourraient autrement passer inaper\u00e7us. Voici les \u00e9tapes \u00e0 suivre pour capturer des s\u00e9quences en slow motion captivantes :<\/p><h4 class=\"uagb-howto-req-steps-text\">Voici les \u00e9tapes \u00e0 suivre pour capturer de superbes s\u00e9quences en slow motion :<\/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>\u00c9tape<\/strong> <strong>1<\/strong><\/div><p class=\"uagb-how-to-step-description\">Choisissez le bon \u00e9quipement : commencez par un appareil photo capable de filmer \u00e0 une fr\u00e9quence d&rsquo;images \u00e9lev\u00e9e. Vous aurez \u00e9galement besoin d&rsquo;un bon \u00e9clairage et d&rsquo;un tr\u00e9pied stable pour \u00e9viter les images tremblantes.<\/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><strong>\u00c9tape<\/strong> 2<\/strong><\/div><p class=\"uagb-how-to-step-description\">R\u00e9glages de la fr\u00e9quence d&rsquo;images : pour un slow motion standard, optez pour 60 images par seconde, mais pour des effets plus spectaculaires, vous pouvez aller jusqu&rsquo;\u00e0 1 000 images par seconde.<\/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><strong><strong>\u00c9tape<\/strong> <\/strong>3<\/strong><\/div><p class=\"uagb-how-to-step-description\">Vitesse d&rsquo;obturation : pour obtenir les meilleurs r\u00e9sultats, votre vitesse d&rsquo;obturation doit \u00eatre le double de votre fr\u00e9quence d&rsquo;images. Si vous filmez \u00e0 60 images par seconde, r\u00e9glez votre vitesse d&rsquo;obturation sur 1\/120 ; pour 120 images par seconde, r\u00e9glez-la sur 1\/240. Cela permet d&rsquo;\u00e9viter le flou de mouvement et garantit une lecture en slow motion plus fluide.<\/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><strong><strong><strong>\u00c9tape<\/strong> <\/strong><\/strong>4<\/strong><\/div><p class=\"uagb-how-to-step-description\">Planifiez votre cadrage : les s\u00e9quences en slow motion peuvent dramatiser les mouvements et les d\u00e9tails. Planifiez donc votre cadrage afin de tirer le meilleur parti de cet effet. R\u00e9fl\u00e9chissez \u00e0 la mani\u00e8re dont le slow motion mettra en valeur votre narration visuelle, qu&rsquo;il s&rsquo;agisse d&rsquo;une sc\u00e8ne d&rsquo;action dynamique ou d&rsquo;un gros plan d\u00e9taill\u00e9.<\/p><\/div><\/div><\/div>\n<\/div>\n\n\n\n<h3 class=\"wp-block-heading\">Conseil de pro :<\/h3>\n\n\n\n<p>La cr\u00e9ation de s\u00e9quences en slow motion n&rsquo;est pas seulement un processus technique, il s&rsquo;agit d&rsquo;une occasion d&rsquo;ajouter de la profondeur et de l&rsquo;\u00e9motion \u00e0 vos vid\u00e9os. Prenez le temps d&rsquo;exp\u00e9rimenter diff\u00e9rentes fr\u00e9quences d&rsquo;images et diff\u00e9rents sujets afin de d\u00e9terminer ce qui convient le mieux \u00e0 l&rsquo;histoire que vous souhaitez raconter.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Comment filmer en slow motion avec votre t\u00e9l\u00e9phone<\/h2>\n\n\n\n<ol>\n<li>Rep\u00e9rez les param\u00e8tres de fr\u00e9quence d&rsquo;images. S\u00e9lectionnez une fr\u00e9quence d&rsquo;images de 60 ips ou plus. Certains t\u00e9l\u00e9phones indiquent simplement cette option sous le nom \u00ab slo-mo \u00bb ou \u00ab slow motion \u00bb. N&rsquo;oubliez pas que les vid\u00e9os en slow motion sont plus volumineux, il est donc pr\u00e9f\u00e9rable de limiter leur dur\u00e9e \u00e0 environ 10 secondes<\/li>\n\n\n\n<li>Maintenez votre appareil photo stable. \u00c9vitez que l&rsquo;appareil photo perde la mise au point ou que l&rsquo;image soit floue \u00e0 cause du mouvement. Planifiez votre cadrage \u00e0 l&rsquo;avance, cadrez votre sujet avec pr\u00e9cision, puis appuyez sur le carr\u00e9 de mise au point pour la verrouiller. Entra\u00eenez-vous \u00e0 filmer des personnes ou des objets que vous pouvez diriger et contr\u00f4ler, comme des cheveux au vent ou de l&rsquo;eau vers\u00e9e d&rsquo;une cruche dans un verre. Passez ensuite \u00e0 des sujets plus dynamiques, comme des athl\u00e8tes ou des animaux<\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading\">Les meilleurs appareils photo pour le ralenti<\/h2>\n\n\n\n<p>Que vous soyez d\u00e9butant, que vous souhaitiez changer d&rsquo;appareil ou que vous ayez besoin d&rsquo;un \u00e9quipement professionnel, voici quelques excellents appareils photo pour le ralenti :<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">D\u00e9butant<\/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\">Un appareil photo compact sans miroir capable de filmer en Full HD \u00e0 120 images par seconde. Il est id\u00e9al pour les cr\u00e9ateurs de contenu qui recherchent une option abordable offrant une image de haute qualit\u00e9 et la flexibilit\u00e9 des objectifs interchangeables.<\/p><p class=\"uagb-rating-author\"><br>Josh Edwards<\/p><div class=\"uagb_review_entry\"><div>Qualit\u00e9 vid\u00e9o en slow motion (1080p\/120 ips)<\/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>Stabilisation (sans 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>R\u00e9solution pour slow motion (pas de 4K\/60+ ips)<\/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>Facilit\u00e9 d&rsquo;utilisation pour les cr\u00e9ateurs<\/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>R\u00e9capitulatif<\/strong><\/p><div class=\"uagb_review_overall_value\"><p class=\"uagb_review_summary_desc\">Le Canon EOS R50 repr\u00e9sente un excellent point d&rsquo;entr\u00e9e pour les cr\u00e9ateurs int\u00e9ress\u00e9s par le contenu au ralenti de haute qualit\u00e9. Ce mod\u00e8le supporte l&rsquo;enregistrement Full HD jusqu&rsquo;\u00e0 120 images par seconde, ce qui permet une lecture en slow motion fluide en 4x ou 5x, une fonctionnalit\u00e9 tr\u00e8s utile pour les vlogs, les B-rolls et les prises de vue cr\u00e9atives. Cependant, notez que le slow motion est limit\u00e9 \u00e0 une r\u00e9solution de 1080p et ne dispose pas d&rsquo;un mode 4K \u00e0 fr\u00e9quence d&rsquo;images \u00e9lev\u00e9e, ce qui pourrait d\u00e9cevoir les utilisateurs \u00e0 la recherche d&rsquo;images en slow motion ultra nettes.<br><br>L&rsquo;absence de stabilisation d&rsquo;image int\u00e9gr\u00e9e (IBIS) signifie que l&rsquo;enregistrement en slow motion \u00e0 main lev\u00e9e peut n\u00e9cessiter un \u00e9quipement de stabilisation suppl\u00e9mentaire ou des objectifs avec stabilisation optique pour \u00e9viter les tremblements. Pour son prix, la R50 offre une exp\u00e9rience de slow motion convaincante, en particulier pour les cr\u00e9ateurs d\u00e9butants.<\/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\">Interm\u00e9diaire<\/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\">Cette minuscule cam\u00e9ra d&rsquo;action est parfaite pour les vloggers ou les cr\u00e9ateurs de vid\u00e9os de voyage, offrant des vid\u00e9os 4K jusqu&rsquo;\u00e0 120 images par seconde et Full HD jusqu&rsquo;\u00e0 240 images par seconde. Sa taille compacte, ses fonctionnalit\u00e9s d\u00e9di\u00e9es au slow motion et sa stabilisation par cardan en font un excellent choix pour capturer des vid\u00e9os de qualit\u00e9 professionnelle lors de vos d\u00e9placements.<br><\/p><p class=\"uagb-rating-author\">\u2013 Josh Edwards<\/p><div class=\"uagb_review_entry\"><div>Qualit\u00e9 vid\u00e9o en slow motion (4K\/120 ips et 1080p\/240 ips)<\/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>Stabilisation (cardan 3 axes)<\/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>R\u00e9solution pour slow motion (4K\/120 ips prise en charge)<\/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>Facilit\u00e9 d&rsquo;utilisation pour les cr\u00e9ateurs<\/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>R\u00e9capitulatif<\/strong><\/p><div class=\"uagb_review_overall_value\"><p class=\"uagb_review_summary_desc\">Dans l&rsquo;ensemble, la DJI Pocket 3 repr\u00e9sente une am\u00e9lioration consid\u00e9rable par rapport \u00e0 son pr\u00e9d\u00e9cesseur, la DJI Pocket 2. Elle offre des capacit\u00e9s de slow motion sup\u00e9rieures avec une r\u00e9solution 4K \u00e0 120 images par seconde et 1080p \u00e0 240 images par seconde. Le stabilisateur \u00e0 3 axes int\u00e9gr\u00e9 permet d&rsquo;obtenir des images fluides, ce qui la rend id\u00e9ale pour les prises de vue au ralenti \u00e0 main lev\u00e9e. Ses utilisateurs ont salu\u00e9 ses performances, m\u00eame dans des conditions difficiles, soulignant sa rapidit\u00e9 de d\u00e9marrage et la qualit\u00e9 impressionnante de son slow motion.<br><br>Cependant, si le Pocket 3 excelle dans de nombreux domaines, certains utilisateurs ont remarqu\u00e9 que pour obtenir des images en slow motion optimales, il est n\u00e9cessaire de disposer de bonnes conditions d&rsquo;\u00e9clairage, car les fr\u00e9quences d&rsquo;images \u00e9lev\u00e9es peuvent n\u00e9cessiter plus de lumi\u00e8re. De plus, m\u00eame si l&rsquo;appareil photo offre des fonctionnalit\u00e9s avanc\u00e9es, il peut encore manquer certaines commandes manuelles que les utilisateurs professionnels pourraient souhaiter.<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\">Professionnel<\/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\">R\u00e9put\u00e9 pour sa qualit\u00e9 vid\u00e9o RAW 8K et jusqu&rsquo;\u00e0 120 ips en 4K, l&rsquo;EOS R5 est un outil puissant pour la r\u00e9alisation professionnelle. Il offre une flexibilit\u00e9 in\u00e9gal\u00e9e en post-production, ainsi qu&rsquo;un suivi et une mise au point intelligents, en faisant un outil essentiel pour les cr\u00e9ateurs qui exigent des performances en slow motion haut de gamme.<br><\/p><p class=\"uagb-rating-author\">\u2013 Josh Edwards<\/p><div class=\"uagb_review_entry\"><div>Qualit\u00e9 vid\u00e9o en slow motion (4K\/120 ips, 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>Stabilisation (IBIS + stabilisateur d&rsquo;image optique)<\/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>R\u00e9solution pour slow motion (pas de 8K\/60 ips)<\/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>Facilit\u00e9 d&rsquo;utilisation pour les cr\u00e9ateurs<\/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>R\u00e9capitulatif<\/strong><\/p><div class=\"uagb_review_overall_value\"><p class=\"uagb_review_summary_desc\">Le Canon EOS R5 offre un mode slow motion haut de gamme avec une exceptionnelle qualit\u00e9 vid\u00e9o 4K\/120 ips 10 bits, un autofocus excellent et une puissante stabilisation int\u00e9gr\u00e9e, ce qui en fait un choix tr\u00e8s int\u00e9ressant pour les cr\u00e9ateurs professionnels. Cependant, la surchauffe lors de longues sessions en 4K 120 ips et l&rsquo;absence d&rsquo;enregistrement audio dans ce mode limitent l\u00e9g\u00e8rement son utilisation pratique pour les prises de vue prolong\u00e9es.<br><br>Malgr\u00e9 ces points \u00e0 prendre en compte, il s&rsquo;agit de l&rsquo;un des meilleurs appareils photo sans miroir pour r\u00e9aliser des slow motion cin\u00e9matographiques de haute qualit\u00e9.<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=fr\" 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\/FR-Middle-Banner-get-the-best-creative-assets-for-your-videos-1140-1024x373.jpg\" alt=\"\" class=\"wp-image-35966\" srcset=\"https:\/\/new-blog.artlist.io\/blog\/wp-content\/uploads\/2024\/12\/FR-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\/FR-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\/FR-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\/FR-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\">Comment monter des s\u00e9quences en slow motion<\/h2>\n\n\n\n<p>Vous n&rsquo;avez plus besoin d&rsquo;un <a href=\"https:\/\/artlist.io\/software\">logiciel de montage<\/a> professionnel pour traiter les vid\u00e9os en slow motion, cependant, vous devez tenir compte du fait que les fichiers seront plus lourds et que les logiciels professionnels vous offrent la possibilit\u00e9 de cr\u00e9er des fichiers proxy l\u00e9gers et sont globalement plus robustes. Pour quelques vid\u00e9os sur t\u00e9l\u00e9phone, profitez des applications Android et Apple int\u00e9gr\u00e9es. Pour un usage professionnel ou des vid\u00e9os longues, vous aurez besoin d&rsquo;un logiciel de montage tel qu&rsquo;Adobe Premiere, Final Cut Pro X, DaVinci Resolve ou Adobe After Effects, pour n&rsquo;en citer que quelques-uns.<\/p>\n\n\n\n<p>Lorsque vous ralentissez une vid\u00e9o dans votre s\u00e9quence, vous devrez faire quelques calculs.<\/p>\n\n\n\n<p>Voici un tableau r\u00e9capitulatif qui indique les fr\u00e9quences d&rsquo;images et leurs dur\u00e9es respectives :<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><th>Fr\u00e9quence d&rsquo;images<\/th><th>Longueur<\/th><\/tr><\/thead><tbody><tr><td>30 fps<\/td><td>1 seconde<\/td><\/tr><tr><td>60 fps<\/td><td>2 secondes<\/td><\/tr><tr><td>120 fps<\/td><td>4 secondes<\/td><\/tr><tr><td>240 fps<\/td><td>8 secondes<\/td><\/tr><tr><td>480 fps<\/td><td>16 secondes<\/td><\/tr><tr><td>960 fps<\/td><td>32 secondes<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>Si votre s\u00e9quence est en 24p, vous devrez diviser uniform\u00e9ment la fr\u00e9quence d&rsquo;images enregistr\u00e9e par 24 pour d\u00e9terminer la vitesse \u00e0 laquelle votre s\u00e9quence peut \u00eatre ralentie. Il en va de m\u00eame si votre s\u00e9quence est en 30p. Essayez de diviser uniform\u00e9ment pour obtenir le pourcentage de resynchronisation correct, sinon vous risquez d&rsquo;obtenir des demi-images qui rendront la s\u00e9quence saccad\u00e9e.<\/p>\n\n\n\n    <div class=\"clipsContainer\" id=\"69d07ac6b5e55\"><\/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 ($(\"#69d07ac6b5e55\").length && data.length > 0) {\n                                createClipsGrid(data, \"69d07ac6b5e55\");\n                            } else if ($(\"#69d07ac6b5e55\").length && data.length == 0) {\n                                $(\"#69d07ac6b5e55\").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 ($(\"#69d07ac6b5e55\").length && data !== '') {\n                                createClipsGrid(data, \"69d07ac6b5e55\");\n                            } else if ($(\"#69d07ac6b5e55\").length && data.length == '') {\n                                $(\"#69d07ac6b5e55\").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 ($(\"#69d07ac6b5e55\").length && data.length > 0) {\n                                createClipsGrid(data, \"69d07ac6b5e55\");\n                            } else if ($(\"#69d07ac6b5e55\").length && data.length == 0) {\n                                $(\"#69d07ac6b5e55\").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 ($(\"#69d07ac6b5e55\").length && data !== '') {\n                                createClipsGrid(data, \"69d07ac6b5e55\");\n                            } else if ($(\"#69d07ac6b5e55\").length && data.length == '') {\n                                $(\"#69d07ac6b5e55\").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>La seule petite correction que vous pouvez effectuer en post-production est l&rsquo;interpolation temporelle. Il s&rsquo;agit d&rsquo;un param\u00e8tre qui vous permet de modifier la fr\u00e9quence d&rsquo;images de la s\u00e9quence en utilisant le flux optique pour interpoler les images manquantes. Cela peut sembler assez compliqu\u00e9, mais essayez-le et vous verrez. L&rsquo;alternative au r\u00e9glage du flux optique est le m\u00e9lange d&rsquo;images, qui fusionne deux images voisines pour r\u00e9duire les saccades, en \u00e9tirant essentiellement la s\u00e9quence. Utilisez le m\u00e9lange d&rsquo;images pour les clips dont la vitesse est sup\u00e9rieure ou \u00e9gale \u00e0 50%.<\/p>\n\n\n\n<p>Si vous avez film\u00e9 en slow motion afin de pouvoir utiliser des rampes de vitesse, voici une astuce de pro : appliquez un flou de mouvement. Les plugins de flou de mouvement pour FCPX fonctionnent bien pour ajouter une touche de flou afin de lisser les transitions. De ce fait, si vous filmez un surfeur qui prend une vague et que vous souhaitez ralentir la vitesse au moment o\u00f9 il s&rsquo;\u00e9l\u00e8ve dans les airs, appliquez un flou de mouvement dans cette transition de 100% \u00e0 50% ou moins. Cette m\u00e9thode simple vous permettra d&rsquo;ajouter une touche professionnelle et d&rsquo;am\u00e9liorer la qualit\u00e9 de vos s\u00e9quences.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Conclusion<\/h2>\n\n\n\n<p>Profitez des effets spectaculaires et de l&rsquo;impact visuel du slow motion, soyez vigilant \u00e0 la fr\u00e9quence d&rsquo;images pendant le tournage et le montage, et n&rsquo;oubliez pas d&rsquo;inclure des s\u00e9quences d&rsquo;archives provenant de la vaste biblioth\u00e8que d&rsquo;Artlist. Vous y trouverez de nombreux clips vid\u00e9o en slow motion et en super slow motion, allant de cascades brumeuses \u00e0 des exp\u00e9riences scientifiques en studio.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Les vid\u00e9os en slow motion peuvent servir \u00e0 diff\u00e9rentes fins pour un cin\u00e9aste. Elles sont souvent utilis\u00e9es pour dramatiser les \u00e9motions et cr\u00e9er une ambiance, mais elles sont \u00e9galement utilis\u00e9es dans les films d&rsquo;action et les vid\u00e9os sur la nature. Par exemple, le slow motion a un impact visuel consid\u00e9rable sur les effets pyrotechniques d&rsquo;une [&hellip;]<\/p>\n","protected":false},"author":11,"featured_media":32676,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_uag_custom_page_level_css":"","footnotes":""},"categories":[716],"tags":[1441,1442,1443],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v21.9 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Comment filmer des vid\u00e9os en slow motion | Artlist<\/title>\n<meta name=\"description\" content=\"Apprenez \u00e0 r\u00e9aliser des vid\u00e9os en slow motion. De l&#039;\u00e9clairage par la fr\u00e9quence et le montage, d\u00e9couvrez tout pour cr\u00e9er vos vid\u00e9os en slow motion.\" \/>\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\/fr\/comment-filmer-en-slow-motion\/\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Comment filmer des vid\u00e9os en slow motion | Artlist\" \/>\n<meta property=\"og:description\" content=\"Apprenez \u00e0 r\u00e9aliser des vid\u00e9os en slow motion. De l&#039;\u00e9clairage par la fr\u00e9quence et le montage, d\u00e9couvrez tout pour cr\u00e9er vos vid\u00e9os en slow motion.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/new-blog.artlist.io\/blog\/fr\/comment-filmer-en-slow-motion\/\" \/>\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:22:45+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=\"\u00c9crit par\" \/>\n\t<meta name=\"twitter:data1\" content=\"Jessica Peterson\" \/>\n\t<meta name=\"twitter:label2\" content=\"Dur\u00e9e de lecture estim\u00e9e\" \/>\n\t<meta name=\"twitter:data2\" content=\"10 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/new-blog.artlist.io\/blog\/fr\/comment-filmer-en-slow-motion\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/new-blog.artlist.io\/blog\/fr\/comment-filmer-en-slow-motion\/\"},\"author\":{\"name\":\"Jessica Peterson\",\"@id\":\"https:\/\/new-blog.artlist.io\/blog\/fr\/#\/schema\/person\/4cf1dcfc0b9a842464a579b686cbfe19\"},\"headline\":\"Comment filmer en slow motion\",\"datePublished\":\"2024-03-25T08:21:34+00:00\",\"dateModified\":\"2025-07-08T11:22:45+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/new-blog.artlist.io\/blog\/fr\/comment-filmer-en-slow-motion\/\"},\"wordCount\":2107,\"publisher\":{\"@id\":\"https:\/\/new-blog.artlist.io\/blog\/fr\/#organization\"},\"keywords\":[\"#camera\",\"frame rate\",\"Slow Motion\"],\"articleSection\":[\"Production et r\u00e9alisation de films\"],\"inLanguage\":\"fr-FR\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/new-blog.artlist.io\/blog\/fr\/comment-filmer-en-slow-motion\/\",\"url\":\"https:\/\/new-blog.artlist.io\/blog\/fr\/comment-filmer-en-slow-motion\/\",\"name\":\"Comment filmer des vid\u00e9os en slow motion | Artlist\",\"isPartOf\":{\"@id\":\"https:\/\/new-blog.artlist.io\/blog\/fr\/#website\"},\"datePublished\":\"2024-03-25T08:21:34+00:00\",\"dateModified\":\"2025-07-08T11:22:45+00:00\",\"description\":\"Apprenez \u00e0 r\u00e9aliser des vid\u00e9os en slow motion. De l'\u00e9clairage par la fr\u00e9quence et le montage, d\u00e9couvrez tout pour cr\u00e9er vos vid\u00e9os en slow motion.\",\"breadcrumb\":{\"@id\":\"https:\/\/new-blog.artlist.io\/blog\/fr\/comment-filmer-en-slow-motion\/#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/new-blog.artlist.io\/blog\/fr\/comment-filmer-en-slow-motion\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/new-blog.artlist.io\/blog\/fr\/comment-filmer-en-slow-motion\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/new-blog.artlist.io\/blog\/fr\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Production et r\u00e9alisation de films\",\"item\":\"https:\/\/new-blog.artlist.io\/blog\/fr\/production-et-realisation-de-films\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Comment filmer en slow motion\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/new-blog.artlist.io\/blog\/fr\/#website\",\"url\":\"https:\/\/new-blog.artlist.io\/blog\/fr\/\",\"name\":\"Artlist Blog\",\"description\":\"Just artlist blog website\",\"publisher\":{\"@id\":\"https:\/\/new-blog.artlist.io\/blog\/fr\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/new-blog.artlist.io\/blog\/fr\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"fr-FR\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/new-blog.artlist.io\/blog\/fr\/#organization\",\"name\":\"Artlist Blog\",\"url\":\"https:\/\/new-blog.artlist.io\/blog\/fr\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\/\/new-blog.artlist.io\/blog\/fr\/#\/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\/fr\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/new-blog.artlist.io\/blog\/fr\/#\/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\/fr\/author\/jessica-peterson\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Comment filmer des vid\u00e9os en slow motion | Artlist","description":"Apprenez \u00e0 r\u00e9aliser des vid\u00e9os en slow motion. De l'\u00e9clairage par la fr\u00e9quence et le montage, d\u00e9couvrez tout pour cr\u00e9er vos vid\u00e9os en slow motion.","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\/fr\/comment-filmer-en-slow-motion\/","og_locale":"fr_FR","og_type":"article","og_title":"Comment filmer des vid\u00e9os en slow motion | Artlist","og_description":"Apprenez \u00e0 r\u00e9aliser des vid\u00e9os en slow motion. De l'\u00e9clairage par la fr\u00e9quence et le montage, d\u00e9couvrez tout pour cr\u00e9er vos vid\u00e9os en slow motion.","og_url":"https:\/\/new-blog.artlist.io\/blog\/fr\/comment-filmer-en-slow-motion\/","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:22:45+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":{"\u00c9crit par":"Jessica Peterson","Dur\u00e9e de lecture estim\u00e9e":"10 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/new-blog.artlist.io\/blog\/fr\/comment-filmer-en-slow-motion\/#article","isPartOf":{"@id":"https:\/\/new-blog.artlist.io\/blog\/fr\/comment-filmer-en-slow-motion\/"},"author":{"name":"Jessica Peterson","@id":"https:\/\/new-blog.artlist.io\/blog\/fr\/#\/schema\/person\/4cf1dcfc0b9a842464a579b686cbfe19"},"headline":"Comment filmer en slow motion","datePublished":"2024-03-25T08:21:34+00:00","dateModified":"2025-07-08T11:22:45+00:00","mainEntityOfPage":{"@id":"https:\/\/new-blog.artlist.io\/blog\/fr\/comment-filmer-en-slow-motion\/"},"wordCount":2107,"publisher":{"@id":"https:\/\/new-blog.artlist.io\/blog\/fr\/#organization"},"keywords":["#camera","frame rate","Slow Motion"],"articleSection":["Production et r\u00e9alisation de films"],"inLanguage":"fr-FR"},{"@type":"WebPage","@id":"https:\/\/new-blog.artlist.io\/blog\/fr\/comment-filmer-en-slow-motion\/","url":"https:\/\/new-blog.artlist.io\/blog\/fr\/comment-filmer-en-slow-motion\/","name":"Comment filmer des vid\u00e9os en slow motion | Artlist","isPartOf":{"@id":"https:\/\/new-blog.artlist.io\/blog\/fr\/#website"},"datePublished":"2024-03-25T08:21:34+00:00","dateModified":"2025-07-08T11:22:45+00:00","description":"Apprenez \u00e0 r\u00e9aliser des vid\u00e9os en slow motion. De l'\u00e9clairage par la fr\u00e9quence et le montage, d\u00e9couvrez tout pour cr\u00e9er vos vid\u00e9os en slow motion.","breadcrumb":{"@id":"https:\/\/new-blog.artlist.io\/blog\/fr\/comment-filmer-en-slow-motion\/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/new-blog.artlist.io\/blog\/fr\/comment-filmer-en-slow-motion\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/new-blog.artlist.io\/blog\/fr\/comment-filmer-en-slow-motion\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/new-blog.artlist.io\/blog\/fr\/"},{"@type":"ListItem","position":2,"name":"Production et r\u00e9alisation de films","item":"https:\/\/new-blog.artlist.io\/blog\/fr\/production-et-realisation-de-films\/"},{"@type":"ListItem","position":3,"name":"Comment filmer en slow motion"}]},{"@type":"WebSite","@id":"https:\/\/new-blog.artlist.io\/blog\/fr\/#website","url":"https:\/\/new-blog.artlist.io\/blog\/fr\/","name":"Artlist Blog","description":"Just artlist blog website","publisher":{"@id":"https:\/\/new-blog.artlist.io\/blog\/fr\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/new-blog.artlist.io\/blog\/fr\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"fr-FR"},{"@type":"Organization","@id":"https:\/\/new-blog.artlist.io\/blog\/fr\/#organization","name":"Artlist Blog","url":"https:\/\/new-blog.artlist.io\/blog\/fr\/","logo":{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/new-blog.artlist.io\/blog\/fr\/#\/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\/fr\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/new-blog.artlist.io\/blog\/fr\/#\/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\/fr\/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\/fr\/author\/jessica-peterson\/"},"uagb_comment_info":0,"uagb_excerpt":"Les vid\u00e9os en slow motion peuvent servir \u00e0 diff\u00e9rentes fins pour un cin\u00e9aste. Elles sont souvent utilis\u00e9es pour dramatiser les \u00e9motions et cr\u00e9er une ambiance, mais elles sont \u00e9galement utilis\u00e9es dans les films d&rsquo;action et les vid\u00e9os sur la nature. Par exemple, le slow motion a un impact visuel consid\u00e9rable sur les effets pyrotechniques d&rsquo;une\u2026","_links":{"self":[{"href":"https:\/\/new-blog.artlist.io\/blog\/fr\/wp-json\/wp\/v2\/posts\/46628"}],"collection":[{"href":"https:\/\/new-blog.artlist.io\/blog\/fr\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/new-blog.artlist.io\/blog\/fr\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/new-blog.artlist.io\/blog\/fr\/wp-json\/wp\/v2\/users\/11"}],"replies":[{"embeddable":true,"href":"https:\/\/new-blog.artlist.io\/blog\/fr\/wp-json\/wp\/v2\/comments?post=46628"}],"version-history":[{"count":2,"href":"https:\/\/new-blog.artlist.io\/blog\/fr\/wp-json\/wp\/v2\/posts\/46628\/revisions"}],"predecessor-version":[{"id":46631,"href":"https:\/\/new-blog.artlist.io\/blog\/fr\/wp-json\/wp\/v2\/posts\/46628\/revisions\/46631"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/new-blog.artlist.io\/blog\/fr\/wp-json\/wp\/v2\/media\/32676"}],"wp:attachment":[{"href":"https:\/\/new-blog.artlist.io\/blog\/fr\/wp-json\/wp\/v2\/media?parent=46628"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/new-blog.artlist.io\/blog\/fr\/wp-json\/wp\/v2\/categories?post=46628"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/new-blog.artlist.io\/blog\/fr\/wp-json\/wp\/v2\/tags?post=46628"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}