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

feature request: allow sorting by file creation/modification times, other sort options #103

Closed
jjsmcneil1113 opened this issue Apr 16, 2024 · 5 comments

Comments

@jjsmcneil1113
Copy link

trying to join/concat 100s files, with integers in the filenames, but are not zero padded. I request either or both features:

  1. sort by creation or modification time, currently this is not an option in columns
  2. allow sorting integer portion of filename as if they were 0 padded, for example, file9.txt and file10.txt are sorted as if they were file09.txt and file10.txt

thank you!

@jjsmcneil1113
Copy link
Author

also request ability to concat/join audio files that have different sampling rates, bitrates (I understand this would involve re-encoding)

@eibol
Copy link
Owner

eibol commented Apr 17, 2024

also request ability to concat/join audio files that have different sampling rates, bitrates (I understand this would involve re-encoding)

I think you could already concat files re-encoding audio, just uncheck "Stream copy" when using native concatenation, and then use -c:v copy to stream video and the audio parameters of your choice.

@eibol
Copy link
Owner

eibol commented Apr 17, 2024

trying to join/concat 100s files, with integers in the filenames, but are not zero padded. I request either or both features:

1. sort by creation or modification time, currently this is not an option in columns

2. allow sorting integer portion of  filename as if they were 0 padded, for example, file9.txt  and file10.txt are sorted as if they were file09.txt and file10.txt

thank you!

I'll look into modification date sorting.

@eibol
Copy link
Owner

eibol commented Apr 19, 2024

Beta release

@jjsmcneil1113
Copy link
Author

THANK YOU!!!!

@eibol eibol closed this as completed Apr 29, 2024
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

No branches or pull requests

2 participants