[Fixed]MP4 not playing

For help and support with Universal Media Server
Forum rules
Please make sure you follow the Problem Reporting Guidelines before posting if you want a reply
Triplefun
Posts: 136
Joined: Sat Jun 02, 2012 2:29 pm

[Fixed]MP4 not playing

Post by Triplefun »

I have a number of .m2ts file which I am recoding to .mp4 using Nero Recode
Some of the converted .mp4 files are no longer working on UMS with an error showing on the PS3.
I am using the latest version of UMS.

The files play with varying success using Mencoder (sometimes stop after a minute)
But will not play with FFMPeg or TSMuxer
Note it only affects some of the videos.
Also, the files all play OK
Last edited by Triplefun on Tue Nov 19, 2013 5:18 am, edited 1 time in total.
Triplefun
Posts: 136
Joined: Sat Jun 02, 2012 2:29 pm

Re: MP4 not playing

Post by Triplefun »

The problem still occurs on 3.0.0
Triplefun
Posts: 136
Joined: Sat Jun 02, 2012 2:29 pm

Re: MP4 not playing

Post by Triplefun »

Note the files play with no issues if you go through Transcode and process using 'no encoding'.
Triplefun
Posts: 136
Joined: Sat Jun 02, 2012 2:29 pm

Re: MP4 not playing

Post by Triplefun »

Still not playing with 3.0.1
Only plays with Mencoder
Also no longer get the option to not use encoding
User avatar
SubJunk
Lead Developer
Posts: 3797
Joined: Sun May 27, 2012 4:12 pm

Re: MP4 not playing

Post by SubJunk »

Please post debug info :)
Triplefun
Posts: 136
Joined: Sat Jun 02, 2012 2:29 pm

Re: MP4 not playing

Post by Triplefun »

Still happening with 3.1.2.1
Files play OK with Mencoder
Also no longer get the option under transcode to play with 'no encoding'

I've attached the 3.1.2.1 debug log file
Attachments
UMS debug 20131127.log
(149.21 KiB) Downloaded 460 times
User avatar
DeFlanko
Posts: 724
Joined: Thu Jun 21, 2012 3:43 am
Location: San Pedro, CA
Contact:

Re: MP4 not playing

Post by DeFlanko »

Might be an issue with your nero recode: Nero Forums
User avatar
SubJunk
Lead Developer
Posts: 3797
Joined: Sun May 27, 2012 4:12 pm

Re: MP4 not playing

Post by SubJunk »

Can you please run this command and paste what it says here?

Code: Select all

"C:\Program Files\Universal Media Server\win32\ffmpeg.exe" -y -i "D:\shares\Videos\Movies\P\Pride and Prejudice (2005).mp4" -bufsize 7000000 -maxrate 54000000 -g 5 -q:v 1 -qmin 1 -ac 6 -ab 640k -c:a ac3 -c:v mpeg2video -f vob file.mpeg
Triplefun
Posts: 136
Joined: Sat Jun 02, 2012 2:29 pm

Re: MP4 not playing

Post by Triplefun »

Microsoft Windows [Version 5.2.3790]
(C) Copyright 1985-2003 Microsoft Corp.

C:\Documents and Settings\Administrator>"C:\Program Files\Universal Media Server
\win32\ffmpeg.exe" -y -i "D:\shares\Videos\Movies\P\Pride and Prejudice (2005).m
p4" -bufsize 7000000 -maxrate 54000000 -g 5 -q:v 1 -qmin 1 -ac 6 -ab 640k -c:a a
c3 -c:v mpeg2video -f vob file.mpeg
ffmpeg version N-53724-g716dbc7 Copyright (c) 2000-2013 the FFmpeg developers
built on May 31 2013 23:33:02 with gcc 4.8.0 (GCC)
configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-av
isynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enab
le-iconv --enable-libass --enable-libbluray --enable-libcaca --enable-libfreetyp
e --enable-libgsm --enable-libilbc --enable-libmodplug --enable-libmp3lame --ena
ble-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-l
ibopus --enable-librtmp --enable-libschroedinger --enable-libsoxr --enable-libsp
eex --enable-libtheora --enable-libtwolame --enable-libvo-aacenc --enable-libvo-
amrwbenc --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libxavs --
enable-libxvid --enable-zlib
libavutil 52. 34.100 / 52. 34.100
libavcodec 55. 12.102 / 55. 12.102
libavformat 55. 8.102 / 55. 8.102
libavdevice 55. 2.100 / 55. 2.100
libavfilter 3. 73.100 / 3. 73.100
libswscale 2. 3.100 / 2. 3.100
libswresample 0. 17.102 / 0. 17.102
libpostproc 52. 3.100 / 52. 3.100
[mov,mp4,m4a,3gp,3g2,mj2 @ 003d80c0] moov atom not found
D:\shares\Videos\Movies\P\Pride and Prejudice (2005).mp4: Invalid data found whe
n processing input
User avatar
DeFlanko
Posts: 724
Joined: Thu Jun 21, 2012 3:43 am
Location: San Pedro, CA
Contact:

Re: MP4 not playing

Post by DeFlanko »

Could it be because its Windows 2003 32-bit? And be hitting the 4gb memory limit and the mov index atoms are at the end of the file? is qt_faststart used here?

(shooting in the dark here..)
https://trac.ffmpeg.org/ticket/2435
Locked