Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

arecord, convert: edit pages #12644

Open
wants to merge 12 commits into
base: main
Choose a base branch
from

Conversation

TheFibonacciEffect
Copy link

@TheFibonacciEffect TheFibonacciEffect commented Apr 14, 2024

  • The page(s) are in the correct platform directories: common, linux, osx, windows, sunos, android, etc.
  • The page(s) have at most 8 examples.
  • The page description(s) have links to documentation or a homepage.
  • The page(s) follow the content guidelines.
  • The PR title conforms to the recommended templates.
  • Version of the command being documented (if known):

@CLAassistant
Copy link

CLAassistant commented Apr 14, 2024

CLA assistant check
All committers have signed the CLA.

@github-actions github-actions bot added the page edit Changes to an existing page(s). label Apr 14, 2024
@tldr-bot

This comment was marked as outdated.

@tldr-bot

This comment was marked as outdated.

@tldr-bot

This comment was marked as outdated.

@gutjuri gutjuri changed the title add command to resize to desired size and add command to test microphone arecord, convert: edit pages Apr 14, 2024
@tldr-bot

This comment was marked as outdated.

@tldr-bot

This comment was marked as outdated.

@TheFibonacciEffect
Copy link
Author

TheFibonacciEffect commented Apr 14, 2024

Allright now its ready : )
These commands are very useful to me and I hope they are to others as well, sorry that it took me several tries with the formatting...

pages/common/convert.md Outdated Show resolved Hide resolved
pages/common/convert.md Outdated Show resolved Hide resolved
TheFibonacciEffect and others added 2 commits April 16, 2024 15:17
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
@TheFibonacciEffect
Copy link
Author

Is there anything that needs to be fixed before merging?

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>

`convert {{path/to/image1.png path/to/image2.png ...}} -append {{path/to/output_image.png}}`
`convert {{path/to/image1.png path/to/image2.png ...}} -append/+append {{path/to/output_image.png}}`
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
`convert {{path/to/image1.png path/to/image2.png ...}} -append/+append {{path/to/output_image.png}}`
`convert {{path/to/image1.png path/to/image2.png ...}} {{-append|+append}} {{path/to/output_image.png}}`

This is the general placeholder format we use for highlighting multiple options in the same example.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
page edit Changes to an existing page(s).
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants