Search Results for "add subtitles to video" - Page 11

Showing 551 open source projects for "add subtitles to video"

View related business solutions
  • Our Free Plans just got better! | Auth0 by Okta Icon
    Our Free Plans just got better! | Auth0 by Okta

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your secuirty. Auth0 now, thank yourself later.
    Try free now
  • Free CRM Software With Something for Everyone Icon
    Free CRM Software With Something for Everyone

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    Think CRM software is just about contact management? Think again. HubSpot CRM has free tools for everyone on your team, and it’s 100% free. Here’s how our free CRM solution makes your job easier.
    Get free CRM
  • 1

    SrtShifter

    A python script for shifting (advancing or delaying)srt subtitle files

    ... NUMBER (e.g. 5.0 for 5 seconds) advances subtitles, a negative one (e.g. -5.0) delays them -f FINALDELAY, --finalDelay FINALDELAY final delay, in seconds : a positive REAL NUMBER (e.g. 9.0 for 9 seconds) advances subtitles, a negative one (e.g. -9.0) delays them Computes a variable shift for every subtitle by linearly interpolating between INITIALDELAY and FINALDELAY
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    MacX Video Converter Free Edition

    MacX Video Converter Free Edition

    Free convert video to any format in real time

    MacX Video Converter Free Edition is an all-in-one free video converter for Mac that works as free MP4 converter, AVI converter, MKV converter and MP3 converter, giving you thorough solution to convert video to various video/audio formats on Mac for free. It can convert SD/HD videos to MP4, MOV, AVI, FLV, MPEG, MKV, MP3, etc with fast speed and zero quality loss. With various preset profiles built-in, this free Mac video converter is able to convert any videos for playback on QuickTime, iPhone...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    simplest ffmpeg video encoder

    simplest ffmpeg video encoder

    The simplest video encoder based on FFmpeg

    A simplest video encoder based on FFmpeg. It is based on VC 2010. It is suitable for beginner of FFmpeg. It encodes YUV420P data to H.264 bitstream. It only uses about 100 lines of code. Eacn line of source code is important. New developer of FFmpeg can learn FFmpeg's API through this software. It contains following project: simplest_ffmpeg_video_encoder: Simple Encoder. It uses libavcodec to encode video and uses libavformat to add container format to the video bitstream...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    simplest ffmpeg video filter

    simplest ffmpeg video filter

    use FFmpeg's AVFilter to add watermark in a video file

    This project contains 2 projects: simplest_ffmpeg_video_filter: Put a PNG picture as watermark to a video file, use some libraries such as libavfilter and libavcodec. simplest_ffmpeg_video_filter_pure:Add excellent effect to YUV raw data, only use libavfilter.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Never Get Blocked Again | Enterprise Web Scraping Icon
    Never Get Blocked Again | Enterprise Web Scraping

    Enterprise-Grade Proxies • Built-in IP Rotation • 195 Countries • 20K+ Companies Trust Us

    Get unrestricted access to public web data with our ethically-sourced proxy network. Automated session management and advanced unblocking handle the hard parts. Scale from 1 to 1M requests with zero blocks. Built for developers with ready-to-use APIs, serverless functions, and complete documentation. Used by 20,000+ companies including Fortune 500s. SOC2 and GDPR compliant.
    Get Started
  • 5

    TumblrReader

    Small jar file to get list of image and video links from tumblr sites

    Get full list of links from Tumblr site. This small jar file when run will give you the links of every image and video post of the specified Tumblr blog. Note it does not download the files but merely gets the list of links. This is a work in progress and I may add that functionality later. I'm working on a desktop app that will perform what the jar does plus a lot more. So your feedback will help.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Madrasa Management Software

    Madrasa Management Software

    Madrasa Management System has written for madrasa management system

    Madrasa Management System is a full flagged web based application created in PHP & MySql, it is a perfect application to maintain your students in madrasa. it creates results, attendance sheets, student cards and other reports.
    Downloads: 13 This Week
    Last Update:
    See Project
  • 7
    Udacity Subtitles Fix

    Udacity Subtitles Fix

    fixes subtitles for videos from Udacity

    Subtitles (srt) from video courses on Udacity website have different format and most video players (e.g. VLC) can't play them. It leads to the situation when only timestamps from .srt file are displayed. HOW TO: 1. Download and copy .exe file to the parent dir = where all subtitles in directory tree are located under this .exe 2. Run and read instructions. This utility will modify all of the .srt files in all subdirectories. WRONG FORMAT of timestamps: 0:00:00.730,0:00:02.050...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    put.io Download Manager

    A download manager for put.io accounts

    ... at the end of the day. Subtitle feature can download suitable subtitles from put.io (default source is opensubtitles.org) either manually with a list, so user can choose best one, or automatically default one. Downloaded subtitles are moved to the folder which video file is in and also renamed. In this way subtitles are easily integrated to the videos without any extra effort. There are also some small filters and settings which make your life easier.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    simplest ffmpeg player

    simplest ffmpeg player

    The simplest video player based on FFmpeg

    A simplest video player based on FFmpeg. The software is based on VC 2010. It is suitable for beginner of FFmpeg. It only uses about 100 lines of code. Eacn line of source code is important. New developer of FFmpeg can learn FFmpeg's API through this software. Solutions contains 6 Project: simplest_ffmpeg_player: Standard Version, suitable for biginner. simplest_ffmpeg_player_su: SU(SDL Update)Version, Add SDL Event. simplest_ffmpeg_decoder_pure: A pure decoder. Only use libavcodec...
    Downloads: 4 This Week
    Last Update:
    See Project
  • Payroll Services for Small Businesses | QuickBooks Icon
    Payroll Services for Small Businesses | QuickBooks

    Save 50% off for 3 months with QuickBooks Payroll when you Buy Now

    Easily pay your team and access powerful tools, employee benefits, and supportive experts with the #1 online payroll service provider. Manage payroll and access HR and employee services in one place. Pay your team automatically once your payroll setup is complete. We'll calculate, file, and pay your payroll taxes automatically.
    Learn More
  • 10
    simplest ffmpeg format

    simplest ffmpeg format

    FFmpeg's mux/demux/remux examples

    This solutions contains examples about Video Fomat Processing based on FFmpeg. simplest_ffmpeg_demuxer: Split Audio and Video bitstreams. simplest_ffmpeg_demuxer_simple: Split Audio and Video bitstreams. simplest_ffmpeg_muxer: Put Audio and Video bitstreams together. simplest_ffmpeg_remuxer: Change Container Fomat of Video file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    simplest ffmpeg mem handler

    simplest ffmpeg mem handler

    ffmpeg's example about read/write from memory

    This software simplest example to use FFmpeg to read (or write) from memory. It contains 2 project: simplest_ffmpeg_mem_player:Video Player that play video data in memory. simplest_ffmpeg_mem_transcoder:Video Converter that convert video data in memory.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    Live Subtitler

    Play subtitles separately recommended for online movies

    This project is a subtitles player, it gives you the ability to load and play subtitles even if the video player does not support it. Live Subtitler is discreet for the reason that the playback window is transparent, moreover is able to search, download and play subtitles in no time. Requires Oracle JAVA 7 or later (JAVA 8 recommended)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    simplest ffmpeg swscale

    simplest ffmpeg swscale

    Examples about handle pixel data using libswscale

    This software is the simplest tutorial about handle pixel data using libswscale in FFmpeg. It contains 2 projects: simplest_ffmpeg_swscale: the simplest tutorial about libswscale. simplest_pic_gen: Tools that generate several test pictures.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Youtube URL Finder

    Youtube URL Finder

    HTML & Javascript based Youtube's video URL finder

    ... "Comparison of YouTube media encoding options" of http://en.wikipedia.org/wiki/YouTube To play DASH MP4 files in players other than VLC, repack the files using GPAC MP4BOX tool: a. Create iTunes m4a: mp4box -add dash_audio.mp4#1 -new itunesfile.m4a b. Create standard MP4 video: mp4box -add dash_video.mp4#1 -add dash_audio.mp4#1 -new standard.mp4
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Dragon UnPACKer
    Dragon UnPACKer is a game archive (Quake PAK, etc..) unpacking tool. It is plugin based making easier to add new archive file formats. It has convert ability and raw search function for known material (audio, video and pictures).
    Leader badge
    Downloads: 201 This Week
    Last Update:
    See Project
  • 16
    dvd-slideshow makes a slideshow video that can be used to make flash video (FLV), MP4s, or a DVD with menus. You can add some nice effects like fades, crops, scrolls, or Ken Burns effects. Think of it as a command-line clone of iMovie.
    Downloads: 11 This Week
    Last Update:
    See Project
  • 17

    Screen Recorder Pro

    The professional Screen Recorder.

    Screen Recording & Video Editing Software More than a simple screen recorder, This Screen Recorder helps you create professional videos easily. Use Screen Recorder Pro to record on-screen activity, customize and edit content, add interactive elements, and share your videos with anyone, on nearly any device. Capture What You're Seeing and Doing. Create Videos with Professional Poddsh. Produce any format video/audio file. Share and Interact with Your Audience anywhere...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 18

    ViCuTo

    A video cutting tool.

    ViCuTo cuts video files and tries to limit recoding only to the boundaries of the video segments. You can use segments from different files and add other audio tracks. If the segments are encoded in different codecs ViCuTo recodes them to the codecs of the file that the longest parts of the segments come from, thus avoiding as much recoding as possible.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    Text to Speech for Video

    create wav files for video character speech by typing in dialogue

    Choose from the "voices" available, and type in what you want the computer to say. A wave file called sounds.wav is stored to the output sub folder. Output is intended primarily for users who need speech for animated characters in videos.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20

    EasyHTML5Video

    Create videos for your website that look amazing on any devices

    HTML5 is the fastest growing web development trend and HTML5 video as a part of HTML5 becomes the new natural way to show video online. iPad, iPhone, Android, all new browsers declare the support for HTML5 video. It's great, but what is the usual route to create HTML5 video? First you need to find converters and make three versions of your video - .OGG, MP4, WebM. Then, to provide the compatibility with IE and old browsers you add a fallback Flash version of your video with Flash video player...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 21
    tagesschauUT

    tagesschauUT

    Downloads the subtitle for the newsvideos on tagesschau.de

    This application mainly downloads the subtitle for the newsvideos on tagesschau.de. It also shows direct download links for the videos.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22

    EDLMaker

    Easily Create EDL files to mute or skip scenes in video.

    ... file is created that contains all the times and subtitles that are blocked, so you can double check to see if you really want something muted or not, because context is everything. The program also allows you to add in your own skip scene times and allows you adjust the start and stop times independently of one another if you find it off a little, because every computer is different.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    SuboKatevatiri

    SuboKatevatiri

    A lightweight subtitle downloader

    SuboKatevatiri is a lightweight subtitle downloader that uses the OpenSubtitles.org API to search and find subtitles for a given video file. It supports either opening a video file from the program itself, or by right clicking a video file and selecting "SuboKatevatiri" that automatically opens the video file with SuboKatevatiri and searches for subtitles in the selected language. After finding subtitles, one can be selected and either download it ("Download" button), or download...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Free YouTube Downloader : Fvdtube

    Free YouTube Downloader : Fvdtube

    Free YouTube Downloader is Quick and Fastest Way to Download Videos wi

    Free YouTube Downloader is Quick and Fastest Way to Download Videos without any hiccups. Fvdtube comes with many features like managing list, It allows you to download many version from youtube like MP4 and AVi and AAC. This Software is free yes 100% we have added any virus and maleware. it will just recommend some software which you may wish to download and keep on you computer in form of offers. You can delined offers if you dont want so nothing is going to be installed on your computer...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    NetChat

    NetChat

    A small, reliable, local network messenger that doesn't need internet

    ... or Windows Smart Screen may block this program. Don't worry, NetChat is virus free. Just watch the video on how to install properly if you have trouble. Setup Instructions 1. Download NetChat Installer which will download the latest version for you, and follow on screen instructions 2. Setup NetChat by entering your name. 3. Click 'File' --> 'Add Contact'. Enter the name of the person you would like to add, along with their pc name. This can be found by clicking on system. That's It.
    Downloads: 4 This Week
    Last Update:
    See Project