SlideShare a Scribd company logo
1 of 13
FMP Production Experiments
Shooting with BMPCC 4K – My Thoughts and Feelings
I shot a short sequence with my friend Elliot so I could practise shooting something real with the camera and colour
grading. I just wanted to get use the workflow and post production so I didn’t even think about cinematography or
lighting or sound.
What I like
• One thing I love about this camera is the image quality with the sharp lens I paired with the 4K sensor even the
worst condition footage looks amazing straight out the camera.
• The assist features on the camera are also amazing. The focus assist red lines are very helpful in getting good focus
as the camera/lens/adapter combo doesn’t support AF. Also, having the audio levels on-screen are useful to monitor
the audio goring into the camera. There is also a headphone jack on the camera so I can monitor the audio to make
sure it sounds good.
• The compactness of the camera means its easy to hold with one hand and easily rigged up to a gimbal/tripod. I tried
one handed shooting on the test shoot as I was walking down the stairs backwards and had to hold onto the railing.
The footage came out smooth as the weight of the camera with all the accessories meant all the little shakes were
eliminated. Its nice and small but heavy so it’s the best of both worlds
What I don’t
• One thing I don’t like is the battery life on the camera is disgraceful. I got about 40 minutes of recording time which
is unusable when filming outside or away from an outlet.
• Also, there is no phantom power form the microphone so I can’t use the college røde microphones as they require
power that way. I can use my Takstar as it has a battery built in but its no the best in quality
• One final issue with the camera is that it uses a MFT lens adapter so I have to use an adaptor for my canon glass
Focus Assist
One Handed Shooting
Using the railing as a focus point
to give emphasise to the shoes
Editing BRAW in Premier Pro vs DaVinci Resolve
My issue came with using Premier Pro to edit 4k BRAW footage, it wasn’t having any
of it. I looked into using proxy files but found out that Adobe Media Coder is
incredible slow at creating the files and it would waste so much time as my computer
is really slow during the time it took to create the proxy files for the experiment and
will only be longer with all the footage from a big shoot such as this one. The proxy’s
still chugged my computer which just wasn’t easy to work with
• I love Premier Pro and Adobes whole workflow and really wished I could edit my
footage smoothly without having to go through the rigmarole of creating proxies
and editing off the cloud and my SSD at the same time.
• I then loaded it into DaVinci Resolve Studio and it played back like a dream. It was
smooth and didn’t choke once. I also used the college mac to test this and even
though they are lower spec computers they worked fine too. I feel like this is going
to be the be what I use to edit the short. My issue with DaVinci is that I have never
used it and will have to learn very quickly how to use it in order to edit this thing
well. I really wanted premier pro to work as I have spent my whole college time
using premier and know how to use it really well.
• I'm just grateful that I figured this out now so I can blitz a Resolve tutorial and make
something great
DaVinci Resolve Studio (editing)
DaVinci Resolve Studio (colour grading)
Premier Pro (useful panels)
Premier Pro
Pros
• The layout much more modular
• The integration of the Adobe Suite works so much better
• I know the software very well
Cons
• Doesn’t handle BRAW well
Resolve Studio
Pros
• Works well with BRAW footage
• Has the equivalent of After Effects and Audition built in
• The layout is setup nicely
Cons
• I don’t know how to use it as well as Premier Pro
Learning DaVinci Resolve Colour Grading
To prepare for colour grading the film I had a blind
stab at colouring a shot from the test footage I shot
and then I watched a tutorial on things I didn’t know
how to use such as the level curves and the reading
histograms etc
• I have a basic understand of the process as I have
done colour grading in premier pro so it wasn’t
totally unguided. I know what to do but not where it
is so I spent a lot of time clicking through menus
seeing what is there.
• After randomly clicking through I found the Camera
RAW editor so I could adjust the ISO, WB and other
gamma controls. This is going to help fix al the
mistakes I make on set
• The LUTs tab was easy to spot and I just selected the
one I had been using in camera that is made by
Blackmagic. This instantly made the footage look
better as it took away the LOG look of the video.
• I played around with the levels tab as well to master
the RGB channels and get the desired look
Before
After
After Effects Hack Animation
Inspirations and visual looks and my plan
• I want my film to come across very realistic so I will be building my
own system UI assets around the look of the windows and mac
terminals.
• I plan to use geektyper.com for any shots where the screen in not the
focus so they will have to look similar to that. geektyper.com has a
very basic style that will make it easy to create my own
• I will take the text from geektyper.com and overlay that on top of the
UI I design in photoshop. It’s not the most elegant way of doing it but
it will work
The look
my own Mac terminalA Windows PC terminal
A screenshot from Mr. Robot
Geektyper.com terminal
How I did it
• I created the basic background in photoshop and made two
versions. One with a background and one without, this is so I
can layer them better in after effects.
• This just makes it look more natural to have the text go off
the screen but underneath the top tab
• For the animation I took a brute force script off GitHub and
copied it into word so I can format it and add some extra text
to the beginning
• I took them into after effects and started to follow a tutorial
by After Effects Tutorials w/ Mikey.
• To start I copied the text into after effects and set the layout
how I wanted. I then did a Scale animation with in the text
layer. This meant that the text would appear on screen as if it
was been typed.
• I then used these lines of code to make it scroll and move
with the animation
• Everything worked out great except for the fact it runs from
the bottom up and not top down. I don’t know how to fix
this but it works if I start playback a few seconds in
GitHub script
Layers
def findPassword(chars, function, show=50, format_="%s"):
password = None
attempts = 1000
size = 10
stop = False
while not stop:
for pw in product(chars, repeat=size):
password = "".join(pw)
if attempts % show == 0:
print(format_ % password)
if function(password):
stop = True
break
else:
attempts += 1
size += 1Bottom
Plate
Text
Top
Plate
def findPassword(chars, function, show=50, format_="%s"):
password = None
attempts = 1000
size = 10
stop = False
while not stop:
for pw in product(chars, repeat=size):
password = "".join(pw)
if attempts % show == 0:
print(format_ % password)
if function(password):
stop = True
break
else:
attempts += 1
size += 1
Merged
In After Effects
Text scrolls up
Text is hidden
behind the
top plate

More Related Content

What's hot

Evaluation Question 4
Evaluation Question 4Evaluation Question 4
Evaluation Question 4
BHardie94
 
Media studies question 6 (powerpoint)
Media studies question 6 (powerpoint)Media studies question 6 (powerpoint)
Media studies question 6 (powerpoint)
longroadthriller13
 
Question 6 - What have you learnt about technologies from the process of cons...
Question 6 - What have you learnt about technologies from the process of cons...Question 6 - What have you learnt about technologies from the process of cons...
Question 6 - What have you learnt about technologies from the process of cons...
KPeanuts
 
Question 6- What have you learnt about technologies from the process of const...
Question 6- What have you learnt about technologies from the process of const...Question 6- What have you learnt about technologies from the process of const...
Question 6- What have you learnt about technologies from the process of const...
minnies96
 
What have you learnt about technologies from the process of constructing this...
What have you learnt about technologies from the process of constructing this...What have you learnt about technologies from the process of constructing this...
What have you learnt about technologies from the process of constructing this...
CVSmediastudies
 
Evaluation Question 6
Evaluation Question 6Evaluation Question 6
Evaluation Question 6
mediawork4
 
Evaluation Task 6
Evaluation Task 6Evaluation Task 6
Evaluation Task 6
Parasko
 
What have i learnt about technologies
What have i learnt about technologiesWhat have i learnt about technologies
What have i learnt about technologies
AmieB
 
Evaluation of preliminary task
Evaluation of preliminary taskEvaluation of preliminary task
Evaluation of preliminary task
kbageorgehopkins
 
Evaluation (Question 4)
Evaluation (Question 4)Evaluation (Question 4)
Evaluation (Question 4)
The13028
 

What's hot (20)

Evaluation Question 4
Evaluation Question 4Evaluation Question 4
Evaluation Question 4
 
Inserting Video in Dreamweaver (Using Plugin)
Inserting Video in Dreamweaver (Using Plugin)Inserting Video in Dreamweaver (Using Plugin)
Inserting Video in Dreamweaver (Using Plugin)
 
Media studies question 6 (powerpoint)
Media studies question 6 (powerpoint)Media studies question 6 (powerpoint)
Media studies question 6 (powerpoint)
 
Evaluation 6
Evaluation 6Evaluation 6
Evaluation 6
 
Question 6 - What have you learnt about technologies from the process of cons...
Question 6 - What have you learnt about technologies from the process of cons...Question 6 - What have you learnt about technologies from the process of cons...
Question 6 - What have you learnt about technologies from the process of cons...
 
Question 6- What have you learnt about technologies from the process of const...
Question 6- What have you learnt about technologies from the process of const...Question 6- What have you learnt about technologies from the process of const...
Question 6- What have you learnt about technologies from the process of const...
 
What have you learnt about technologies from the process of constructing this...
What have you learnt about technologies from the process of constructing this...What have you learnt about technologies from the process of constructing this...
What have you learnt about technologies from the process of constructing this...
 
Evaluation Question 6
Evaluation Question 6Evaluation Question 6
Evaluation Question 6
 
Question 6
Question 6Question 6
Question 6
 
Evaluation Task 6
Evaluation Task 6Evaluation Task 6
Evaluation Task 6
 
Technologies!
Technologies!Technologies!
Technologies!
 
What have i learnt about technologies
What have i learnt about technologiesWhat have i learnt about technologies
What have i learnt about technologies
 
Question 4
Question 4Question 4
Question 4
 
Question 4
Question 4Question 4
Question 4
 
Question 6
Question 6Question 6
Question 6
 
Evaluation of preliminary task
Evaluation of preliminary taskEvaluation of preliminary task
Evaluation of preliminary task
 
Cloning refix
Cloning refix Cloning refix
Cloning refix
 
Eval6
Eval6Eval6
Eval6
 
Evaluation Technology
Evaluation TechnologyEvaluation Technology
Evaluation Technology
 
Evaluation (Question 4)
Evaluation (Question 4)Evaluation (Question 4)
Evaluation (Question 4)
 

Similar to Experiments

Question 4 Evaluation
Question 4 EvaluationQuestion 4 Evaluation
Question 4 Evaluation
rhiannonmay
 
What have you learnt about technologies from the process of constructing this...
What have you learnt about technologies from the process of constructing this...What have you learnt about technologies from the process of constructing this...
What have you learnt about technologies from the process of constructing this...
shanecunnane
 
Evaluation Question 4: How did you use media technologies in the construction...
Evaluation Question 4: How did you use media technologies in the construction...Evaluation Question 4: How did you use media technologies in the construction...
Evaluation Question 4: How did you use media technologies in the construction...
Felix Knott
 
Q.6- What Have You Learnt About Technologies From The Process Of Creating Thi...
Q.6- What Have You Learnt About Technologies From The Process Of Creating Thi...Q.6- What Have You Learnt About Technologies From The Process Of Creating Thi...
Q.6- What Have You Learnt About Technologies From The Process Of Creating Thi...
Fardad Khayami
 
Evaluation question 4
Evaluation question 4 Evaluation question 4
Evaluation question 4
chespe09
 
6. production reflection FMP
6. production reflection   FMP6. production reflection   FMP
6. production reflection FMP
Adam Wheeler
 
Evaluation Q6)
Evaluation Q6)Evaluation Q6)
Evaluation Q6)
Yaquob1
 
Media Studies - Evaluation Activity 6
Media Studies - Evaluation Activity 6Media Studies - Evaluation Activity 6
Media Studies - Evaluation Activity 6
rannesamion
 
Evaluation Question Bayzid
Evaluation Question BayzidEvaluation Question Bayzid
Evaluation Question Bayzid
haverstockmedia
 
Media evaluation 4
Media evaluation 4Media evaluation 4
Media evaluation 4
mollymay92
 

Similar to Experiments (20)

Question 4 Evaluation
Question 4 EvaluationQuestion 4 Evaluation
Question 4 Evaluation
 
evalutation question 5
evalutation question 5evalutation question 5
evalutation question 5
 
What have you learnt about technologies from the process of constructing this...
What have you learnt about technologies from the process of constructing this...What have you learnt about technologies from the process of constructing this...
What have you learnt about technologies from the process of constructing this...
 
Question 6
Question 6Question 6
Question 6
 
Evaluation Question 4: How did you use media technologies in the construction...
Evaluation Question 4: How did you use media technologies in the construction...Evaluation Question 4: How did you use media technologies in the construction...
Evaluation Question 4: How did you use media technologies in the construction...
 
Q.6- What Have You Learnt About Technologies From The Process Of Creating Thi...
Q.6- What Have You Learnt About Technologies From The Process Of Creating Thi...Q.6- What Have You Learnt About Technologies From The Process Of Creating Thi...
Q.6- What Have You Learnt About Technologies From The Process Of Creating Thi...
 
Question 6
Question 6Question 6
Question 6
 
Evaluation Question Six
Evaluation Question SixEvaluation Question Six
Evaluation Question Six
 
Equipment
EquipmentEquipment
Equipment
 
Evaluation question:6 What have you learnt about technology from the process...
Evaluation question:6 What have you learnt about technology from the process...Evaluation question:6 What have you learnt about technology from the process...
Evaluation question:6 What have you learnt about technology from the process...
 
Evaluation question 4
Evaluation question 4 Evaluation question 4
Evaluation question 4
 
Question 6&7
Question 6&7Question 6&7
Question 6&7
 
6. production reflection FMP
6. production reflection   FMP6. production reflection   FMP
6. production reflection FMP
 
Evaluation Q6)
Evaluation Q6)Evaluation Q6)
Evaluation Q6)
 
Media Studies - Evaluation Activity 6
Media Studies - Evaluation Activity 6Media Studies - Evaluation Activity 6
Media Studies - Evaluation Activity 6
 
How did you use media technologies in the
How did you use media technologies in theHow did you use media technologies in the
How did you use media technologies in the
 
Question 4
Question 4Question 4
Question 4
 
Evaluation Question Bayzid
Evaluation Question BayzidEvaluation Question Bayzid
Evaluation Question Bayzid
 
Production technologies
Production technologiesProduction technologies
Production technologies
 
Media evaluation 4
Media evaluation 4Media evaluation 4
Media evaluation 4
 

More from OliverNicholson7 (20)

Music video thesis
Music video thesisMusic video thesis
Music video thesis
 
Pre production
Pre productionPre production
Pre production
 
Problem solving Updated
Problem solving UpdatedProblem solving Updated
Problem solving Updated
 
Problem solving
Problem solvingProblem solving
Problem solving
 
Research pt1
Research pt1Research pt1
Research pt1
 
Research pt2
Research pt2Research pt2
Research pt2
 
0. grade response
0. grade response0. grade response
0. grade response
 
Contextual & inspiration
Contextual & inspirationContextual & inspiration
Contextual & inspiration
 
Art gallery research
Art gallery researchArt gallery research
Art gallery research
 
Evaluation
EvaluationEvaluation
Evaluation
 
Pre production
Pre productionPre production
Pre production
 
research
researchresearch
research
 
Music video thesis
Music video thesisMusic video thesis
Music video thesis
 
Production diary
Production diaryProduction diary
Production diary
 
Client project evaulation
Client project evaulationClient project evaulation
Client project evaulation
 
proposal
proposalproposal
proposal
 
Research client project
Research client projectResearch client project
Research client project
 
Research client project (unfinished)
Research client project (unfinished)Research client project (unfinished)
Research client project (unfinished)
 
Dslr workshop camera audit form blank 2019
Dslr workshop camera audit form blank 2019Dslr workshop camera audit form blank 2019
Dslr workshop camera audit form blank 2019
 
Ual ucas pro forma
Ual ucas pro formaUal ucas pro forma
Ual ucas pro forma
 

Recently uploaded

Recently uploaded (20)

How to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptxHow to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptx
 
Interdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptxInterdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptx
 
Google Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptxGoogle Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptx
 
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
 
Towards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxTowards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptx
 
dusjagr & nano talk on open tools for agriculture research and learning
dusjagr & nano talk on open tools for agriculture research and learningdusjagr & nano talk on open tools for agriculture research and learning
dusjagr & nano talk on open tools for agriculture research and learning
 
AIM of Education-Teachers Training-2024.ppt
AIM of Education-Teachers Training-2024.pptAIM of Education-Teachers Training-2024.ppt
AIM of Education-Teachers Training-2024.ppt
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docx
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...
 
Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)
 
How to Add a Tool Tip to a Field in Odoo 17
How to Add a Tool Tip to a Field in Odoo 17How to Add a Tool Tip to a Field in Odoo 17
How to Add a Tool Tip to a Field in Odoo 17
 
Food safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfFood safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdf
 
Single or Multiple melodic lines structure
Single or Multiple melodic lines structureSingle or Multiple melodic lines structure
Single or Multiple melodic lines structure
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POS
 
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfUnit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
 
SOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning PresentationSOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning Presentation
 
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
 
Basic Intentional Injuries Health Education
Basic Intentional Injuries Health EducationBasic Intentional Injuries Health Education
Basic Intentional Injuries Health Education
 
Wellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptxWellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptx
 

Experiments

  • 2. Shooting with BMPCC 4K – My Thoughts and Feelings I shot a short sequence with my friend Elliot so I could practise shooting something real with the camera and colour grading. I just wanted to get use the workflow and post production so I didn’t even think about cinematography or lighting or sound. What I like • One thing I love about this camera is the image quality with the sharp lens I paired with the 4K sensor even the worst condition footage looks amazing straight out the camera. • The assist features on the camera are also amazing. The focus assist red lines are very helpful in getting good focus as the camera/lens/adapter combo doesn’t support AF. Also, having the audio levels on-screen are useful to monitor the audio goring into the camera. There is also a headphone jack on the camera so I can monitor the audio to make sure it sounds good. • The compactness of the camera means its easy to hold with one hand and easily rigged up to a gimbal/tripod. I tried one handed shooting on the test shoot as I was walking down the stairs backwards and had to hold onto the railing. The footage came out smooth as the weight of the camera with all the accessories meant all the little shakes were eliminated. Its nice and small but heavy so it’s the best of both worlds What I don’t • One thing I don’t like is the battery life on the camera is disgraceful. I got about 40 minutes of recording time which is unusable when filming outside or away from an outlet. • Also, there is no phantom power form the microphone so I can’t use the college røde microphones as they require power that way. I can use my Takstar as it has a battery built in but its no the best in quality • One final issue with the camera is that it uses a MFT lens adapter so I have to use an adaptor for my canon glass
  • 3. Focus Assist One Handed Shooting Using the railing as a focus point to give emphasise to the shoes
  • 4. Editing BRAW in Premier Pro vs DaVinci Resolve My issue came with using Premier Pro to edit 4k BRAW footage, it wasn’t having any of it. I looked into using proxy files but found out that Adobe Media Coder is incredible slow at creating the files and it would waste so much time as my computer is really slow during the time it took to create the proxy files for the experiment and will only be longer with all the footage from a big shoot such as this one. The proxy’s still chugged my computer which just wasn’t easy to work with • I love Premier Pro and Adobes whole workflow and really wished I could edit my footage smoothly without having to go through the rigmarole of creating proxies and editing off the cloud and my SSD at the same time. • I then loaded it into DaVinci Resolve Studio and it played back like a dream. It was smooth and didn’t choke once. I also used the college mac to test this and even though they are lower spec computers they worked fine too. I feel like this is going to be the be what I use to edit the short. My issue with DaVinci is that I have never used it and will have to learn very quickly how to use it in order to edit this thing well. I really wanted premier pro to work as I have spent my whole college time using premier and know how to use it really well. • I'm just grateful that I figured this out now so I can blitz a Resolve tutorial and make something great
  • 5. DaVinci Resolve Studio (editing) DaVinci Resolve Studio (colour grading)
  • 6. Premier Pro (useful panels) Premier Pro Pros • The layout much more modular • The integration of the Adobe Suite works so much better • I know the software very well Cons • Doesn’t handle BRAW well Resolve Studio Pros • Works well with BRAW footage • Has the equivalent of After Effects and Audition built in • The layout is setup nicely Cons • I don’t know how to use it as well as Premier Pro
  • 7. Learning DaVinci Resolve Colour Grading To prepare for colour grading the film I had a blind stab at colouring a shot from the test footage I shot and then I watched a tutorial on things I didn’t know how to use such as the level curves and the reading histograms etc • I have a basic understand of the process as I have done colour grading in premier pro so it wasn’t totally unguided. I know what to do but not where it is so I spent a lot of time clicking through menus seeing what is there. • After randomly clicking through I found the Camera RAW editor so I could adjust the ISO, WB and other gamma controls. This is going to help fix al the mistakes I make on set • The LUTs tab was easy to spot and I just selected the one I had been using in camera that is made by Blackmagic. This instantly made the footage look better as it took away the LOG look of the video. • I played around with the levels tab as well to master the RGB channels and get the desired look
  • 9. After Effects Hack Animation Inspirations and visual looks and my plan • I want my film to come across very realistic so I will be building my own system UI assets around the look of the windows and mac terminals. • I plan to use geektyper.com for any shots where the screen in not the focus so they will have to look similar to that. geektyper.com has a very basic style that will make it easy to create my own • I will take the text from geektyper.com and overlay that on top of the UI I design in photoshop. It’s not the most elegant way of doing it but it will work
  • 10. The look my own Mac terminalA Windows PC terminal A screenshot from Mr. Robot Geektyper.com terminal
  • 11. How I did it • I created the basic background in photoshop and made two versions. One with a background and one without, this is so I can layer them better in after effects. • This just makes it look more natural to have the text go off the screen but underneath the top tab • For the animation I took a brute force script off GitHub and copied it into word so I can format it and add some extra text to the beginning • I took them into after effects and started to follow a tutorial by After Effects Tutorials w/ Mikey. • To start I copied the text into after effects and set the layout how I wanted. I then did a Scale animation with in the text layer. This meant that the text would appear on screen as if it was been typed. • I then used these lines of code to make it scroll and move with the animation • Everything worked out great except for the fact it runs from the bottom up and not top down. I don’t know how to fix this but it works if I start playback a few seconds in GitHub script
  • 12. Layers def findPassword(chars, function, show=50, format_="%s"): password = None attempts = 1000 size = 10 stop = False while not stop: for pw in product(chars, repeat=size): password = "".join(pw) if attempts % show == 0: print(format_ % password) if function(password): stop = True break else: attempts += 1 size += 1Bottom Plate Text Top Plate def findPassword(chars, function, show=50, format_="%s"): password = None attempts = 1000 size = 10 stop = False while not stop: for pw in product(chars, repeat=size): password = "".join(pw) if attempts % show == 0: print(format_ % password) if function(password): stop = True break else: attempts += 1 size += 1 Merged
  • 13. In After Effects Text scrolls up Text is hidden behind the top plate