Welcome, Guest. Please login or register.

Login with username, password and session length

 
Advanced search

1411430 Posts in 69363 Topics- by 58416 Members - Latest Member: JamesAGreen

April 19, 2024, 11:40:21 PM

Need hosting? Check out Digital Ocean
(more details in this thread)
TIGSource ForumsDeveloperTechnical (Moderator: ThemsAllTook)How to convert Android MP4 ?
Pages: [1]
Print
Author Topic: How to convert Android MP4 ?  (Read 732 times)
bombjack
Level 3
***

That's me :)


View Profile WWW
« on: August 02, 2014, 04:51:02 AM »

Hi,

I've recorded an MP4 on android using the KitKat adb command but I can' do anything with it.
I tried avidemux: it reads it but I can't acheive to convert it in a usable format.
I want both to convert it to gif and to a format editable in Windows Movie Maker or any other free video editor.

I googled many tutorial but nothing really helps.  Cry

Can someone help me with this, please ?




Logged

digitalgibs
Level 0
**



View Profile
« Reply #1 on: August 07, 2014, 05:37:05 PM »

I have not idea what you are trying to do but here's a couple options..

[FFMPEG]
1. download ffmpeg
2. create an empty .bat file
3. paste this into the .bat file (ffmpeg -i %1 -c:v libx264 -profile:v baseline -level 3.0 -c:a libfaac -ar 44100 -ac 2 -b:a 128k -movflags +faststart %1_out.mp4)
4. save and then drag your .mp4 onto this.  It should re-encode it to a compatible mp4 format.

NOTE: you can also google around to find the syntax to convert directly to WMV if that's what you really want.


[RENAME?]
Sometimes renaming it to something like .3GP might get it to play.  It's not always an MP4 just because the file says so Sad.
Logged
bombjack
Level 3
***

That's me :)


View Profile WWW
« Reply #2 on: August 16, 2014, 01:23:44 AM »

stupidly, I didn't though of ffmpeg  Embarrassed I'll check that.
Thanks for your help.
Logged

Pages: [1]
Print
Jump to:  

Theme orange-lt created by panic