mirror of
https://gitlab.waag.org/make/fablab/interns/2025/sam.git
synced 2025-08-03 11:54:58 +00:00
organisation
This commit is contained in:
@@ -1,17 +0,0 @@
|
||||
# ffmpeg
|
||||
|
||||
## What is ffmpeg
|
||||
ffmpeg is a tool to modify images with. It can do all sorts of stuff for example it can resize images or compress them.
|
||||
|
||||
## How do I use it?
|
||||
|
||||
### Playing videos and getting details
|
||||
* To play a video using ffmpeg you can use `ffmpeg.ffplay <filename>`
|
||||
* To see all details of a video you can use `ffmpeg.ffprobe <filename>`
|
||||
|
||||
### Compressing videos
|
||||
Command to scale down a video
|
||||
|
||||
```bash
|
||||
ffmpeg -i input_video.mp4 -s 800x800 -vcodec libx264 -b:v 1000k -an output_video.mp4
|
||||
```
|
@@ -48,14 +48,3 @@ ffmpeg -i input_video -vcodec libx264 -crf 25 -preset medium -vf scale=-2:1080 -
|
||||
#### Next week
|
||||
* next week paramemtric press fit construction kit.
|
||||
* focus on constrains and parametric
|
||||
|
||||
|
||||
## Regional Day 2
|
||||
|
||||
12 uur blender
|
||||
|
||||
2 uur fusion
|
||||
|
||||
daarna ffmpeg imagemagick
|
||||
|
||||
model project in few different programs
|
Reference in New Issue
Block a user