Skip to content

Conversation

@barisx
Copy link

@barisx barisx commented Aug 14, 2021

I faced a problem about it.

command = "ffmpeg -i 9. Introduction Testing.ts -qscale:v 3 TEMP/frame%06d.jpg -hide_banner"

This is not solvable for OS. Some trick is going to solve it.

command = "ffmpeg -i \"9. Introduction Testing.ts\" -qscale:v 3 TEMP/frame%06d.jpg -hide_banner"

After this cmd working like

ffmpeg -i "9. Introduction Testing.ts" -qscale:v 3 TEMP/frame%06d.jpg -hide_banner

Tested and work.

I faced a problem about it. 
```py
command = "ffmpeg -i 9. Introduction Testing.ts -qscale:v 3 TEMP/frame%06d.jpg -hide_banner"
```
This is not solvable for OS. Some trick is going to solve it.
```py
command = "ffmpeg -i "9. Introduction Testing.ts" -qscale:v 3 TEMP/frame%06d.jpg -hide_banner"
```
After this cmd working like
```bash
ffmpeg -i "9. Introduction Testing.ts" -qscale:v 3 TEMP/frame%06d.jpg -hide_banner
```
Tested and work.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant