I need to put content of FLV container into MP4 container. I don't want to do a conversion I just want to move the content from FLV to MP4.
I was able to extract the contents of FLV using FLV_Extract_v1.6.2 but when I used Yamb to put the contents into MP4 it fails.
		
			+ Reply to Thread
			
		
		
		
			
	
	
				Results 1 to 4 of 4
			
		- 
	Last edited by arraboy; 29th Jun 2012 at 02:47. 
- 
	Hi there. 
 
 First of all, make sure both the video and the audio are "MP4-compatible" (for example, VP6 video and Speex audio are not MP4-compliant, AFAIK at least).
 
 Secondly, try to use MP4Box directly, because YAMB not always works as it should
 (besides, its author is more of a troll than a serious programmer).
- 
	You can use FlvExtract to extract elementary streams from the FLV file. Then Yamb or Mp4Box to mux them into an MP4. 
 
 If you can use command line tools you can use ffmpeg in a single step:
 
 Put the attached "Remux to MP4.bat" (in a zip archive) file in your SendTo folder and you can right click on any FLV file and select SendTo -> Remux to MP4.BAT to create an MP4 with the same base name as the source file. You'll have to edit the BAT file if ffmpeg is installed in a folder other than C:\Program Files\ffmpeg\bin\ffmpeg.exe.Code:ffmpeg -i source.flv -acodec copy -vcodec copy output.mp4 
 
 Or you can place the BAT file anywhere and drag-and-drop a file onto it.Last edited by jagabo; 29th Jun 2012 at 08:40. 
- 
	thanks for the replys I found a solution here http://www.osmf.org/configurator/fmp/# 
Similar Threads
- 
  Help! - How to put xvid into an mp4 container.By jamsponge in forum Newbie / General discussionsReplies: 2Last Post: 23rd Apr 2011, 11:54
- 
  change an MKV container to AVI container???By Spdngblt56 in forum Newbie / General discussionsReplies: 10Last Post: 17th May 2010, 22:23
- 
  how to make x264 content in mkv container play on D-Link Media PlayerBy roise_r in forum Video ConversionReplies: 11Last Post: 21st Mar 2009, 17:43
- 
  How do you move files from .ogm container to .mkv container?By VidHunter in forum MacReplies: 0Last Post: 8th Mar 2008, 19:19
- 
  Best container & codec for FLV conversion to DVDBy Dsypher in forum Video ConversionReplies: 12Last Post: 21st Aug 2007, 15:53


 
		
		 View Profile
				View Profile
			 View Forum Posts
				View Forum Posts
			 Private Message
				Private Message
			 
 
			
			
 Quote
 Quote