Hey ya'll,
I have a bunch of aac I demuxed from some mp4 videos, and I want to get them over to m4a eventually to throw them into picard and get all my metadata on there and have them compatible with my devices. I have YAMB and Avanti but Avanti doesn't seem to have this functionality built in, and YAMB throws errors every time I try to mux the aac to m4a or mp4 (although really oddly sometimes I get a file output that sounds ok even when it says muxing failed). I was able to batch demux with Avanti very easily and smoothly but I'm stumped for the next step.
It is my understanding that this should be a trivial task with YAMB. Am I an idiot?
		
			+ Reply to Thread
			
		
		
		
			
	
	
				Results 1 to 7 of 7
			
		- 
	
- 
	Perhaps this may help: 
 https://ffmpeg.org/ffmpeg-bitstream-filters.html#aac_005fadtstoasc
- 
	Ah, thanks. I'm not too good with command lining, which is why I'm using front end GUIs for everything. I ended up with this: 
 
 but I can't figure out how to relocate processed files to a different directory and change the file extension rather than just putting .mp4 after .aac. All my files are *.aac.mp4 now, hah.Code:set thisdir=%1 For /R %thisdir% %%J IN (*.aac) do ( "path_to_ffmpeg\bin\ffmpeg.exe" -v error -i "%%J" -acodec copy -bsf:a aac_adtstoasc -vn "%%J".mp4 ) pause 
- 
	Last edited by Kylezo; 13th Mar 2016 at 04:52. 
Similar Threads
- 
  .aac to .m4a.. possible?By romi7519 in forum AudioReplies: 35Last Post: 14th Dec 2018, 06:45
- 
  change m4a to aac containerBy jamespoo in forum MediaReplies: 11Last Post: 7th Feb 2017, 23:15
- 
  aac to m4aBy angelroj7 in forum AudioReplies: 4Last Post: 13th Dec 2013, 11:02
- 
  Opening iTunes AAC (m4a) files in Sony VegasBy Ronaldinho in forum Newbie / General discussionsReplies: 0Last Post: 26th Jun 2013, 00:20
- 
  Nero 9 no longer burns AAC/MP4/M4ABy Poppa_Meth in forum ComputerReplies: 8Last Post: 24th Mar 2013, 12:01


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

 Quote
 Quote