Maintenance - We're currently working on things and you might experience some issues. Should be wrapped up soon!

This post has been de-listed

It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.

4
Make a list of files with path
Post Body

I would like to create a bat to create a list of files in the same directory and with there paths.

MyList.txt

file 'E:\Adobe\Projects\Work\191215 December\1\CONTENTS\CLIPS001\AA3023\AA302301.MXF'
file 'E:\Adobe\Projects\Work\191215 December\1\CONTENTS\CLIPS001\AA3023\AA302302.MXF'
file 'E:\Adobe\Projects\Work\191215 December\1\CONTENTS\CLIPS001\AA3023\AA302303.MXF'
file 'E:\Adobe\Projects\Work\191215 December\1\CONTENTS\CLIPS001\AA3023\AA302304.MXF'

Once it runs that, it would then run FFMPEG and concat those files into the same directory.

ffmpeg -f concat -safe 0 -i mylist.txt -c copy -map 0 part2.mxf

This is what I have so far but I am missing a lot.

@echo off

dir /a /-p /o:gen > "%~dp1MXF_list.txt"

ffmpeg -f concat -safe 0 -i MXF_list.txt -c copy -map 0 Output.mxf

I'd love some help with this thanks

Author
Account Strength
100%
Account Age
11 years
Verified Email
Yes
Verified Flair
No
Total Karma
20,992
Link Karma
605
Comment Karma
19,546
Profile updated: 2 days ago
Posts updated: 1 year ago

Subreddit

Post Details

We try to extract some basic information from the post title. This is not always successful or accurate, please use your best judgement and compare these values to the post title and body for confirmation.
Posted
4 years ago