Skip to content

Instantly share code, notes, and snippets.

View fasilminale's full-sized avatar
🏠

Fasil Minale fasilminale

🏠
  • @Etdevs-Network
  • Ethiopia, Addis Abeba
View GitHub Profile
@VladSem
VladSem / cut_video.py
Last active June 15, 2023 14:31
Cut 4 seconds of youtube video using Python and ffmpeg
#!/usr/bin/python
from __future__ import print_function
import os
cur_dir = os.path.dirname(os.path.realpath(__file__))
input_folder = "original_clips/"
output_folder = "output/"
os.system("mkdir " + output_folder)
@deepakpk009
deepakpk009 / media.json
Created November 8, 2017 14:02
sample free video urls
{
"categories": [
{
"name": "Movies",
"videos": [
{
"description": "Big Buck Bunny tells the story of a giant rabbit with a heart bigger than himself. When one sunny day three rodents rudely harass him, something snaps... and the rabbit ain't no bunny anymore! In the typical cartoon tradition he prepares the nasty rodents a comical revenge.\n\nLicensed under the Creative Commons Attribution license\nhttp://www.bigbuckbunny.org",
"sources": [
"http://commondatastorage.googleapis.com/gtv-videos-bucket/sample/BigBuckBunny.mp4"
],
@bradtraversy
bradtraversy / flutter_setup.md
Last active May 18, 2024 15:37
Flutter dev setup & notes