Skip to content
usage.toolstud.io

usage.toolstud.io

Usage and examples for command-line tools

  • ffmpeg
  • imagemagick
  • sox
  • laravel

Home

These are command-line tools I use a lot, and for which I feel documentation is lacking. That’s why I made this site.

ffmpeg is used to process and generate videos, imagemagick is used to manipulate images/photos. sox is used to manipulate audio/sound files.


  • laravel

    • "php artisan make:" commands
      • artisan make:middleware
      • artisan make:test
      • artisan make:factory
      • artisan make:provider
      • artisan make:controller
      • artisan make:model
      • artisan make:migration
      • artisan make:seeder
    • "php artisan queue:" commands
      • artisan queue:work
      • artisan queue:table
      • artisan queue:listen
    • \App folder contents
      • \App\Console

    View Details
  • curl

    • curl usage
    • curl examples

    View Details
  • ffmpeg

    • ffmpeg usage
      • ffmpeg -h long
      • ffmpeg -h full
      • ffmpeg -sample_fmts
      • ffmpeg -layouts
      • ffmpeg -pix_fmts
      • ffmpeg -protocols
      • ffmpeg -decoders
      • ffmpeg -encoders
      • ffmpeg -codecs
    • ffmpeg examples
      • Frame rendering: movie => images

    View Details
  • imagemagick

    • imagemagick usage
    • imagemagick examples

    View Details
  • sox

    • sox usage
    • sox examples
      • upmixing a stereo file to 5.1 audio with sox

    View Details

Documentation Search

Search for:
usage.toolstud.io, Proudly powered by WordPress.
  • ffmpeg
  • imagemagick
  • sox
  • laravel