i am running FFmpeg on linux server (ubuntu 14.04) and i try to cut video using this code
( i also try -to flag )Code:ffmpeg -ss 2 -i Cars.mp4 -t 6898 -c copy Cars.1.mp4
and i try to merge 2 audio tracks with this code :
but none of this works , the first code just copy the file and the second code just copy the first track , thanks for the help .Code:ffmpeg -i 2s.mp3 -i Cars.mp3 -filter_complex amerge -q:a 4 Cars.1.mp3
+ Reply to Thread
Results 1 to 1 of 1
Similar Threads
-
merging audio and video of different length
By Freelife2345 in forum AudioReplies: 15Last Post: 20th Nov 2014, 01:55 -
how to decrypt m3u8 file using ffmpeg without merging the .ts chunks ?
By method in forum Video Streaming DownloadingReplies: 1Last Post: 21st May 2014, 06:57 -
ffmpeg 2.0.2 vs. 2.1 extracting audio&video from mpls, problem
By Selur in forum Video ConversionReplies: 0Last Post: 2nd Nov 2013, 08:22 -
Merging lossless audio with HD video
By DaFees in forum Newbie / General discussionsReplies: 13Last Post: 8th Feb 2013, 07:44 -
Merging/Converting Multiple M2TS files to MKV With Multiple Audio Tracks
By Nicholas S. Folsom in forum Video ConversionReplies: 1Last Post: 13th May 2011, 18:34