0% found this document useful (0 votes)
9 views1 page

Concat FLV

The document provides instructions for using ffmpeg to concatenate video files by creating an 'inputs.txt' file listing the input files and then executing a command to generate an output file. It also mentions the use of NT Service\\SQLSERVERAGENT and references a link to a PDF result. Additionally, it includes a command for mounting an S3 bucket with s3fs and nginx-rtmp.

Uploaded by

SureshVitus
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
9 views1 page

Concat FLV

The document provides instructions for using ffmpeg to concatenate video files by creating an 'inputs.txt' file listing the input files and then executing a command to generate an output file. It also mentions the use of NT Service\\SQLSERVERAGENT and references a link to a PDF result. Additionally, it includes a command for mounting an S3 bucket with s3fs and nginx-rtmp.

Uploaded by

SureshVitus
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

1feb start from 9

then from 6

NT Service\SQLSERVERAGENT

https://smallpdf.com/result#r=30bbaed25f5bbb63cc7e682d399c9d80&t=merge

c5n.9xlarge

Concat demuxer
First create a file called inputs.txt which looks like this:

file 'input1.flv'
file 'input2.flv'
Then use ffmpeg like so:

ffmpeg -f concat -i inputs.txt -c copy output.mp4


(You can use output.flv, though MP4 is a generally more useful format). The demuxer
is avaiable on versions of ffmpeg from 1.1 onwards. If you want to stick to an
outdated version of ffmpeg for some reason, you can use the

file 'test-1628003587.flv'

s3fs nginx-rtmp /root/bnstack/nginx-rtmp-s3bucket -o passwd_file=/etc/passwd-s3fs

You might also like