View Single Post
Old 6th February 2012, 17:42   #591  |  Link
LoRd_MuldeR
Software Developer
 
LoRd_MuldeR's Avatar
 
Join Date: Jun 2005
Location: Last House on Slunk Street
Posts: 13,248
Quote:
Originally Posted by iSeries View Post
Hi,

I meant when browsing for a file to add, it doesn't 'see' m2ts files. I did change the file type filter to all files and added an m2ts but the encode did indeed fail. I thought x264 could handle m2ts files directly? At least it seems to be able to just fine straight from the command line.
Well, if you throw a video file at x264, it will try to open that file via FFmpegSoource2 (FFMS2) - at least if your x264 binary was built with FFMS2 enabled.

As explained before, FFMS2 handles almost every container/video format in existence, because it is based on libavformat and libavcodec.

Nevertheless MPEG TS streams (like M2TS) are one of the "problematic" formats that may cause FFMS2 to fail. That's what the developers say themselves...

See also:
http://forum.doom9.org/showpost.php?...99&postcount=6
http://forum.doom9.org/showpost.php?...postcount=1109

Anyway, if something works "on the command-line" it is supposed to work in the GUI as well. So please post the exact error message!

__________________
Go to https://standforukraine.com/ to find legitimate Ukrainian Charities 🇺🇦✊

Last edited by LoRd_MuldeR; 6th February 2012 at 18:26.
LoRd_MuldeR is offline   Reply With Quote