In this video I’m going to demonstrate how to create a script in Linux to automatically convert/transcode your videos with ffmpeg, including some common error handling.
Welcome to TECHMIMIC. Monkey see, monkey do! View, imitate, replicate. You have an issue to fix, you found us, we tell you how to fix it. Boom!
TIMESTAMPS
00:00 Channel intro
00:09 Video intro
00:56 Setting the scene
03:16 File sizes with various codecs
03:44 The basic script
07:14 A more refined script
08:45 Error handling
11:21 Final remarks
LINKS
How to solve MISSING video in DAVINCI RESOLVE on LINUX (Empty or blank timeline)
• How to solve MISSING video in DAVINCI RESO...
Wednesday Whirls playlist
• Wednesday Whirls
SOURCES
FFmpeg Documentation
https://ffmpeg.org/ffmpeg.html
Sample FFmpeg command used in video:
ffmpeg -i inputfile.mp4 -vcodec dnxhd -b:v 36M -pix_fmt yuv422p -c:a pcm_s16le outputfile.mov
TECHMIMIC GitHub
https://github.com/TECHMIMIC/TECHMIMI...
SUPPORT
Support the channel with a cup of coffee
https://ko-fi.com/techmimic
Or a YouTube "Super Thanks", which directly supports the channel and will be visible to all in the comments!
DISCLAIMER
The instructions in this video are for informational purposes only. Follow these steps at your own risk. TECHMIMIC cannot be held responsible for any data loss, damage, or issues that may arise. Always back up your data before making any changes.
REAL HUMAN WARNING
Strictly human brain. No AI was harmed during the creation of this video.
#howto #tutorial #ffmpeg #linuxscript #convertvideo #transcodevideo #bash