Timeline for Bash script with ffmpeg and sed
Current License: CC BY-SA 3.0
6 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Feb 15, 2017 at 14:43 | answer | added | Georgi Stoyanov | timeline score: 0 | |
| Feb 15, 2017 at 14:36 | comment | added | Georgi Stoyanov | @Fox I just want the output file to be placed in the "path" directory. It works fine the script, and yes, I could use sed -e and save the changes in a new file, because otherwise every time I am running the script the sed command will append these characters. Right now when I run the script it saves the output file in the same category where the script is and it also cannot select all files with the MXF extension and to put them to a file. | |
| Feb 15, 2017 at 11:17 | comment | added | Fox | What, in particular, fails with your current solution? Also, you may not want to do an in-place edit with sed here, both because the -i flag is non-portable and because it will prevent running your script twice on the same input. | |
| Feb 15, 2017 at 11:05 | history | edited | Georgi Stoyanov | CC BY-SA 3.0 | added 13 characters in body |
| Feb 15, 2017 at 10:51 | review | First posts | |||
| Feb 15, 2017 at 11:18 | |||||
| Feb 15, 2017 at 10:46 | history | asked | Georgi Stoyanov | CC BY-SA 3.0 |