[FFmpeg-user] ffmpeg - equivalent of mencoder's immediatemode=0

Mike F paziu at yahoo.com
Sat Jul 7 23:18:36 CEST 2012


> Afaict (I do use both from time to time), FFmpeg should by 

> default do what you want.
> Does the following work:
> ffmpeg -f alsa -i hw:1,0 out.ac3
> ?
> 
> In any case, comlete, uncut output missing, it will show if 
> there is a starting time problem.
> 
> Carl Eugen

output from:
# ffmpeg -y -f alsa -i hw:1,0 -itsoffset 00:00:00.5 -standard NTSC -f video4linux2 -i /dev/video0 -vcodec libx264 -b:a 192k -b:v 400k -acodec ac3 -threads 0 out.mp4

available here:
http://codepad.org/yEbbXv0t

Thanks!
Mike


More information about the ffmpeg-user mailing list