Guys I am a noob apologies if this has been asked..

I have over 900 files to concatenate and am using following command:

ffmpeg -f concat -i files.txt -vf scale=1080:-1 -vcodec mpeg4 -b:v 1000k
output.mp4

I Created a txt list(files.txt) with names of the videos (video-1.h264 - to
video-943.h264) 

the response I get is "[concat @ 0000000000e967e0] Line 1: unknown keyword
'video-1.h264'
files.txt: Invalid data found when processing input

I am executing ffmpeg in the video directory... so don't need full path to
videos, right?

what am I doing wrong?



--
View this message in context: 
http://www.ffmpeg-archive.org/concatenate-h264-through-a-file-tp4679755.html
Sent from the FFmpeg-users mailing list archive at Nabble.com.
_______________________________________________
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to