ffcommander - An easy frontend to FFmpeg and Imagemagick to automatically process video and manipulate subtitles.

% FFCOMMANDER(1) ffcommander 2.39 % Mikael Hartzell (C) 2018 % 2021

Name

ffcommander - An easy frontend to FFmpeg and Imagemagick to automatically process video and manipulate subtitles. FFcommander supports all video formats FFmpeg recognizes including: DVD and Bluray rips (mkv), DVB files, etc.

Supported operating systems

Linux.

Synopsis

ffcommander [ options ] [ file names ]
The output files are places in directory: 00-processed_files

Description

I wrote FFcommander out of frustration to Handbrake and its limitations. FFcommander does for me everything Handbrake does and also tries to be clever and choose many settings automatically. FFcommander does the following things by default (these can also be turned off if you prefer to set these parameters yourself):

  • Recognize audio and subtitle language and let the user choose these by language code (eng, fra, ita, etc).
  • Calculate optimal video bitrate automatically based on video resolution (may also be defined manually).
  • Always deinterlace.
  • Always use 2-pass video encoding to get the best quality in the smallest possible file size. Constant quality compression is also available but in my opinion nothing beats 2-pass quality for dark scenes.
  • Always copy original audio to the processed video to keep audio quality at its best. You can also recompress audio and let FFcommander automatically calculate bitrate based on the number of channels (-aac or -ac3 or -opus).

What FFcommander can do for you

Imho these things set FFcommander apart from other video processing programs I've used:

  • The -sp and -sr options let you burn subtitles on top of video while resizing and moving subs up or down right to the edge of the screen. This prevents subtitles ever being displayed on top of an actors face. The subtitle position at the edge of the video is automatically calculated based on video resolution. See picture here

  • Cut out parts of a longer video and create a compilation of these parts (option -sf).

  • Create an HD and SD - version of a video at the same time. (-psd). Processing for both versions is done simultaneously.

  • Mux multiple DVD or Bluray subtitle images (bitmaps) into the processed file (-sm or -smn). This lets you turn subtitles on or off while watching the video.

  • Scan source files and display video, audio and subtitle info to find files that you can process using the same options in one go (-scan).

  • Burn timecode on top of video (-tc). Autocrop (-ac) or change video to grayscale (-gr), denoise (-dn) or inverse telecine video (-it).

  • Burn subtitles on top of video while converting them to grayscale (-sgr).

  • Display the commandlines that FFcommander creates for FFmpeg to learn how FFmpeg coomandline works (-print).

Program installation

FFcommander source code does not have any external dependencies so building the program is very easy (just one command). First install a couple of programs from your distros repo.

  • Install FFmpeg, Imagemagick, git, and the go - language compiler:

  • Arch or Manjaro: pacman -S ffmpeg imagemagick go go-tools

  • Ubuntu: apt-get install ffmpeg imagemagick golang

  • Get the source code: git clone https://github.com/mhartzel/ffcommander.git/

  • Go to source directory: cd ffcommander.git/

  • Build the program: go build ffcommander.go

  • Copy the executable: ffcommander to some directory in your path for example: sudo cp ffcommander /usr/bin/

Manpage installation

  • The man page has exactly the same text as the README.md included in the git repository. However if you want to install the man page in your system then do the following:
  • Get the source code: git clone https://github.com/mhartzel/ffcommander.git/
  • Go to man page directory: cd ffcommander.git/manual_page/
  • Use the command: manpath to display directories that the man - command searches your system for manual pages, pick a path and copy the manpage there. For example: sudo cp ffcommander.1.gz /usr/local/man/man1/
  • Update the manual database: sudo mandb

Video options

-ac Autocrop. Find crop values automatically by doing 10 second spot checks in 10 places for the duration of the file.

-crf Use Constant Quality instead of 2-pass encoding. The default value for crf is 18, which produces the same quality as default 2-pass but a bigger file. CRF is much faster that 2-pass encoding.

-dn Denoise. Use HQDN3D - filter to remove noise from the picture. This option is equal to Hanbrakes 'medium' noise reduction settings.

-gr Convert video to Grayscale. Use this option if the original source is black and white. This results more bitrate being available for b/w information and better picture quality.

-it Perform inverse telecine on 29.97 fps material to return it back to original 24 fps.

-mbr Override main videoprocessing automatic bitrate calculation and define bitrate manually.

-nd No Deinterlace. By default deinterlace is always used. This option disables it.

-psd Parallel SD. Create SD version in parallel to HD processing. This creates an additional version of the video downconverted to SD resolution. The SD file is stored in directory: sd

-sbr Override parallel sd videoprocessing automatic bitrate calculation and define bitrate manually. SD - video is stored in directory 'sd'

-sf Split out parts of the file. Give start and stop times for the parts of the file to use. Use either commas and slashes or only commas to separate time values. Example: -sf 0-10:00,01:35:12.800-01:52:14 defines that 0 secs - 10 mins of the start of the file will be used and joined to the next part that starts at 01 hours 35 mins 12 seconds and 800 milliseconds and stops at 01 hours 52 mins 14 seconds. Don't use space - characters. A zero or word 'start' can be used to mark the absolute start of the file and word 'end' the end of the file. Both start and stop times must be defined.

-ssd Scale to SD. Scale video down to SD resolution. Calculates resolution automatically. Video is stored in directory 'sd'

-tc Burn timecode on top of the video. Timecode can be used to look for exact edit points for the file split feature

Audio options

-a Audio language: -a fin or -a eng or -a ita Find audio stream corresponding the language code. Only use option -an or -a not both.

-an Audio stream number, -an 1. Only use option -an or -a not both.

-ac3 Compress audio as ac3. Bitrate of 128k is used for each audio channel meaning 2 channels is compressed using 256k bitrate. 6 channels uses the ac3 max bitrate of 640k.

-aac Compress audio as aac. Bitrate of 128k is used for each audio channel meaning 2 channels is compressed using 256k bitrate, 6 channels uses 768k bitrate.

-opus Compress audio as opus. Opus support in mp4 container is experimental as of FFmpeg vesion 4.2.1. Bitrate of 128k is used for each audio channel meaning 2 channels is compressed using 256k bitrate, 6 channels uses 768k bitrate.

-flac Compress audio in lossless Flac - format

-na Disable audio processing. The resulting file will have no audio, only video.

Options affecting both audio and video

-ls Force encoding to use lossless utvideo compression for video and flac compression for audio. This also turns on -fe. This option only affects the main video if used with the -psd option.

Subtitle options

-s Burn subtitle with this language code on top of video. Example: -s fin or -s eng or -s ita Only use option -sn or -s not both.

-sd Subtitle downscale. When cropping video widthwise, scale down subtitle to fit on top of the cropped video instead of cropping the subtitle. This option results in smaller subtitle font. This option affects only subtitle burned on top of video.

-sgr Subtitle Grayscale. Remove color from subtitle by converting it to grayscale. This option only works with subtitle burned on top of video. This option may also help if you experience jerky video every time subtitle picture changes.

-sn Burn subtitle with this stream number on top of video. Example: -sn 1. Use subtitle number 1 from the source file. Only use option -sn or -s not both.

-so Subtitle offset, -so 55 (move subtitle 55 pixels down), -so -55 (move subtitle 55 pixels up). This option affects only subtitle burned on top of video.

-sm Mux subtitles with these language codes into the target file. Example: -sm eng or -sm eng,fra,fin. This only works with dvd, dvb and bluray bitmap based subtitles. mp4 only supports DVD and DVB subtitles not Bluray. Bluray subtitles can be muxed into an mkv file using the -mkv option.

-smn Mux subtitles with these stream numbers into the target file. Example: -smn 1 or -smn 3,1,7. This only works with dvd, dvb and bluray bitmap based subtitles. mp4 only supports DVD and DVB subtitles not Bluray. Bluray subtitles can be muxed into an mkv file using the -mkv option.

-palette Hack dvd subtitle color palette. Option takes 1-16 comma separated hex numbers ranging from 0 to f. Zero = black, f = white, so only shades between black -> gray -> white can be defined. FFmpeg requires 16 hex numbers, so f's are automatically appended to the end of user given numbers. Each dvd uses color mapping differently so you need to try which numbers control the colors you want to change. Usually the first 4 numbers control the colors. Example: -palette f,0,f This option affects only subtitle burned on top of video.

-sp Subtile Split. Have you ever been annoyed when a subtitle is displayed on top of a actors face ? With this option you can automatically move subtitles further up and down at the edge of the screen. Distance from the screen edge will be picture height divided by 100 and rounded down to nearest integer. Minimum distance is 5 pixels and max 20 pixels. Subtitles will be automatically centered horizontally. You can also resize subtitles with the -sr option when usind Subtitle Split. The -sr option requires installing ImageMacick. The -sp option affects only subtitles burned on top of video.

-sr Subtitle Resize. Values less than 1 makes subtitles smaller, values bigger than 1 makes subtitle larger. This option can only be user with the -sp option. Example: make subtitle 25% smaller: -sr 0.75 make subtitle 50% smaller: -sr 0.50 make subtitle 75% larger: -sr 1.75. This option affects only subtitle burned on top of video.

Scan options

-f This is the same as using options -fs and -fe at the same time.

-fe Fast encoding mode. Encode video using 1-pass encoding.

-fs Fast seek mode. When using the -fs option with -st do not decode video before the point we are trying to locate, but instead try to jump directly to it. This search method might or might not be accurate depending on the file format.

-scan Only scan input file and print video and audio stream info.

-st Start time. Start video processing from this timecode. Example -st 30:00 starts processing from 30 minutes from the start of the file.

-et End time. Stop video processing to this timecode. Example -et 01:30:00 stops processing at 1 hour 30 minutes. You can define a time range like this: -st 10:09 -et 01:22:49.500 This results in a video file that starts at 10 minutes 9 seconds and stops at 1 hour 22 minutes, 49 seconds and 500 milliseconds.

-d Duration of video to process. Example -d 01:02 process 1 minutes and 2 seconds of the file. Use either -et or -d option not both.

Misc options

-debug Turn on debug mode and show info about internal variables and the FFmpeg commandlines used.

-mkv Use matroska (mkv) as the output file wrapper format.

-print Only print FFmpeg commands that would be used for processing, don't process any files.

**-v ** or -version Show the version of this program.

-td Path to directory for temporary files, example_ -td PathToDir. This option directs temporary files created with 2-pass encoding and subtitle processing with the -sp switch to a separate directory. If the temp dir is a ram or a fast ssd disk then it speeds up processing with the -sp switch. Processing files with the -sp switch extracts every frame of the movie as a picture, so you need to have lots of space in the temp directory. For a FullHD movie you need to have 20 GB or more free storage. If you run multiple instances of this program simultaneously each instance processing one FullHD movie then you need 20 GB or more free storage for each movie that is processed at the same time. -sp switch extracts movie subtitle frames with FFmpeg and FFmpeg fails silently if it runs out of storage space. If this happens then some of the last subtitles won't be available when the video is compressed and this results the last available subtitle to be 'stuck' on top of video to the end of the movie.

-h or -help Display help text.

Examples

Scan files to find out available stream languages

  • The command: ffcommander -scan title_t00.mkv prints something like:

ffcommander version 2.38

File name 'title_t00.mkv'
--------------------------------------------------------------------------------------
Video width: 720, height: 576, codec: mpeg2video, color subsampling: yuv420p, color space: unknown, fps: 25.000, average fps: 25.000

Audio stream number: 0, language: eng, for visually impared: 0, number of channels: 2, audio codec: ac3

Subtitle stream number: 0, language: eng, for hearing impared: 0, codec name: dvd_subtitle
Subtitle stream number: 1, language: cze, for hearing impared: 0, codec name: dvd_subtitle
Subtitle stream number: 2, language: dan, for hearing impared: 0, codec name: dvd_subtitle
Subtitle stream number: 3, language: dut, for hearing impared: 0, codec name: dvd_subtitle
Subtitle stream number: 4, language: fin, for hearing impared: 0, codec name: dvd_subtitle
Subtitle stream number: 5, language: nor, for hearing impared: 0, codec name: dvd_subtitle
Subtitle stream number: 6, language: pol, for hearing impared: 0, codec name: dvd_subtitle
Subtitle stream number: 7, language: swe, for hearing impared: 0, codec name: dvd_subtitle
Subtitle stream number: 8, language: eng, for hearing impared: 0, codec name: dvd_subtitle

  • Video info shows video resolution, compression codec, frame rate and other information.
  • Audio stream info shows the stream number (there is only stream number 0 in this example file), language code (here eng), if the audio is meant for visually impaired people (0 = false, 1 = true), the number of audio channels in the stream and the audio compression codec.
  • The subtitle info shows that there are nine subtitle streams in this case and the language codes for each, if the subtitle is meant for hearing impaired people (0 = false, 1 = true), and the codec of the subtitle (dvd in this example).

Burn DVD, Bluray or DVB (bitmap) subtitle on top of video

  • First discover information about the audio and subtitle streams in the source file(s) to find out if they all can be processed in one go (look at the example above).
  • Determine if the same audio and subtitle language exists for all files you want to process.
  • Play the file and see if you need / want to remove black borders from the video. Autocrop (-ac) will remove these.
  • Process files, here we want english audio and english subtitle burnt on top of video: ffcommander -a eng -s eng videofiles*
  • FFcommander will now process all files in directory videofiles.

Process only one part of a video

  • Lets say a video is 90 minutes and you want to process only the part between 12 mins 14 secs - 25mins 50 secs: ffcommander -st 12:14 -et 25:50 videofile

Burn subtitle on video and reposition and resize it as well

  • DVD, Bluray and DVB (bitmap) subtitle positioning was decided in a time when displays were much smaller than today and could not display 100% of the picture area (tube displays). Because of this subtitles tend to cover too much of the picture area and also be positioned too far from the video edge. In this example we resize and reposition subtitles to be better compatible with todays big LCD - screens.
  • First we need to decide what is the optimal size for the subtitle. To do this we first find a section in the file where subtitle is shown (preferably two text rows) and process only that section of the file.
  • Play video with for example the mpv player and display subtitles (keyboard shortcut: j). Locate the sections of the video you want to process and take note of the in and out timestamps.
  • Process the section of the video: ffcommander -s eng -sp -sr 0.7 -st 05:10 -et 05:40 -f videofile.mkv
  • -s eng selects the English subtitle stream.
  • -sp checks if the subtitle is above or below the center of the screen and moves the subtitle in the same direction at the edge of the video. Distance from the edge depends on video resolution.
  • -sr 0.7 resizes the subtitle to 70% of the original size. -sr 1.2 would resize subs to 120 % of the original size.
  • -st 05:10 start processing at 5min 10 seconds, -et 05:40 end processing at 5 mins 40 secs, -f enables 1-Pass compression that is twice as fast as 2-pass but video quality is worse.
  • Play the resulting file to see if the subtitle is the right size. Adjust the number after -sr until you've found the correct size and then process the whole file: ffcommander -sp -sr 0.65 videofile.mkv

Mux multiple DVD, DVB or Bluray subtitles in the video file

  • Having multiple (bitmap) subtitles in a file lets you select one when you play the video. Example: ffcommander -sm eng,fra,fin videofile(s) This muxes English, French and Finnish subtiles into the file(s).
  • This only works with dvd, dvb and bluray bitmap based subtitles. Mp4 only supports DVD and DVB subtitles not Bluray. Bluray subtitles can be muxed into an mkv file using the -mkv option.

Combine multiple parts of a video to a new file

  • In this example we will select multiple parts of a video file and process them into one.
  • First we need get in- and out-point timecodes. The mpv videoplayer can be made to display timecode in millisecond resolution. Put the text: osd-fractions in the file ~/.config/mpv/mpv.conf
  • Play the video turn on time display (ctrl + o). Take note of the in and out points of the sections you want from the video. Jump back one frame with comma (,) and forward with full stop (.)
  • Define cut points on the commandline either using only commas or using commas and slashes: ffcommander -sf 05:44-05:59,08:17-10:22,14:42.380-17:47.590 videofile
  • The above example combines three parts of the video to one: 5m 44sec - 5min 59sec and 8min 17sec - 10min 22sec and 14min 42sec 380millisec - 17min 47 sec 590 millisec.
  • The program displays the timecodes for the cut points in the resulting video. Please check these and try adjusting cut point times if there are any glitches.
  • This is a two step process. First FFcommander stores selected sections of the video and audio in temporary files (lossless formats utvideo and flac are used to preserve video and audio quality). Then the final video is created using these files. All this processing takes some time.

Create HD and SD versions simultaneously

  • Only for HD video.
  • Select the English audio stream and burn English subtitle on top of the video. Create HD and SD versions of the video simultaneously
  • ffcommander -a eng -s eng -psd videofile*
  • The SD - files will be placed in directory 'sd'.

Inverse Telecine

  • When you process or scan a file you might get the following warning:

Warning: Video frame rate is 29.970. You may need to pullup (Inverse Telecine) this video with option -it

  • This means that the video was probably shot using 24 frames / second and was later converted to 29.970 fps to be compatible with NTSC televion refresh rate. The conversion was done duplicating fields every now and then and this process needs to be reversed for the file to play smoothly on modern TV's.
  • Use the -it option to remove extra fields and return the video to the original 24 (or 23.976) frame rate: ffcommander -it videofiles

Define video bitrate manually and recompress audio to aac

  • ffcommander -nd -mbr 2500 -aac videofiles This selects 2500 kbps video bitrate.

Use constant quality video compression and recompress audio to aac

  • ffcommander -nd -crf -aac videofiles This uses constant quality 18 for the video compression. Constant quality compression is faster than 2-pass compression nut the file size will be bigger. Also imho 2-pass produces slightly better quality that CRF.

Complex processing example 1

  • You can do many types of processing at the same time:
  • Use English audio (-a eng)
  • Burn English subtitle on top of video (-s eng).
  • Reposition subtitles at top and bottom edge of screen (-sp)
  • Resize subtitle to be 50% of the original size (-sr 0.5).
  • Remove black bars using autocrop (-ac)
  • And create SD - versions of the videos simultaneously with the HD one (-psd).
  • ffcommander -a eng -s eng -sp -sr 0.5 -ac -psd videofiles*

Display FFmpeg commands Example 1

  • First a simple example: ffcommander -print videofile.mkv

ffcommander version 2.37

################################################################################

Processing file 1/1 'videofile.mkv'

ffmpeg_pass_1_commandline: ffmpeg -y -loglevel level+error -threads 8 -i videofile.mkv -filter_complex '[0:v:0]idet,yadif=0:deint=all[main_processed_video_out]' -map [main_processed_video_out] -sn -c:v libx264 -preset medium -profile:v main -level 4.0 -b:v 1620k -acodec copy -map 0:a:0 -passlogfile 00-processed_files/videofile -f mp4 -pass 1 /dev/null

ffmpeg_pass_2_commandline: ffmpeg -y -loglevel level+error -threads 8 -i videofile.mkv -filter_complex '[0:v:0]idet,yadif=0:deint=all[main_processed_video_out]' -map [main_processed_video_out] -sn -c:v libx264 -preset medium -profile:v main -level 4.0 -b:v 1620k -acodec copy -map 0:a:0 -passlogfile 00-processed_files/videofile -f mp4 -pass 2 00-processed_files/videofile.mp4

Display FFmpeg commands Example 2

  • Display FFmpeg commands FFcommander creates for "Complex processing example 1": ffcommander -a eng -s eng -sp -sr 0.5 -ac -psd -print videofile-2.mkv
  • This displays something like:

ffcommander version 2.38

################################################################################

Processing file 1/1 'videofile-2.mkv' Finding crop values for: videofile-2.mkv Top: 140 , Bottom: 140 , Left: 0 , Right: 0

FFmpeg Subtitle Extract Commandline: ffmpeg -y -loglevel level+error -threads 16 -i videofile-2.mkv -vn -an -filter_complex [0:s:0]copy[subtitle_processing_stream] -map [subtitle_processing_stream] 00-processed_files/subtitles/videofile-2.mkv-original_subtitles/subtitle-%10d.tiff

ffmpeg_pass_1_commandline: ffmpeg -y -loglevel level+error -threads 16 -i videofile-2.mkv -thread_queue_size 4096 -f image2 -i 00-processed_files/subtitles/videofile-2.mkv-fixed_subtitles/subtitle-%10d.tiff -filter_complex '[1:v:0]copy[subtitle_processing_stream];[0:v:0]idet,yadif=0:deint=all,crop=1920:800:0:140[video_processing_stream];[video_processing_stream][subtitle_processing_stream]overlay=0:main_h-overlay_h+0,split=2[main_processed_video_out][sd_input],[sd_input]scale=1024:-2[sd_scaled_out]' -map [main_processed_video_out] -c:v libx264 -preset medium -profile:v high -level 4.1 -b:v 6000k -acodec copy -map 0:a:0 -passlogfile 00-processed_files/videofile-2 -f mp4 -pass 1 /dev/null -map [sd_scaled_out] -sws_flags lanczos -c:v libx264 -preset medium -profile:v main -level 4.0 -b:v 1620k -acodec copy -map 0:a:0 -passlogfile 00-processed_files/videofile-2-sd -f mp4 -pass 1 /dev/null

ffmpeg_pass_2_commandline: ffmpeg -y -loglevel level+error -threads 16 -i videofile-2.mkv -thread_queue_size 4096 -f image2 -i 00-processed_files/subtitles/videofile-2.mkv-fixed_subtitles/subtitle-%10d.tiff -filter_complex '[1:v:0]copy[subtitle_processing_stream];[0:v:0]idet,yadif=0:deint=all,crop=1920:800:0:140[video_processing_stream];[video_processing_stream][subtitle_processing_stream]overlay=0:main_h-overlay_h+0,split=2[main_processed_video_out][sd_input],[sd_input]scale=1024:-2[sd_scaled_out]' -map [main_processed_video_out] -c:v libx264 -preset medium -profile:v high -level 4.1 -b:v 6000k -acodec copy -map 0:a:0 -passlogfile 00-processed_files/videofile-2 -f mp4 -pass 2 00-processed_files/videofile-2.mp4 -map [sd_scaled_out] -sws_flags lanczos -c:v libx264 -preset medium -profile:v main -level 4.0 -b:v 1620k -acodec copy -map 0:a:0 -passlogfile 00-processed_files/videofile-2-sd -f mp4 -pass 2 00-processed_files/sd/videofile-2.mp4

  • You can modify and run these commands to learn how FFmpeg commandline options work.

Exit Values

Sane exit values are still on my to do list.

Why this program exists

I grew tired of using Handbrake because of it's limitations and quirks. I've been using FFmpeg in my other projects (FreeLCS) and have become familiar with its immense power. There aren't many things you can't do with it. But the commandline options become very complicated very fast when doing complex things with it.

FFcommander started as a shell script to automate creating these complex commandlines for FFmpeg. After getting tired of Bash's strange syntax I rewrote the program in Go and added features whenever I needed some new type of processing. Now a couple of years later I find that FFcommander is a very capable program and I never need anything else for processing my videos. At this point I think the program is probably useful to other people as well and ready to publish.

FFcommander still is my personal project and I might not accept feature requests for it. Since FFcommander is released under GPL 3 you are welcome to make your own modifications or a fork of it.

Bugs

There probably are some. If processing stops unexpectedly please first check if FFmpeg is reporting an error. Some FFmpeg errors might not be displayed by default and you might need to run the FFmpeg commands manually to see the messages.

You can do this by using the -print option (see examples above) to print the commands FFcommander creates for FFmpeg. Then remove the string -loglevel level+error from each command and run them manually.

You can report bugs to the projects github page: https://github.com/mhartzel/ffcommander/issues

Author and copyright

(C) 2018 Mikael Hartzell, Espoo, Finland.
This program is distributed under the GNU General Public License version 3 (GPLv3)

See Also

To find my other work visit: https://github.com/mhartzel There you can find FreeLCS that lets you automatically adjust audio loudness according to EBU R128 and my scripts to setup Vim as my C, C++, Go and Python3 development environment (IDE).

Similar Resources

Videncode - Media Encoder (with ffmpeg)

Videncode - Media Encoder (with ffmpeg) Powered by yellyoshua (With2 easy steps) - Build JSON with folder of videos Process the videos to the new fo

Nov 19, 2022

ffmpeg core for golang

go-ffmpeg-core ffmpeg core for golang 基于ffmpeg命令封装简单功能,因此运行环境需事先安装有ffmpeg命令。 ffmpeg官方下载地址: http://ffmpeg.org/download.html 1. 剥离视频文件的音频/视频 package mai

Nov 26, 2021

A simple library to extract video and audio frames from media containers (based on libav).

A simple library to extract video and audio frames from media containers (based on libav).

Reisen A simple library to extract video and audio frames from media containers (based on libav, i.e. ffmpeg). Dependencies The library requires libav

Jan 2, 2023

Project to get Youtube video descriptions and search those videos as required

FamPayProject Project to get Youtube video descriptions and search those videos as required Prerequisities Postgres DB for persisting data Youtube Dat

Nov 5, 2021

Synthetic media is a realistic transformation of audio and video using artificial intelligence.

Synthetic media is a realistic transformation of audio and video using artificial intelligence.

Nov 20, 2021

👾 Annie is a fast, simple and clean video downloader built with Go.

 👾 Annie is a fast, simple and clean video downloader built with Go.

👾 Annie is a fast, simple and clean video downloader built with Go. Installation Prerequisites Install via go install Homebrew (macOS only) Arch Linu

Jun 1, 2022

Personal video streaming server.

tube This is a Golang project to build a self hosted "tube"-style video player for watching your own video collection over HTTP or hosting your own ch

Jan 5, 2023

Short video direct link acquisition 短视频直连获取工具

Short video direct link acquisition 短视频直连获取工具

Glink 短视频去水印一键解析应用 Short video direct link acquisition 短视频直连获取工具 Glink是一款基于go语言开发的短视频解析应用,前端使用vue+argon主题,后端使用go-fiber框架,支持web在线模式、客户端模式。

Dec 7, 2022

Quik.do is a video conferencing tool.

Quik.do is a video conferencing tool.

Quik.do is a video conferencing tool.

Jan 3, 2023
Related tags
Manipulate subtitles in GO (.srt, .ssa/.ass, .stl, .ttml, .vtt (webvtt), teletext, etc.)

This is a Golang library to manipulate subtitles. It allows you to manipulate srt, stl, ttml, ssa/ass, webvtt and teletext files for now. Available op

Dec 29, 2022
A go program that relies on back-end ffmpeg to process video-related content

Video Compress A go program that relies on back-end ffmpeg to process video-related content Installation v-go You can download the corresponding v-go

Dec 22, 2021
[WIP] a very simple, tiny and intuitive ffmpeg wrapper with a cli interface for inspecting & transforming media files supported by the original ffmpeg software

About a very simple, tiny and intuitive ffmpeg wrapper with a cli interface for inspecting & transforming media files supported by the original ffmpeg

Oct 21, 2022
golang function that download a video from youtube, and convert it to a mp3 file using ffmpeg

echedwnmp3 echedwnmp3 is a function that download a video from youtube, and convert it to a mp3 file using ffmpeg example package main import(echedwn

Dec 7, 2021
lmmp3 is a little golang library that download a video from youtube, and convert it to a mp3 file using ffmpeg

lmmp3 lmmp3 is a function that download a video from youtube, and convert it to a mp3 file using ffmpeg You need to have installed ffmpeg in your syst

Aug 12, 2022
Stream video from ffmpeg to webrtc

ffmpeg-to-webrtc demonstrates how to send video from ffmpeg to your browser using pion.

Dec 28, 2022
Golang bindings for FFmpeg

goav Golang binding for FFmpeg A comprehensive binding to the ffmpeg video/audio manipulation library. Usage import "github.com/giorgisio/goav/avforma

Dec 27, 2022
Live on-demand transcoding in go using ffmpeg. Also with NVIDIA GPU hardware acceleration.

Go live HTTP on-demand transcoding Transcoding is expensive and resource consuming operation on CPU and GPU. For big companies with thousands of custo

Dec 16, 2022
A Go implementation of fluent-ffmpeg

A Go implementation of fluent-ffmpeg

Dec 7, 2022
A small program in Go that efficiently compresses videos using ffmpeg.

discordcompressor A small program in Go that efficiently compresses videos using ffmpeg. Dependencies FFmpeg including FFprobe Usage discordcompressor

Dec 18, 2022