首页 > 其他分享 >Reflective Journal III

Reflective Journal III

时间:2024-05-18 12:51:53浏览次数:19  
标签:use interesting Journal story production video digital Reflective III

​Through this study, I learned and made a digital story. First, choose a story. Then, prepare the narrative script and required pictures or video clips. After arranging all the pictures, add dubbing, subtitles and background music.
​In my digital story, I mainly use some special pictures to connect the whole story. At the same time, some video clips of Elsa singing let it go on the snowy mountain are used. This song is the highlight of the whole movie, so I use this video clip alone. Before and after this video clip, I use different background music, which was simple in the early stage and sad in the later stage. This also corresponds to the emotion conveyed by the story content.
​After studying,I personally made a digital story for the first time. I learned to use video production software and search the picture resources I needed effectively and accurately. At the same time, I also tried PS. In terms of challenges, I am not very good at adding subtitles and dubbing to videos. In terms of plot writing, I am not sure whether to describe it in detail or briefly. And the video production may be a little stiff.
​I think this DCM project is a very interesting and useful skill for me. I learnt many new things that I have never tried. This is an innovative experience for me.I really like it very much. Compared with traditional writing, digital stories are more interesting and easy to understand. The production process is also more interesting and can stimulate my creativity.

标签:use,interesting,Journal,story,production,video,digital,Reflective,III
From: https://www.cnblogs.com/luan525418/p/18199235

相关文章

  • 抽象代数课程笔记 III —— 域论、伽罗瓦理论
    持续更新。\(\newcommand{\a}{\alpha}\newcommand{\b}{\beta}\newcommand{\D}{\Delta}\newcommand{\eps}{\varepsilon}\newcommand{\ph}{\varphi}\newcommand{\t}{\theta}\newcommand{\la}{\lambda}\newcommand{\si}{\sigma}\newcommand{\d}{......
  • 抽象代数课程笔记 III —— 域论、伽罗瓦理论
    持续更新。\(\newcommand{\a}{\alpha}\newcommand{\b}{\beta}\newcommand{\D}{\Delta}\newcommand{\eps}{\varepsilon}\newcommand{\ph}{\varphi}\newcommand{\t}{\theta}\newcommand{\la}{\lambda}\newcommand{\si}{\sigma}\newcommand{\d}{......
  • UcOs-III 源码阅读: os_time.c
    对实时时钟源文件os_time.c进行源码阅读与注释://功能:Tick级别延时、时间延时、恢复延时中的任务、获取/设置系统Tick值、实时时钟滴答函数//Tick级别延时API:OSTimeDly(ticks)//时间延时API:OSTimeDlyHMSM(p_hmsm)//恢复延时API:OSTimeDlyResume(task_id)//获取系统T......
  • UcOs-III 源码阅读: os_tmr.c
    对定时器源文件os_tmr.c进行源码阅读与注释://功能:创建、删除、启动、停止、删除、初始化模块、获取定时器剩余时间、获取定时器状态、//创建定时器API:OS_TmrCreate//删除定时器API:OS_TmrDel//启动定时器API:O......
  • 【DP】买卖股票的最佳时机III
    题源-之前都是数组存,然后转移状态,这次是直接四个变量,非常神奇-在该问题中,定义了五种状态,分别是:未进行过任何操作、只进行过一次买操作、进行了一次买操作和一次卖操作(完成了一笔交易)、在完成了一笔交易的前提下进行了第二次买操作以及完成了全部两笔交易。-然后,通过状态转移方......
  • Linux日志工具---journalctl
    目录确实如此,Linux系统中的日志系统是维护系统健康、安全和性能的关键组成部分。自从systemd成为众多Linux发行版的默认初始化系统以来,journalctl成为了管理和查询这些系统日志的主要工具。journalctl是与systemd-journald日志系统配套的命令行实用程序。systemd-journald......
  • Intel Pentium III CPU(Coppermine, Tualatin) L2 Cache Latency, Hardware Prefetch
    这几天,偶然的机会想到了困扰自己和其他网友多年的IntelPentiumIII系列处理器缓存延迟(L2CacheLatency),以及图拉丁核心版本是否支持硬件预取(HardwarePrefetch)问题。手头的支持图拉丁核心处理器的i815主板还在正常服役中,铜矿和图拉丁核心处理器也都有,所以就专门做了这一期调查,感......
  • Reflective journay
    First,thetextissimpie,whatishoulddoarememorizingsomemoreadvancedvocabularyandusingtheCOCAtocorrectyourgrammaticalerrorsandlearningauthenticlanguageSecondly,ishouldapplymoreDMCskillstocultivatemycontent,applyingmorep......
  • Reflective Journal
    Firstofall,Ilearnfivemodesofmulti-modality,theintegralfeaturesinteraction,therepresentationofideas,thewaysofinteractionandtheinterplayofmeaningsIntermsofEssayanalysis,Iknowifyouwanttowriteagoodbeginning,you’dbettermake......
  • 【每日一题】组合总和 III
    216.组合总和III找出所有相加之和为 n的 k 个数的组合,且满足下列条件:只使用数字1到9每个数字 最多使用一次 返回所有可能的有效组合的列表。该列表不能包含相同的组合两次,组合可以以任何顺序返回。示例1:输入:k=3,n=7输出:[[1,2,4]]解释:1+2+4......