Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating the ffmpeg-php-class #13

Open
wants to merge 15 commits into
base: master
Choose a base branch
from

Conversation

arduino-uno
Copy link

@arduino-uno arduino-uno commented Oct 7, 2024

Hi, I add new functions, there are subtitles filter function & drawtext filter function
So we can can burn text subtitles or create a Text on a video easily 😄

and i also made some changes to the input function & the output funtion for multiple inputs.
Example: ffmpeg -i input1.mp3 -i input2.mp3 -i input3.mp3 -filter_complex "concat=n=3:v=0:a=1" -vn -y input.m4a

Changes in input function at line 241 & 242:

// set $append parameter into true for multiple inputs
$this->set('i', '"'.$file.'"', true);

Changes in output function at line 149 & 155:
$val = join( ' ' , $val );

And add double quotes for each option

$items[] = $this->addquotes( $item . "=" . $val );

You can ignore, edits or use 'em if necessary 😄

Thanx

Update & Changes FFmpeg.php
Add new example of how to create YT Shorts
Upload Live Logo Images
- live_logo.png
- live_logo.xcf
Updates & Changes:
[+] Change input function
[+] Add drawtext funtion
[+] Upload example 'addtext.php'
Updates & Changes
-----------------------------
Date: Oct 7, 2024

Updated:
FFmpeg file & All Examples directory files
Update thumbs.php
Update subtitles.php
Update subtitles.php
Update FFmpeg.php
Update FFmpeg.php
Updates & Changes:
- [Update] FFmpeg File
  + Add drawtext funtion
  + Add subtitles funtion

- [Update] subtitles.php
- [Update] drawtext.php
Sycronized:
- complete.php
- thumbs.php
Updates & Changes:
------------------------------
- Update ffmpeg.php
- Update subtitles.php
Updates & changes:
-----------------------------
- FFmpeg.php
- drawtext.pgp
Add "addquotes" function
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant