element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
FPGA
  • Technologies
  • More
FPGA
Forum Beginner looking for H264 advice
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join FPGA to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • Replies 3 replies
  • Subscribers 546 subscribers
  • Views 878 views
  • Users 0 members are here
  • h264
  • fpga
Related

Beginner looking for H264 advice

replaysmike
replaysmike over 10 years ago

Hello everyone - I'm just learning about FPGA development and am looking for some general advice.

 

I'm looking to design an HDMI H264 video encoder/RTSP stream device (1080p30) utilizing FPGA hardware. Does anyone have a good recommendation for a development board that I should start with?

 

I was looking at the miniSpartan6+ (miniSpartan6+ | Scarab Hardware) as it is cheap but it lacks ethernet hardware.

Are there any specific boards that might make the development of this project easier?

I've started with the Leopardboard 368 (not FPGA) as it uses the TI DaVinci chip (built in H264 compression), but injecting video via HDMI is going to be really challenging.

 

Thanks for your input!

  • Sign in to reply
  • Cancel

Top Replies

  • Former Member
    Former Member over 10 years ago +1
    Hi Michael, I might also suggest having a look at the avaialbility of open source IP available on opencores.org. It appears that there is encoder/decoder source available for H.264. https://www.google…
  • replaysmike
    replaysmike over 10 years ago in reply to johnbeetem +1
    John Beetem wrote: I'm not familiar with the algorithms needed for H.264 video encoding, but I suspect that a chip like DaVinci with custom logic is going to be a lot more efficient than an FPGA. I…
  • johnbeetem
    johnbeetem over 10 years ago

    I'm not familiar with the algorithms needed for H.264 video encoding, but I suspect that a chip like DaVinci with custom logic is going to be a lot more efficient than an FPGA.  I think Raspberry Pi also supports H.264, but I think you need to buy a license for the IP.

     

    I'd suggest searching for existing H.264 IP just to get an idea of how much FPGA is needed.  For example, here's a quick search I did at Xilinx.com for "H.264 encoder": http://www.xilinx.com/products/intellectual-property/ip-keyword-search.html?searchKeywords=H.264+encoder

     

    Or you can do a Google search for "H.264 Spartan-6" and get this: https://www.google.com/search?client=ubuntu&channel=fs&q=H.264+Spartan-6

     

    You might need the miniSpartan6+ with S6LX25 FPGA to have enough capacity.  OTOH, you might be able to do the encoding much more efficiently than commercial IP.

     

    For Ethernet, you can easily add an SPI-based Ethernet module, such as http://store.gadgetfactory.net/ethernet-wing/ or https://www.sparkfun.com/products/765.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Former Member
    Former Member over 10 years ago

    Hi Michael,

     

    I might also suggest having a look at the avaialbility of open source IP available on opencores.org.  It appears that there is encoder/decoder source available for H.264.

     

    https://www.google.com/webhp?sourceid=chrome-instant&rlz=1C1ASRM_enUS540US540&ion=1&espv=2&ie=UTF-8#q=site%3Aopencores.o…

     

    Cheers.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
  • replaysmike
    replaysmike over 10 years ago in reply to johnbeetem

    John Beetem wrote:

     

    I'm not familiar with the algorithms needed for H.264 video encoding, but I suspect that a chip like DaVinci with custom logic is going to be a lot more efficient than an FPGA.  I think Raspberry Pi also supports H.264, but I think you need to buy a license for the IP.

    I'm currently working with the Leopardboard 368 which uses the DaVinci chip, but the documentation is horrible and its been slow to gain any progress with it. Haven't got far enough to determine if the encode quality will suffice. The Pi I looked into as well, the licensing issue seems to be resolved however there is the problem of how to get HDMI video signals input into the device.

     

    Thanks for the links - an SPI ethernet module would probably be the way to go with the spartan.

     

    Thanks Michael, I will read up on the OpenCores project.. I wasn't aware of it! Great suggestions guys.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube