Git Product home page Git Product logo

Comments (5)

joedean3 avatar joedean3 commented on May 23, 2024

same issue here... I just spent a long time looking at this thinking it was a problem with all videos but it seems to be just avi.

from mediatoolkit.

AydinAdn avatar AydinAdn commented on May 23, 2024

Thank you @web-roman, I'll add that on the next push, were you converting to .mp4?

from mediatoolkit.

web-roman avatar web-roman commented on May 23, 2024

yes, i'm was converting to .mp4

from mediatoolkit.

joedean3 avatar joedean3 commented on May 23, 2024

I tried it using WinFF v 1.54 and it went through the motions and created a file that didn’t play at all. Your library gave me audio without video.

From: Aydin [mailto:[email protected]]
Sent: Sunday, 10 April 2016 12:00 PM
To: AydinAdn/MediaToolkit [email protected]
Cc: joedean3 [email protected]
Subject: Re: [AydinAdn/MediaToolkit] Can't convert .AVI files (#37)

Are you able to convert the .avi content outside of the library? It may be due to the version of FFmpeg that's packaged with the release


You are receiving this because you commented.
Reply to this email directly or view it on GitHub #37 (comment) https://github.com/notifications/beacon/AEihI7cIQZ6ezQwbfOfLImyYLvV7ihOgks5p2HW2gaJpZM4H34Z5.gif

from mediatoolkit.

rexn8r avatar rexn8r commented on May 23, 2024

hello

i am facing problem converting AVI file. The file gets converted OK and plays fine in Windows Media Player as well as Media Player Classic, but it doesn't play in HTML5 video element in a web app.

As suggested by "web-roman" , i added following line in CommandBuilder.cs file;

commandBuilder.AppendFormat(" -i "{0}" ", inputFile.Filename);
commandBuilder.AppendFormat(" -pix_fmt "{0}" ", "yuv420p"); (AS per web-roman suggestion)
commandBuilder.AppendFormat(" -vcodec "{0}" ", "libx264");
return commandBuilder.AppendFormat(" "{0}" ", outputFile.Filename).ToString();

but that doesn't help either.

can anybody throw light on this AVI file conversion issue?

thanks
rex

from mediatoolkit.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.