ibrainventures

Results 9 comments of ibrainventures

`->addFilter('-movflags', '+faststart')`

i had the same issues. the culprit lays on the php-ffmpeg site. i changed inside ffprobe : `vendor/php-ffmpeg/php-ffmpeg/src/FFMpeg/FFProbe/DataMapping/Stream.php` ``` public function getDimensions() { if (!$this->isVideo()) { throw new LogicException('Dimensions can...

add your filter like this. tested and works fine. ` ->addfilter('-vf', 'delogo=x=375:y=749:w=85:h=85')`

saw your issue and seconds late i saw this in the changelog: **If you're using the [Watermark manipulation](https://github.com/protonemedia/laravel-ffmpeg/releases#watermark-manipulation) feature, make sure you upgrade [spatie/image](https://github.com/spatie/image) to v2.** May this your answer?

I am doing it like this .. works fine with local files. May this helps. `use ProtoneMedia\LaravelFFMpeg\Support\FFMpeg;` ``` $incomingFfmpegObj = FFMpeg::fromDisk($storageDiskNameVideoArchive)->open($incomingVideoSavedFilePointer); $incomingFfmpegSObjStreamDimensions = $incomingFfmpegObj->getVideoStream()->getDimensions(); $incomingVideoWidth = $incomingFfmpegSObjStreamDimensions->getWidth(); $incomingVideoHeight = $incomingFfmpegSObjStreamDimensions->getHeight();...

i changed with my pr https://github.com/protonemedia/laravel-ffmpeg/pull/403/files so .. there is no silence :-)

@drhead I updated today to the dev version and in fine details / photorealistic the improvement by your PR is seeable / great. ![grafik](https://github.com/AUTOMATIC1111/stable-diffusion-webui/assets/8803626/35459484-5a7f-4941-b77e-bbdd6ef119fe) only difference between the generation was:...

updated today our stack ( [5ab7f213] - latest release 2nd of May 23) and this "patch" is still working fine. for workflow / Docker we are using this little sed...

HI, i also missed some modal enhancements on materialize, after some testings i choosed the https://github.com/likeastore/ngDialog as my favorite "modal framework" .. many customizings (fly in , out .. colors,...