I know that is lots of freeware tools for coversion from 3gp to mp4 format. I need a ,free, fast and LOSSLESS tools to do that. PLs recommend.. thanks ....
+ Reply to Thread
Results 1 to 5 of 5
-
-
Try a mp4 multiplexer like mp4box or gui for it like mymp4boxgui, yamb.
Or use avidemux, open 3gpp, under audio and video choose copy, save as mp4. If it fails try use a lossless video codec under the video and wav audio under audio in avidemux. -
THanks BAldrick. I tried mymp4boxgui, very fast, however i have lot of 3gp video. and mymp4boxgui, need to demux 1 by 1 and then remux again. Very slow and time consuming. Is there a tools that do a mass demux and remux and LOSSLESS?
will try the rest you have recommended. thanks again -
Do you have demux 1 by 1? Can't you load the 3gpp directly under the mux tab?
-
Mymp4boxgui uses mp4box, a command line utility, to perform the conversion. It's easy to write a batch file to convert all the files in a folder using mp4box: Create this batch file in a folder with a bunch of 3GP files:
Set "path\to\MP4Box.exe" to match the location of MP4Box.exe. You may also have to change the frame rate value to match your sources. Double click on the BAT file and all the videos will be converted to MP4. The original files will remain.for %%a in ("*.3gp") do "Path\To\MP4Box.exe" -add "%%a#1:fps=29.97" -add "%%a#2" -new "%%a.mp4"
Similar Threads
-
Convert mp4 to lossless avi?
By vampypiano in forum Video ConversionReplies: 2Last Post: 30th Jan 2012, 06:00 -
Lossless transcoding of AVCHD to mp4.
By yardline in forum MacReplies: 4Last Post: 7th Jan 2012, 16:59 -
lossless flv to mp4
By Driber in forum Video ConversionReplies: 3Last Post: 9th Aug 2010, 17:01 -
MP4/3GP Video Recorder
By sushix in forum Portable VideoReplies: 3Last Post: 21st Mar 2008, 14:19 -
How to convert 3gp or mp4 file
By avz10 in forum Newbie / General discussionsReplies: 3Last Post: 19th Jan 2008, 07:07



Quote