Skip to content

Commit

Permalink
#53 ffmeg 7.0.2-3ubuntu1
Browse files Browse the repository at this point in the history
gcc
--extra-version=3ubuntu1
8.100
3.100
1.100
1.100
1.100
1.100
1.100
1.100
  • Loading branch information
mxochicale committed Jan 2, 2025
1 parent 9e13467 commit a01f47e
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 0 deletions.
24 changes: 24 additions & 0 deletions ffmpeg/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# FFmpeg
"FFmpeg is a free and open-source software project consisting of a suite of libraries and programs for handling video, audio, and other multimedia files and streams. At its core is the command-line ffmpeg tool itself, designed for processing video and audio files. It is widely used for format transcoding, basic editing (trimming and concatenation), video scaling, video post-production effects, and standards compliance (SMPTE, ITU)." https://en.wikipedia.org/wiki/FFmpeg

## Installation
```
bash install-ffmpeg.bash
```

## Commit changes
```
export V=$(ffmpeg -version | awk '{print $3}')
#?sed -i "/\<logs\>/ s/$/ \n# $(date) \nversion: $V;/" logs.md #insert date and version
git add .
git commit -am "#53 ffmeg $V"
git push origin main
```

## References
https://ffmpeg.org/
https://git.ffmpeg.org/ffmpeg.git



4 changes: 4 additions & 0 deletions ffmpeg/install-ffmpeg.bash
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
sudo apt update
sudo apt upgrade
sudo apt install -y ffmpeg

2 changes: 2 additions & 0 deletions ffmpeg/logs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# logs
* 7.0.2-3ubuntu1 gcc on Thu Jan 2 12:25:42 AM GMT 2025

0 comments on commit a01f47e

Please sign in to comment.