The simplest way I can imagine is to link them into a directory temporarily and/or permanently with:
mkdir playlist
ln *some_glob_pattern* playlist
Then use the vidir(1) program to edit the files to number them
sequentially the way you want. Then you can either create a playlist and
delete the directory using some basic command line tools or just keep
the directory as a playlist.
