i want to install acl package to the instances(more than 10) on google cloud platform, they are connected to a nfs server. Is it possible to install it trough the nfs server. if it is not possible i have to install one by one.
Ozan Temel's questions
youtube-dl downloads mp4 parts and after downloading, combines that parts to make a single mp4 video file. I don't want a single, combined mp4 file. Because i want to edit those mp4.part files myself. Any idea how to revert deleting those parts?
I'm trying to rotate mp4 videos with ffmpeg. Couple of videos succesfuly rotated but one. The problem is audio out sync for entire video. I also used an ios app which was succesful to rotate. Have any idea what's wrong?
This is the code i've used for:
ffmpeg -i input.mp4 -vf "transpose=1, fps=30" -vcodec libx265 -crf 10 -acodec copy output.mp4
Other codes that i've used were also gave me same result:
ffmpeg -i input.mp4 -vf "transpose=1, fps=30" -vcodec libx264 -acodec copy output.mp4 ffmpeg -i input.mp4 -vf "transpose=1" output.mp4 ffmpeg -i input.mp4 -vf "transpose=1, fps=30" -acodec copy output.mp4 ffmpeg -i input.mp4 -vf "transpose=1" -crf 10 -b:v 600k output.mp4
version:
ffmpeg 2.6.8
I think problem is the youtube-dl, This is the video i'm trying to rotate: https://www.pscp.tv/22dakika/1ZkKzlXkOMoJv
UPDATE
The problem was a broken video. I removed the first 30 secs of the video. After that, rotation process gave me a succesful output.
I wonder if it's possible to download videos with wget
. I know there some applications and websites to download from periscope, but can I download replay videos from periscope with wget
, using only command line?
let's imagine i am at school with an android phone. I have a computer at home and that computer has a virtual machine working on it. here is the scenario, client and virtual client has ssh-client and ssh-server both and they can communicate each other in the local network. when i want to connect to my virtual client from school by android phone through internet there must be an ip address. the problem is virtual machine and client has the same public ip. so how do i connect one of the two machines?
How can i set intel idle max cstate to 1 and how can i check when it will done. i have a freeze problem because of bay trail cores.
i tried kernel 4.5 4.1.12 4.4 but freeze problem still continue. at the moment 4.4 is my kernel version.
Add the lines below to : Ubuntu(~/.idlerc/config-highlight.cfg)
what is that mean? i can't find that location, can anyone explain reallllly detaily?
I have installed Visual Studio Code in my Ubuntu. But I can't use Python.
Some information:
I didn't install any python version. I am currently using it on terminal or Python idle 2.7
Can anyone help me?