Status
Not open for further replies.

Sushant

Active Member
265
2009
38
0
Hi
I have one .avi file in centos and i want to split files in 35 MB and extension has to be .avi so i can upload it in YouTube or in any other host.

can anyone please guide me how to split with command-line.

Thanks
 
11 comments

after spliting the video file....it is nt coming in AVI extension so i cant upload it in youtube or dailymotion.....even after renaming it is extension to .avi,i can't play the video.

---------- Post added at 10:50 AM ---------- Previous post was at 10:50 AM ----------

Ffmpeg + ssh. Google ffmpeg video split

can you please give me full tutorial?
 
here is a bash (ssh) script to split the files using ffmpeg
Code:
http://grapsus.net/blog/post/A-script-for-splitting-videos-using-ffmpeg
 
Just use AppGeeker, works marvelously.

Download here: http://www.ilikemall.com/how-to/convert-flv-to-avi-mac.html

It can split a large file into several small of parts, and customize file size or quality.

BTW, I suggest you convert the avi file to flv flash video which youtube reads well.

Use this if you already have the video files on your computer it is freeware

http://www.filehippo.com/download_freemake_video_converter/

Thanks but i needed for Centos not for mac and windows

---------- Post added at 12:52 PM ---------- Previous post was at 12:52 PM ----------

here is a bash (ssh) script to split the files using ffmpeg
Code:
[URL]http://grapsus.net/blog/post/A-script-for-splitting-videos-using-ffmpeg[/URL]

i will try this one and let u know if have any issues :-) thanks :fly:
 
I have no problems. Installed ffmpeg on my centos uploaded the script and a avi file and split it correctly.

this is the command I used to split it.
Code:
ffsplit.sh side.avi 1200


Pm me if you want me to look at it..
 
Status
Not open for further replies.
Back
Top