From SVN to Git on Windows and then GitHub

From SVN to Git on Windows and then GitHub Problem Description: I am using windows and contribute to a folder https://svn.aaaaa.bbb/c which is hosted on a unix server. We are using svn to manage the versions, and on my computer I use tortoise SVN. I need to first create a git folder which includes all … Read more

linux subsystem on windows, how to set working directory to a folder on windows?

linux subsystem on windows, how to set working directory to a folder on windows? Problem Description: I am trying to import a file on windows 11 to a linux subsystem (Ubuntu 22.04.1) while it is connected to docker. I am new to this so I am sorry if I am making obvious mistakes. To my … Read more

linux subsystem on windows, how to set working directory to a folder on windows?

linux subsystem on windows, how to set working directory to a folder on windows? Problem Description: I am trying to import a file on windows 11 to a linux subsystem (Ubuntu 22.04.1) while it is connected to docker. I am new to this so I am sorry if I am making obvious mistakes. To my … Read more

Trying to pickup mp4 & srt files in a dir and combine them using one script

Trying to pickup mp4 & srt files in a dir and combine them using one script Problem Description: Using this code works fine: ffmpeg -i input.mp4 -filter:v subtitles=subtitle.srt -c:a copy -c:v libx264 -crf 22 -preset veryfast output.mp4 Trying to batch the operation gives errors: ls | Where { $_.Extension -eq ".mp4" } | ForEach { … Read more

Trying to pickup mp4 & srt files in a dir and combine them using one script

Trying to pickup mp4 & srt files in a dir and combine them using one script Problem Description: Using this code works fine: ffmpeg -i input.mp4 -filter:v subtitles=subtitle.srt -c:a copy -c:v libx264 -crf 22 -preset veryfast output.mp4 Trying to batch the operation gives errors: ls | Where { $_.Extension -eq ".mp4" } | ForEach { … Read more

Trying to pickup mp4 & srt files in a dir and combine them using one script

Trying to pickup mp4 & srt files in a dir and combine them using one script Problem Description: Using this code works fine: ffmpeg -i input.mp4 -filter:v subtitles=subtitle.srt -c:a copy -c:v libx264 -crf 22 -preset veryfast output.mp4 Trying to batch the operation gives errors: ls | Where { $_.Extension -eq ".mp4" } | ForEach { … Read more

Trying to pickup mp4 & srt files in a dir and combine them using one script

Trying to pickup mp4 & srt files in a dir and combine them using one script Problem Description: Using this code works fine: ffmpeg -i input.mp4 -filter:v subtitles=subtitle.srt -c:a copy -c:v libx264 -crf 22 -preset veryfast output.mp4 Trying to batch the operation gives errors: ls | Where { $_.Extension -eq ".mp4" } | ForEach { … Read more

We use cookies in order to give you the best possible experience on our website. By continuing to use this site, you agree to our use of cookies.
Accept
Reject