amiaopensource / ffmpeg-artschool

FFmpeg Artschool: An AMIA Workshop
https://amiaopensource.github.io/ffmpeg-artschool/
GNU General Public License v3.0
53 stars 14 forks source link

ps1 issue 2: resulting file location #23

Closed bturkus closed 3 years ago

bturkus commented 3 years ago

noticing a diff bet bash and powershell: in bash, all newly created files are located alongside original files; in the powershell everything is going to powershell_scripts folder

retokromer commented 3 years ago

(If you use diff -s in Bash and fc in PowerShell, you get the same result. BTW: if you use Terminal in Windows, you can use the same commands as in Linux/macOS.)

nkrabben commented 3 years ago

Oh I think I misinterpreted what Morgan was doing with relpaths. I'll change this.

To confirm script.ps1 ~/Downloads/video.mp4 should output to ~/Downloads/video_script.mp4?

nkrabben commented 3 years ago

made the change 1377eb5