Log in

View Full Version : CLI decoder for H.264/AVC


suciR
8th June 2012, 06:53
Hi all, i've final projet using NS-2
I'm using x264.exe as encoder in CLI
Do u have refrence tools for H.264/AVC decoder in CLI???


:helpful:

Blue_MiSfit
8th June 2012, 09:49
I'd imagine ffmpeg / libav can accomplish your goals.

suciR
8th June 2012, 10:47
I'd imagine ffmpeg / libav can accomplish your goals.
when i use x264.exe, the output is .264.
Can u gve to me the cmmndline for ffmpeg decoder ???

J_Darnley
8th June 2012, 12:12
Depends on what kind of output you want from ffmpeg but two simple examples are:
ffmpeg -i input.264 output.y4m
ffmpeg -i input.264 output.yuv

Guest
8th June 2012, 13:49
@suciR

Please stop making new threads for this same line of questioning. Find your existing threads and follow up in them. Thank you.

And note, I have intentionally moved your threads to Newbies, so don't try to negate that.

suciR
8th June 2012, 14:27
@suciR

Please stop making new threads for this same line of questioning. Find your existing threads and follow up in them. Thank you.

And note, I have intentionally moved your threads to Newbies, so don't try to negate that.

Nice, no problem
tx u :D