Code with me | FFMPEG compressing video | python

Code with me | FFMPEG compressing video | python

Novaspirit Tech

4 года назад

18,454 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@NovaspiritTech
@NovaspiritTech - 22.11.2019 00:42

thanks for watching!! i'll upload the code soon to github and post it here

Ответить
@iabakar
@iabakar - 22.11.2019 01:15

You should start python videos for beginners

Ответить
@publicmichaelzmit
@publicmichaelzmit - 22.11.2019 02:24

Why the cfr 22? That's an odd frame rate out of sync with ... everything? Just curious to know :D
Nice to see I'm not the only one getting a lot of errors in "simple" coding projects. But that only makes it so much more satisfying when you succeed - and you have learned something useful along the way.

Ответить
@4minutes59secondsorless5
@4minutes59secondsorless5 - 22.11.2019 03:44

First of all thanks for showing how to do ffmpeg encoding using Python. I viewed a few hours after upload. I found it a struggle to watch as for much of the time nothing much happens. Probably better live. I would have preferred you to do a more ‘how to video’ but I understand the computer problems you are having. Keep up the good work.

Ответить
@abel90221
@abel90221 - 22.11.2019 07:23

I wish I can be as hip as this dude

Ответить
@cmloke3073
@cmloke3073 - 22.11.2019 08:33

I need this!!! Tried handbrake but compression was lossy

Ответить
@Robber7
@Robber7 - 22.11.2019 17:38

Lower microphone gain and put it closer to your mouth. Gain is way too high and the mic is way too far away from the mouth. Which equals horrid background noise + smashing of keyboard buttons of which I cannot stand hearing xd

Ответить
@honzapat
@honzapat - 22.11.2019 18:50

You have forgot to create the dir in case of mp4 and forrgot that at some point it will find the compressed video and recomoress and just tyke up more and more space.

Ответить
@LiRaye
@LiRaye - 27.11.2019 17:50

Not using python but the line 'for subdirs, dirs, files in os.walk(dir)' is interesting.

Ответить
@AndersJackson
@AndersJackson - 15.12.2019 21:16

You should use Emacs and probably start with my setup. 😜

And continue use Linux for streamimg. 😜

There are a Open source version of studio that doesn't call home like MS version do, IF you want to use studio.

Ответить
@AndersJackson
@AndersJackson - 15.12.2019 21:18

You should probably us 'in' to check right extension, as you want to catch many extensions.

You also might want to use functions to filter out the wanted extensions instead. Then you don't need to code loops and stuff.
Functional for the win, as you kids say. 😜

Ответить
@celestialbeing4767
@celestialbeing4767 - 16.01.2020 06:36

Openbox interesting, just going through your videos.

Ответить
@hfhenry
@hfhenry - 12.03.2020 03:31

I tried exactly the same code and python gave me 'name "file" is not defined', SOS:)

Ответить
@sailajasrinivasan9079
@sailajasrinivasan9079 - 06.09.2020 13:50

The compressed folder is created but it is empty...Is there any minimum size for the video??

Ответить
@imhemish
@imhemish - 20.04.2021 11:47

Where is the code?? I mean seriously! If you are doing some tutorial, its generally one's duty to include a code in description or pinned comment.

Ответить
@urvishsoni3910
@urvishsoni3910 - 01.06.2021 06:42

Thanks for the code but I have facing the problrm regarding 'ffmpeg' is not recognized as an internal or external command after installing it in my pycharm project.

Ответить
@sametocsy
@sametocsy - 06.06.2021 12:48

hi, how to make image compression using wavelet transform in python ? ı can not find in nowhere . please can you help me ?

Ответить
@ThilagaVathi-f7j
@ThilagaVathi-f7j - 23.02.2024 13:19

Is it possible to compress videos using Python without installing the ffmpeg tool directly.

Ответить