Skip to content

janat-t/PDE_Final_Report

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Final Report of Partial Differential Equations course @ Tokyo Tech

This repository contains source codes for the final reports. PDF file of the report is here

To creaet a video from images, use ffmpeg command.

command:

ffmpeg -r 10 -start_number 1 -i filename_%03d.jpg -vcodec libx264 –pix_fmt yuv420p output_video.mp4

-r : framerate

-start_number : number of the first file

-i : filename

-vcodec : encoding

output_video.mp4 : output video in mp4 format

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages