Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Advertising

advertising

related pastes to tag 'width'

1643852 - Change StatusNet logo height: hook height width logo statusnet
  1. // Change the values here
  2.  
  3. $logo_width = 1000;
  4. $logo_height = 320;
  5.  
  6. function MyLogoLayout($action)
  7. {
  8.     global $logo_width, $logo_height;
  9.  
691788 - Simple script to resize videos t: ffmpeg resize videos aspect ratio height width
  1. #!/usr/bin/php
  2. <?php
  3. // outputs the username that owns the running php/httpd process
  4. // (on a system with the "whoami" executable in the path)
  5. $cmdWidth = 'midentify '.$argv[1];
  6. $finalHeight = $argv[2];
  7. exec($cmdWidth, $output);
  8. //var_dump($output);
  9.  
worth-right
fantasy-obligation