hi
i've some jpeg files. i want to put them into sequence in an h264 video. i don't know what the best method for this purpose. i don't want to use an application for this purpose. the environment is Linux (Ubuntu 10.10). i think the best method is to use ffmpeg library. but i don't know what's the easiest and the most straightforward method.
please help me
thx
		
			+ Reply to Thread
			
		
		
		
			
	
	
				Results 1 to 7 of 7
			
		- 
	
- 
	most straightforward method is probably using x264 itself assuming it is compiled with lavf support,.. 
 
 x264.exe --crf 18 --fps 24 --input-res 1920x1080 --input-csp rgb -o "crf18.mkv" "pics/big_buck_bunny_%05d.png"
 
 should work,...
- 
	thanks for replying 
 first, i was looking for a method in Linux from within my prog.
 then, i couldn't succeed.
 the error is:
 ffms [error]: could not create index
 lavf [error]: could not open input file
 x264 [error]: could not open input file `capture-%05d.png' via any method!
- 
	Thread moved to the Linux forum where you can get more help. I think,therefore i am a hamster.
- 
	What were the name of your images?x264 [error]: could not open input file `capture-%05d.png' via any method!
 
 were they in this format?
 
 capture-00001.png
 capture-00002.png
 .
 .
 .
 ?
 
 Did you specify the correct path ?
- 
	yes, at first the names were 001-capture.jpg to 039-capture.jpg, but after it didn't work, i tried postfixing numbers. but it still doesn't work. 
Similar Threads
- 
  avidemux 2.5.6 will support h264\avc video files or not?By Ganesh Ujwal in forum EditingReplies: 6Last Post: 14th Aug 2012, 06:11
- 
  Video/Sound Issue (h264/avi files)By o2intake in forum Newbie / General discussionsReplies: 7Last Post: 13th Mar 2012, 10:48
- 
  How to make the audio louder in an H264/AAC videoBy rumplestiltskin in forum MacReplies: 17Last Post: 29th Jun 2011, 22:17
- 
  Cannot play H264 video filesBy whatever911 in forum Newbie / General discussionsReplies: 3Last Post: 26th May 2011, 04:11
- 
  kiss 1600: how to make h264 work?By Kallo in forum ffmpegX general discussionReplies: 10Last Post: 13th Jan 2009, 12:36


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


 Quote
 Quote Visit Homepage
				Visit Homepage
			