Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
rajp152k committed Jul 7, 2024
1 parent ee44535 commit a85843e
Show file tree
Hide file tree
Showing 6 changed files with 56 additions and 2 deletions.
22 changes: 22 additions & 0 deletions Content/20230807173045-render_test.org
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,25 @@ this is a test verse.
Yeah .., it is.
A test verse.
#+end_verse

* Plant UML

#+begin_src plantuml :file images/plant-uml.png :exports both
@startuml
start

:Read user input;

if (Input is valid?) then (yes)
:Process the input;
:Display results;
else (no)
:Display error message;
endif

stop
@enduml
#+end_src

#+RESULTS:
[[file:images/plant-uml.png]]
4 changes: 3 additions & 1 deletion Content/20240630180307-video_processing.org
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
:ID: c3228445-00c4-4451-a0cc-b8742673753d
:END:
#+title: video processing
#+filetags: :yt:
#+filetags: :video:

* Abstract
Phases of producing a video
Expand All @@ -20,5 +20,7 @@ Phases of producing a video
- editly
- mpv
- vlc
* Concepts
** [[id:4f1aa1e0-5409-4290-8564-be2e908c5c76][Non-Linear Editing]]
* Resources
- https://konradreiche.com/blog/editing-your-video-on-the-command-line
22 changes: 21 additions & 1 deletion Content/20240630182300-ffmpeg.org
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,27 @@
:ID: 88f03140-7c60-41aa-b191-63e1460e76bd
:END:
#+title: ffmpeg
#+filetags: :yt:tool:
#+filetags: :video:cli:tool:

* Abstract
** FFmpeg Overview
FFmpeg is a free, open-source command-line toolkit for multimedia processing. It functions as a comprehensive solution for handling audio and video files.

** Core Features:
- Decoding and Encoding: Supports a wide range of multimedia formats (video, audio, subtitles) for both reading and writing.

- Transcoding: Converts between various codecs (e.g., H.264, H.265) to optimize compatibility and compression.

- Manipulation: Enables cutting, trimming, concatenating, splitting, and rearranging audio and video streams.

- Processing: Offers filters for color correction, noise reduction, resizing, and other effects.

- Streaming: Facilitates sending and receiving live multimedia streams over networks.

- Analysis: Extracts metadata and other information from multimedia files.

** GUIs
- [[id:02abc3f4-0caf-481d-a439-80bf86f1740a][HandBrake]]
- Lossless Cut
* Resources
- https://ffmpeg.org/ffmpeg.html
5 changes: 5 additions & 0 deletions Content/20240707170507-handbrake.org
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
:PROPERTIES:
:ID: 02abc3f4-0caf-481d-a439-80bf86f1740a
:END:
#+title: HandBrake
#+filetags: :video:gui:tool:
5 changes: 5 additions & 0 deletions Content/20240707170716-non_linear_editing.org
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
:PROPERTIES:
:ID: 4f1aa1e0-5409-4290-8564-be2e908c5c76
:END:
#+title: Non-Linear Editing
#+filetags: :video:
Binary file added Content/images/plant-uml.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a85843e

Please sign in to comment.