Hello,

I am trying to find the most efficient way to take a udp stream (Source OTA) 
and transcode video to h.264, audio to AAC, output as 3 aligned cbr 
(1500/3500/6000k) streams (udp), gop 2 (60 for 30FPS or 120 for 60FPS)

Here is the command I am currently using but the CPU usage seems way to high 
for what I am doing.
AMD Opteron(tm) Processor 6282 SE with 8 cores assigned to VM but all 8 are 
pegged when running this.

ffmpeg -i 'udp://@239.129.1.5:59005?fifo_size=1000000&overrun_nonfatal=1' -c:v 
libx264 -x264opts keyint=120:no-scenecut -b:v 6000k -profile:v high -c:a aac -f 
mpegts udp://@239.129.2.10:50010

-Thanks,
Jimbo





CONFIDENTIALITY NOTICE: This e-mail including attachments is covered by the 
Electronic Communications Privacy Act, 18 U.S.C. ยงยง2510-2521, is confidential 
and may contain information that is privileged, confidential or otherwise 
protected from use and disclosure. If you are not the intended recipient, you 
are hereby notified that any review, disclosure, copying, or dissemination of 
this transmission, or taking of any action in reliance on its contents, or 
other use is strictly prohibited. If you have received this transmission in 
error, please reply to the sender listed above immediately and permanently 
delete this message from your inbox.
_______________________________________________
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to