FFMPEG Advanced Techniques Pt1 - Advanced Filters

preview_player
Показать описание
In the past, we've worked with FFMPEG as a conversion tool, but in fact, this little command line utility is so much more! We kick off this two-part series by first delving into some of the more interesting filters provided by the program!

= 0612 TV =
0612 TV is your one stop for general geekery! Learn about a variety of technology-related subjects, including Photography, General Computing, Audio/Video Production and Image Manipulation! Enjoy your stay, and don't hesitate to drop me a comment or a personal message to my inbox =) If you like my work, don't forget to subscribe!

-----

Disclaimer: Please note that any information is provided on this channel in good faith, but I cannot guarantee 100% accuracy / correctness on all content. Contributors to this channel are not to be held responsible for any possible outcomes from your use of the information.
Рекомендации по теме
Комментарии
Автор

6:03 Just a note, the command “ffmpeg -filters” shows a summary of all available filters, while “ffmpeg -h filter=«filter»” gives information about how to use the filter named “«filter»”. So, for example, “ffmpeg -h filter=eq” gives help on the equalization filter.

lawrencedoliveiro
Автор

*Expand for Notes*

*1. Filters interchangeable between images and video*
In case you're wondering, yes, those filters that I applied to images also apply to video! I used images to simplify the explanation, but you can absolutely use them in the exact same way with video files. Sorry for the confusion!

*2. On Debugging and Help*
Unfortunately due to high IRL workloads, I'm not able to look at your command calls and help diagnose problems. You may contact me at hello(at)nerdfirst(dot)net for paid consultation, if you really see the need.

NERDfirst
Автор

What a great video! Much higher quality than the average found on youtube.

GptPlus-bzrt
Автор

-filter_complex_script filename

This is much better than trying to inline a complex -filter

jasonm
Автор

Your videos on ffmpeg are awesome. Simple, clear, effective, visual examples. Awesome.

dasibaho
Автор

Very informative video. Thanksfor sharing.

ojatro
Автор

Wow this is help me alot to understand the filter. Thanks for this education.

dudutlesmono
Автор

Thanks for helping me learn the ffmpeg,

Just for fun -
Matrix - We see the simulated world in form of matrix
0617 - I prefer "vectorscope"

cppxaxa
Автор

Thanks for the videos on how to use ffmpeg, is so much fun mixing videos with overlay ❤️

MPXVM
Автор

Thanks you, I got a satisfactory video.

josezou
Автор

This is awesome - I really love the last demo at the end - did you ever publish the FFMPEg command you ran?

DougSillars
Автор

Freaking awesome info Video! been looking for this, thanks for the clear explanations and guide! anyway you could make a video on using ffmpeg for multi bitrate profiles with rtmp streaming to hls? and explaining the different options available to you?

maalkooi
Автор

Useful video ...
I've converted a file from ts to mp4 using ffmpeg....although it has 1280x720 resolution, the picture quality of the video is blurry....

niteshnaroo
Автор

'well..' it was a wonder full tutorial :)

vaisakhkm
Автор

This is a beautifully made video. It was very clear and useful. If you had a Patreon, I would donate to you immediately for your service.

aggbak
Автор

Thank you for the video, please explain one details: what is p9 in yuva444p9 ?

piotao
Автор

Hello bro, can you help me out please. I have a list which contains pairs in the form of (startTime, endTime). I want to lower the volume of all the portions of an audio represented by the elements of the list. I can do it manually by using the volume filter of ffmpeg but i have to write a very long filter demonstration. Can you tell me a method so that i can store the filter description in a text file and then write an ffmpeg command which reads the filter description from the text file

sushantsharma
Автор

Thank you 0612! Very informative, appreciate the time you took to make this video. :) Do you know if it is possible to specifically change the pitch of a video to the exact pitch you want? For example to the musical note C4? Thanks!

davidc
Автор

Sir, how to add utf-8 subtitles to video using ffmpeg. we are seeing the letters distorted kindly help

vanipediavideosinhindi-pra
Автор

Although my English is very poor, only the so-called "Continental English" (speak Hungarian and German); nevertheless, this tutorial is useful for me, both for learning the language after voice and for the well-visible command line patterns. Thank You.
I was looking for a solution to image sharpening so I found your tutorial movie. I understood almost everything you said and presented on the subject, but unfortunately this doesn't work for me. Looking further, I discovered that there was a problem with the syntax. Maybe the 3 years difference, but today my FFmpeg doesn't accept >> -filter ”unsharp = lx = 3: ly = 3: la = 1.0” << expression. Fault notice is the follow: Filtergraph ‘unsharp = lx = 3: ly = 3: la = 1.0’ was defined for audio output stream 0:1… could you give some advice, please?

gyorgykenez