How to merge two .MTS files in Arch Linux!
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
I have two video files from a Panasonic camera in .MTS format and I want to merge them into one file and burn that file onto a TV-playable DVD.
I tried importing them into kino and merging them, but the resulting file has somehow a very slow video playback and the audio is way out of sync.
I selected the MPEG tab with file format '8 - DVD' with no deinterlacing.
Can someone point me into the right direction for merging the two files correctly? Since exporting of the file takes around one hour, it's quite impractical to play around with different options :)
video
add a comment |Â
up vote
0
down vote
favorite
I have two video files from a Panasonic camera in .MTS format and I want to merge them into one file and burn that file onto a TV-playable DVD.
I tried importing them into kino and merging them, but the resulting file has somehow a very slow video playback and the audio is way out of sync.
I selected the MPEG tab with file format '8 - DVD' with no deinterlacing.
Can someone point me into the right direction for merging the two files correctly? Since exporting of the file takes around one hour, it's quite impractical to play around with different options :)
video
Isn't kino for DV only? Ifffmpeg
can handle it, you could useffmpeg -i 'concat:1.mts|2.mts' output.mpeg
(plus whatever codec/quality options you desire).
â frostschutz
Sep 17 '13 at 16:55
1
Wouldn't this be a better match for SuperUser?
â darnir
Sep 17 '13 at 17:52
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I have two video files from a Panasonic camera in .MTS format and I want to merge them into one file and burn that file onto a TV-playable DVD.
I tried importing them into kino and merging them, but the resulting file has somehow a very slow video playback and the audio is way out of sync.
I selected the MPEG tab with file format '8 - DVD' with no deinterlacing.
Can someone point me into the right direction for merging the two files correctly? Since exporting of the file takes around one hour, it's quite impractical to play around with different options :)
video
I have two video files from a Panasonic camera in .MTS format and I want to merge them into one file and burn that file onto a TV-playable DVD.
I tried importing them into kino and merging them, but the resulting file has somehow a very slow video playback and the audio is way out of sync.
I selected the MPEG tab with file format '8 - DVD' with no deinterlacing.
Can someone point me into the right direction for merging the two files correctly? Since exporting of the file takes around one hour, it's quite impractical to play around with different options :)
video
video
asked Sep 17 '13 at 16:49
Wojciech Morawiec
1013
1013
Isn't kino for DV only? Ifffmpeg
can handle it, you could useffmpeg -i 'concat:1.mts|2.mts' output.mpeg
(plus whatever codec/quality options you desire).
â frostschutz
Sep 17 '13 at 16:55
1
Wouldn't this be a better match for SuperUser?
â darnir
Sep 17 '13 at 17:52
add a comment |Â
Isn't kino for DV only? Ifffmpeg
can handle it, you could useffmpeg -i 'concat:1.mts|2.mts' output.mpeg
(plus whatever codec/quality options you desire).
â frostschutz
Sep 17 '13 at 16:55
1
Wouldn't this be a better match for SuperUser?
â darnir
Sep 17 '13 at 17:52
Isn't kino for DV only? If
ffmpeg
can handle it, you could use ffmpeg -i 'concat:1.mts|2.mts' output.mpeg
(plus whatever codec/quality options you desire).â frostschutz
Sep 17 '13 at 16:55
Isn't kino for DV only? If
ffmpeg
can handle it, you could use ffmpeg -i 'concat:1.mts|2.mts' output.mpeg
(plus whatever codec/quality options you desire).â frostschutz
Sep 17 '13 at 16:55
1
1
Wouldn't this be a better match for SuperUser?
â darnir
Sep 17 '13 at 17:52
Wouldn't this be a better match for SuperUser?
â darnir
Sep 17 '13 at 17:52
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
0
down vote
Join many MTS clips into one MTS file and convert the joined MTS to MP4, WMV, MOV, AVI, FLV, MKV, ASF, etc.with Avdshare Video Converter.
New contributor
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
Join many MTS clips into one MTS file and convert the joined MTS to MP4, WMV, MOV, AVI, FLV, MKV, ASF, etc.with Avdshare Video Converter.
New contributor
add a comment |Â
up vote
0
down vote
Join many MTS clips into one MTS file and convert the joined MTS to MP4, WMV, MOV, AVI, FLV, MKV, ASF, etc.with Avdshare Video Converter.
New contributor
add a comment |Â
up vote
0
down vote
up vote
0
down vote
Join many MTS clips into one MTS file and convert the joined MTS to MP4, WMV, MOV, AVI, FLV, MKV, ASF, etc.with Avdshare Video Converter.
New contributor
Join many MTS clips into one MTS file and convert the joined MTS to MP4, WMV, MOV, AVI, FLV, MKV, ASF, etc.with Avdshare Video Converter.
New contributor
New contributor
answered 7 mins ago
Tonya Rabish
1
1
New contributor
New contributor
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f91083%2fhow-to-merge-two-mts-files-in-arch-linux%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Isn't kino for DV only? If
ffmpeg
can handle it, you could useffmpeg -i 'concat:1.mts|2.mts' output.mpeg
(plus whatever codec/quality options you desire).â frostschutz
Sep 17 '13 at 16:55
1
Wouldn't this be a better match for SuperUser?
â darnir
Sep 17 '13 at 17:52