[FFmpeg-user] How can I split the file without re-transcoding it at all
Tarun singhal
tsinghal18 at gmail.com
Tue May 29 07:36:48 CEST 2012
Hi all,
Can anybody tell me that how can I split a video file without re
transcoding it.
Yes there is a command:
ffmpeg -ss <time1> -i <input> -acodec copy -vcodec copy -t <time2> <output>
But the confusion I am having is, does above command doesnt at all do
transcoding hence consuming the CPU?
Regards,
Tarun Singhal
More information about the ffmpeg-user
mailing list