VideoHelp Forum




+ Reply to Thread
Results 1 to 14 of 14
  1. Member
    Join Date
    Sep 2005
    Location
    Darkest Peru
    Search Comp PM
    I'm starting to see Flash video files containing AVC video and AAC audio.
    Although that's really a nice upgrade, Flash players are garbage at decoding.

    While VLC can handle it (poorly), FLVSplitter is completely lost (and unfortunately that means no MPC, CoreAVC, ffdshow, etc.).

    I thought maybe demuxing and putting in it in a Matroska container would be better, but FLV Extract (and avidemux) are also unable to handle the newer FLV format.

    As far as I can tell we're pretty much stuck with VLC (which is meh) or Flash Player (which is a bit better, if less friendly).

    Does anyone know if there are projects underway to support the newer Flash formats?
    Quote Quote  
  2. I'm a MEGA Super Moderator Baldrick's Avatar
    Join Date
    Aug 2000
    Location
    Sweden
    Search Comp PM
    Aren't they standard mp4? The mp4(h264,aac) I make for flash works perfectly fine in mpc(with haali media splitter and ffdshow) and mpchc.
    Quote Quote  
  3. Member
    Join Date
    Sep 2005
    Location
    Darkest Peru
    Search Comp PM
    Hmm. I tried renaming to mp4 and no luck.

    I can't import it into MKVMerge which says:
    "The file is an unsupported container format (Macromedia Flash Video (FLV))"

    Re-installed the latest Haali Spliter and have CoreAVC and ffdshow (for AAC).

    Maybe it's just the specific video I'm looking at but:

    Code:
    Media Type 0:
    --------------------------
    Unknown
    
    AM_MEDIA_TYPE: 
    majortype: MEDIATYPE_Stream {E436EB83-524F-11CE-9F53-0020AF0BA770}
    subtype: Unknown GUID Name {F2FAC0F1-3852-4670-AAC0-9051D400AC54}
    formattype: TIME_FORMAT_NONE {00000000-0000-0000-0000-000000000000}
    bFixedSizeSamples: 1
    bTemporalCompression: 0
    lSampleSize: 1
    cbFormat: 0
    
    
    Media Type 1:
    --------------------------
    Unknown
    
    AM_MEDIA_TYPE: 
    majortype: MEDIATYPE_Stream {E436EB83-524F-11CE-9F53-0020AF0BA770}
    subtype: TIME_FORMAT_NONE {00000000-0000-0000-0000-000000000000}
    formattype: TIME_FORMAT_NONE {00000000-0000-0000-0000-000000000000}
    bFixedSizeSamples: 1
    bTemporalCompression: 0
    lSampleSize: 1
    cbFormat: 0
    MEDIA INFO:
    Format : Flash Video
    File size : 347 MiB

    Video
    Format : AVC
    Format/Info : Advanced Video Codec
    Format profile : High@L3.2
    Format settings, CABAC : Yes
    Format settings, ReFrames : 2 frames
    Width : 848 pixels
    Height : 480 pixels
    Display aspect ratio : 16/9
    Frame rate mode : Variable
    Frame rate : 24.000 fps
    Colorimetry : 4:2:0
    Scan type : Progressive

    Audio
    Format : AAC
    Format/Info : Advanced Audio Codec
    Format version : Version 4
    Format profile : LC
    Format settings, SBR : No
    Channel(s) : 2 channels
    Channel positions : L R
    Sampling rate : 22.05 KHz
    Resolution : 16 bits
    Video delay : 45ms
    Quote Quote  
  4. you can try mp4box (yamb is the gui) to extract the streams

    did you try mpc with ffdshow (with h264 and aac decoding enabled set to libavcodec), with haali media splitter ?
    Quote Quote  
  5. Member ricardouk's Avatar
    Join Date
    Mar 2005
    Location
    Portugal
    Search Comp PM
    Originally Posted by doctorm
    I'm starting to see Flash video files containing AVC video and AAC audio.
    Although that's really a nice upgrade, Flash players are garbage at decoding...As far as I can tell we're pretty much stuck with VLC (which is meh) or Flash Player (which is a bit better, if less friendly).

    the new(well not so new by now) adobe flash player can play mp4 files(avc+aac) so i really dont get why they're putting avc+aac in FLV, you can play avc+aac in FLV or MP4 by using VLC, MPLAYER/MPUI, SMPLAYER

    About flash players being garbage... i didnt have any problems decoding streaming mp4 or flv, the adobe flash player uses the "well established" mainconcept decoder.
    I love it when a plan comes together!
    Quote Quote  
  6. Member
    Join Date
    Sep 2005
    Location
    Darkest Peru
    Search Comp PM
    did you try mpc with ffdshow (with h264 and aac decoding enabled set to libavcodec), with haali media splitter
    Yes.

    the adobe flash player uses the "well established" mainconcept decoder
    It may be established, but it's still inefficient.

    YAMB sez:
    Error detected...check the logfile for more infos.
    Creation failed.

    Log (edited for privacy):
    Code:
    15:48:59] : Source.mp4 loaded.
    [15:49:02] : Creation of Test.mp4...
    [15:49:02] : Command Line used for Creation : "...mp4box.exe" -add "...\Source.mp4" -add "...\Source.mp4" -v "...\Test.mp4"
    [15:49:02] : File saved in ...\
    [15:49:03] : Unknown input file type
    [15:49:03] : Error importing Source.mp4: Corrupted Data in file/stream
    [15:49:03] : Error importing Source.mp4: Corrupted Data in file/stream
    [15:49:03] : Creation failed.
    Quote Quote  
  7. Try FFmpeg (some latest SVN build)...?
    Code:
    ffmpeg -i name_file.flv -vcodec copy -acodec copy name_file.mp4
    If not work, what's error message?
    Quote Quote  
  8. Member ricardouk's Avatar
    Join Date
    Mar 2005
    Location
    Portugal
    Search Comp PM
    It may be established, but it's still inefficient.

    Like i said before since version 9....(something) i dont have any problem decoding/streaming mp4(aac+avc) either in window mode or fullscreen on a P4 2.6 so i call it efficient(to me at least), try remuxing the streams into mp4 like previous poster sugested.

    For offline viewing ffdshow+MPC have worked perfectly to watch avc for me
    I love it when a plan comes together!
    Quote Quote  
  9. Remuxing used FFmpeg can be work for some FLV's with AVC/AAC, but for some other not (yet).

    Problematic: "could not find codec parameters".

    Originally Posted by ricardouk
    ...
    For offline viewing ffdshow+MPC have worked perfectly to watch avc for me
    AVC in FLV? Check sample files.
    http://depositfiles.com/en/files/8838126
    http://depositfiles.com/en/files/8838356
    http://depositfiles.com/en/files/8890805

    FLV Splitter not (yet) support FLV with AVC/AAC.

    Of course these sample files can play in Adobe Media Player or XeMoviePlayer and other based on Adobe Flash components.
    Quote Quote  
  10. Member
    Join Date
    Sep 2005
    Location
    Darkest Peru
    Search Comp PM
    Right now it's more the mystery of this @$!$# thing that has me going more than any real need to remux.
    I'm starting wonder how it was originally created.



    A 2kb empty MP4 file was created.
    Quote Quote  
  11. Member
    Join Date
    Nov 2002
    Location
    United States
    Search Comp PM
    Originally Posted by Placio74
    AVC in FLV? Check sample files.
    http://depositfiles.com/en/files/8838126
    http://depositfiles.com/en/files/8838356
    http://depositfiles.com/en/files/8890805

    FLV Splitter not (yet) support FLV with AVC/AAC.

    Of course these sample files can play in Adobe Media Player or XeMoviePlayer and other based on Adobe Flash components.
    I only tried the first clip since there is a download limit but this player played it fine. It looks like an updated version of FLV Player 2.0...

    http://applian.com/flvplayer/

    would not play in Elosoft or FLV Player 2.0.

    Where can you get the standalone Adobe player for Windows (not the browser plugin)? I used to have it a couple of years ago but don't have it anymore. Can't seem to find a download anywhere.
    Quote Quote  
  12. Originally Posted by DarrellS
    ...
    I only tried the first clip since there is a download limit but this player played it fine. It looks like an updated version of FLV Player 2.0...
    Ehm... from FAQ:
    What (thirdparty) technologies does FLV Player use?
    FLV Player uses Adobe Flash Player, ASAP Framework and FFF Harmony font.
    Originally Posted by DarrellS
    ...
    Where can you get the standalone Adobe player for Windows (not the browser plugin)? I used to have it a couple of years ago but don't have it anymore. Can't seem to find a download anywhere.
    Adobe Media Player and XeMoviePlayer?
    Both based on Adobe Air enviroment (installed Adobe Air is required).
    Quote Quote  
  13. Member
    Join Date
    Aug 2006
    Location
    United States
    Search Comp PM
    DarrellS,

    I think this is the last version of the standalone flash player that was made available by Adobe:

    https://forum.videohelp.com/topic345926.html#1812036

    It's still up, I just checked the link. I don't think it works with flv videos, though, just .swf and maybe some of the earlier .flv flash files.
    Quote Quote  
  14. Member
    Join Date
    Nov 2002
    Location
    United States
    Search Comp PM
    I downloaded the file but it would not install.

    EDIT: I guess it did install since my swf files turned to Adobe icons and play in Adobe 9 player but it's not the H264 HD player that I had before since it doesn't play mp4.
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!