HeadStudios

Results 40 comments of HeadStudios

Tried this but it started complaining: `Route::get('vider', function() { //$ffmpeg = FFMpeg\FFMpeg::create(); //$media = $ffmpeg->openAdvanced(array('https://rent-roll-devour-bucket-a1.s3.ap-southeast-2.amazonaws.com/videos/audits/conversion_rate_audit.mp4', 'https://rent-roll-devour-bucket-a1.s3.ap-southeast-2.amazonaws.com/videos/audits/john_ahern.mp4', 'https://rent-roll-devour-bucket-a1.s3.ap-southeast-2.amazonaws.com/videos/audits/outro_generic.mp4', 'https://rrdevours.monster/plain-assets/logos/small_tiger_vial.png')); FFMpeg::openUrl('https://rent-roll-devour-bucket-a1.s3.ap-southeast-2.amazonaws.com/videos/audits/conversion_rate_audit.mp4')->openUrl('https://rent-roll-devour-bucket-a1.s3.ap-southeast-2.amazonaws.com/videos/audits/john_ahern.mp4')->openUrl('https://rent-roll-devour-bucket-a1.s3.ap-southeast-2.amazonaws.com/videos/audits/outro_generic.mp4')->openUrl('https://rrdevours.monster/plain-assets/logos/small_tiger_vial.png') ->filters() ->custom('[0:v]', 'scale=1152:720:force_original_aspect_ratio=decrease,pad=1152:720:(ow-iw)/2:(oh-ih)/2:violet,fps=30', '[a]') ->custom('[1:v]', 'scale=1152:720:force_original_aspect_ratio=decrease,pad=1152:720:(ow-iw)/2:(oh-ih)/2:violet,fps=30', '[b]') ->custom('[2:v]', 'scale=1152:720:force_original_aspect_ratio=decrease,pad=1152:720:(ow-iw)/2:(oh-ih)/2:violet,fps=30', '[c]') ->custom('[a][0:a][b][1:a][c][2:a]',...

Dude I think this sub is dead - it's a great plugin and works for some models but not others - if the creator is there we need you!

Btw I'm looking through the source code now - I'm checking out your question - I'm sure you can check for the loggeg in user with a specific meta and...

I just had this issue... so going to check this - first time I'm trying to figure out how this whole thing works... I guess I have to update the...

Just wanted to pipe in - the link included here: https://github.com/simonhamp/laravel-nova-csv-import/pull/45 - fixed the 404 issue for me. I just copy/pasted the raw file and replaced the src/Http/Controllers/ImportController.php file from...

@alexWaterfront that's a shame... yes please keep me updated... I am one step ahead (404 page fixed.. imports not working) - but hoping to get resolution.. let's work together and...

Hm good point, I've only tried one Resource for import - I could technically try other Resources to see if the issue is with my resources.. like I could try...

Hmmmm.... interesting... because the resource I'm importing into - there's a chance that has a BelongsTo field to... or more so a BelongsTo function or something.. I will test without...

Yes I'll try and import to users or something with no relationships... the thing is the Resource I'm importing doesn't have any related id fields... like for example Contacts doesn't...

I might put this over to Fiverr and see if someone is willing to work and fix it... if I find a solution I'll come back here and share -...