News:

--

Main Menu

x264/mp4 problem

Started by Vonhonk, April 01, 2013, 09:27:53 AM

Previous topic - Next topic

Vonhonk

#15
OK, here we go. This works:

[Vonhonk@Host-001 Downloads]$ mediainfo 'Samsung LED black Contrast - Full HD 1080p h.264.mp4'
General
Complete name                      : Samsung LED black Contrast - Full HD 1080p h.264.mp4
Format                                   : MPEG-4
Format profile                         : Base Media / Version 2
Codec ID                                : mp42
File size                                  : 29.0 MiB
Duration                                  : 1mn 9s
Overall bit rate mode               : Variable
Overall bit rate                        : 3 492 Kbps
Encoded date                          : UTC 2010-07-26 22:28:33
Tagged date                            : UTC 2010-07-26 22:28:33
gsst                                         : 0
gstd                                         : 69715
gssd                                        : B4A7D6344MH1310024999647633
gshh                                        : v9.nonxt5.c.youtube.com

Video
ID                                            : 1
Format                                     : AVC
Format/Info                              : Advanced Video Codec
Format profile                           : High@L4.0
Format settings, CABAC           : No
Format settings, ReFrames        : 1 frame
Format settings, GOP                : M=1, N=30
Codec ID                                   : avc1
Codec ID/Info                             : Advanced Video Coding
Duration                                     : 1mn 9s
Bit rate                                       : 3 358 Kbps
Maximum bit rate                        : 10.9 Mbps
Width                                          : 1 920 pixels
Height                                         : 1 080 pixels
Display aspect ratio                     : 16:9
Frame rate mode                         : Variable
Frame rate                                   : 29.970 fps
Original frame rate                       : 29.917 fps
Minimum frame rate                     : 29.412 fps
Maximum frame rate                    : 200.000 fps
Color space                                  : YUV
Chroma subsampling                    : 4:2:0
Bit depth                                       : 8 bits
Scan type                                      : Progressive
Bits/(Pixel*Frame)                         : 0.054
Stream size                                   : 27.9 MiB (96%)
Tagged date                                  : UTC 2010-07-26 22:28:34

Audio
ID                                                  : 2
Format                                           : AAC
Format/Info                                    : Advanced Audio Codec
Format profile                                 : LC
Codec ID                                        : 40
Duration                                         : 1mn 9s
Bit rate mode                                  : Variable
Bit rate                                           : 128 Kbps
Maximum bit rate                            : 184 Kbps
Channel(s)                                      : 2 channels

Channel positions                            : Front: L R
Sampling rate                                  : 44.1 KHz
Compression mode                          : Lossy
Stream size                                     : 1.06 MiB (4%)
Title                                                 : (C) 2007 Google Inc. v08.13.2007.
Encoded date                                   : UTC 2010-07-26 22:28:34
Tagged date                                     : UTC 2010-07-26 22:28:34

And this, Avidemux encoded version doesn't, even though the A/V streams are a copy:

[Vonhonk@Host-001 Downloads]$ mediainfo 'Samsung LED black Contrast - Full HD 1080p h.264-2.mp4'
General
Complete name:                     : Samsung LED black Contrast - Full HD 1080p h.264-2.mp4
Format                                   : MPEG-4
Format profile                          : Base Media / Version 2
Codec ID                                 : mp42
File size                                   : 29.0 MiB
Duration                                   : 1mn 9s
Overall bit rate mode                : Variable
Overall bit rate                          : 3 494 Kbps
Encoded date                            : UTC 2013-04-04 15:54:02
Tagged date                              : UTC 2013-04-04 15:54:03

Video
ID                                            : 1
Format                                     : AVC
Format/Info                              : Advanced Video Codec
Format profile                           : High@L4.0
Format settings, CABAC           : No
Format settings, ReFrames       : 1 frame
Format settings, GOP               : M=1, N=30
Codec ID                                  : avc1
Codec ID/Info                            : Advanced Video Coding
Duration                                    : 1mn 9s
Bit rate mode                            : Variable
Bit rate                                      : 3 358 Kbps
Width                                        : 1 920 pixels
Height                                        : 1 080 pixels
Display aspect ratio                    : 16:9
Frame rate mode                        : Variable
Frame rate                                  : 29.970 fps
Original frame rate                      : 29.917 fps
Minimum frame rate                    : 29.402 fps
Maximum frame rate                   : 200.000 fps
Color space                                 : YUV
Chroma subsampling                   : 4:2:0
Bit depth                                      : 8 bits
Scan type                                     : Progressive
Bits/(Pixel*Frame)                         : 0.054
Stream size                                  :  27.9 MiB (96%)
Encoded date                               : UTC 2013-04-04 15:54:02
Tagged date                                  : UTC 2013-04-04 15:54:03

Audio
ID                                           : 2
Format                                   : AAC
Format/Info                             : Advanced Audio Codec
Format profile                         : LC
Codec ID                                : 40
Duration                                 : 1mn 9s
Bit rate mode                          : Variable
Bit rate                                    : 128 Kbps
Channel(s)                               : 2 channels
Channel positions                    : Front: L R
Sampling rate                          : 44.1 KHz
Compression mode                   : Lossy
Stream size                              : 1.06 MiB (4%)
Encoded date                             : UTC 2013-04-04 15:54:02
Tagged date                              : UTC 2013-04-04 15:54:03

So what's the problem, variable bitrate?

Added: I did both x264/aac-mp4 versions with standard bitrate, did not work.

styrol

Unfortunately I do not see any crucial and suspicious differences in settings.
You may try to play file_2 via DLNA instead of USB once.
You may remux file_2 using ffmpeg and try playing again on your TV:
ffmpeg -i file_2.mp4 -vcodec copy -acodec copy file_2_new.mp4
You may try other software like handbrake if you don't have to cut your files.

Jan Gruuthuse

differences:
General
Overall bit rate                        : 3 492 Kbps <> Overall bit rate                          : 3 494 Kbps
Video
Maximum bit rate                        : 10.9 Mbps <> Bit rate mode                            : Variable
Minimum frame rate                     : 29.412 fps <> Minimum frame rate                    : 29.402 fps
Audio
Maximum bit rate                            : 184 Kbps <>


styrol

Yep, there are differences, but I think the muxer (or whatever) is just doing a slight different kind of tagging, e.g. it does state "Variable" instead of specifing the Maximum bit rate and it does not read/include  "Title:  (C) 2007 Google Inc. v08.13.2007".

The slight difference concerning the numbers could be a rounding issue. And be aware this is just a copy/copy issue (no re-encoding) if I understood it correctly.

Vonhonk

Quoteffmpeg -i file_2.mp4 -vcodec copy -acodec copy file_2_new.mp4
I did this to the damaged copy. Did not fix it. Previously, I used transcode to convert my videos. I like Avidemux way more, wouldn't like to go back to command line again.
QuoteThe slight difference concerning the numbers could be a rounding issue.
How?
QuoteAnd be aware this is just a copy/copy issue (no re-encoding) if I understood it correctly.
Nope. Copying or re-encoding does not make any difference, both produce the same result, meaning a non-playable file.
What then? The produced file is 4 bytes longer and I remember reading somewhere that if the first byte of the fileis in some way "wrong", Samsung won't read it. I don't remember what it was.
Further suggestions?

Vonhonk

Just to let you know: the h264/AC3-combination stopped working. :'(
That's it! Now there is no way I can convert anything!