I'm trying to join together four Y4M files.
I tried using both of the ffmpeg methods on this page:
http://trac.ffmpeg.org/wiki/Concatenate
Both times, I get this error:
How can I join them using my Mac please? Thanks in advance.Code:[yuv4mpegpipe @ 0x7fce28809400] ERROR: Codec not supported. Could not write header for output file #0 (incorrect codec parameters ?): Invalid data found when processing input
		
			+ Reply to Thread
			
		
		
		
			
	
	
				Results 1 to 5 of 5
			
		- 
	
- 
	Using "cat" to crudely join the files doesn't work either. Only the first clip plays. 
- 
	A full command line example of your first try would have been useful. I guess explicitly stating formats (yuv4mpegpipe) may have helped. But the position of parameters is important. 
 
 PS: Tested and failed as well, so far...
 
 Solution: omit the "-c copy"; concatenating raw formats does not need codec actions to be specified, they are not supported for such formats.
 
 Thanks to JEEB on IRCCode:ffmpeg -f concat -i list.txt -f yuv4mpegpipe out.y4m Last edited by LigH.de; 20th Nov 2020 at 02:43. 
Similar Threads
- 
  "Raw" recovery of video files (file carving, signature search)By abolibibelot in forum ComputerReplies: 1Last Post: 13th Aug 2021, 11:38
- 
  how do i open a raw disc/ RAW format on a computerBy elm in forum DVB / IPTVReplies: 2Last Post: 9th Mar 2020, 19:33
- 
  How to join batch video files?By iKron in forum Video ConversionReplies: 7Last Post: 9th Sep 2018, 14:19
- 
  How can I join 2 video files to 'combine' quality?By YeshyyyK in forum Newbie / General discussionsReplies: 4Last Post: 17th Aug 2016, 14:54
- 
  SATA HDD in IDE computer! Video files missing? Sata HDD now RAW!By visionman in forum Newbie / General discussionsReplies: 2Last Post: 17th Dec 2015, 13:35


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

 Quote
 Quote