VideoHelp Forum
+ Reply to Thread
Results 1 to 5 of 5
Thread
  1. Member
    Join Date
    Feb 2010
    Location
    London
    Search PM
    Hello.

    I have an FLV file that I am comparing against another "known good" file. The only difference I can see in the makeup of the file is visible in MediaInfo. My question is what are the "tc" values - and how can I remove them - as they seem to be the only difference between a good video and this one that is causing me some potential errors. The timescale seems way out on the tc as the file is only 3 minutes long. I have not been able to find much info on the web, as it isn't strictly "metadata"

    General
    Complete name : C:\tmp\test-video.flv
    Format : Flash Video
    File size : 15.6 MiB
    Duration : 3mn 0s
    Overall bit rate : 729 Kbps
    tc : 10:00:00:00 / 10:00:00:01 / 10:00:00:02 / 10:00:00:03 / 10:00:00:04 / 10:00:00:05 / 10:00:00:06 / 10:00:00:07 / 10:00:00:08 / 10:00:00:09 / 10:00:00:10 / 10:00:00:11 / 10:00:00:12 / 10:00:00:13 / 10:00:00:14 / 10:00:00:15 / 10:00:00:16 / 10:00:00:17 / 10:00:00:18 / 10:00:00:19 / 10:00:00:20 / 10:00:00:21 / 10:00:00:22 / 10:00:00:23 / 10:00:00:24 / 10:00:01:00 / 10:00:01:01 / 10:00:01:02 / 10:00:01:03 / 10:00:01:04 / 10:00:01:05 / 10:00:01:06 / 10:00:01:07 / 10:00:01:08 / 10:00:01:09 / 10:00:01:10 / 10:00:01:11 / 10:00:01:12 / 10:00:01:13 / 10:03:00:00

    Video
    Format : VP6
    Duration : 3mn 0s
    Bit rate : 464 Kbps
    Width : 640 pixels
    Height : 360 pixels
    Display aspect ratio : 16:9
    Frame rate : 25.000 fps
    Bits/(Pixel*Frame) : 0.081
    Stream size : 9.96 MiB (64%)

    Audio
    Format : MPEG Audio
    Format version : Version 1
    Format profile : Layer 3
    Duration : 3mn 0s
    Bit rate mode : Constant
    Bit rate : 64.0 Kbps
    Channel(s) : 1 channel
    Sampling rate : 44.1 KHz
    Stream size : 1.37 MiB (9%)



    Thank you in advance
    Quote Quote  
  2. what "potential errors" are you getting?
    Quote Quote  
  3. Member
    Join Date
    Feb 2010
    Location
    London
    Search PM
    NetStream error: ReferenceError: Error #1069 12:47:09 unknown ERROR MEDIA

    when playing that FLV back via a flash player. I do not get that error with a similar FLV file that does not have the TC property. Hence I am wondering what that property is - and how I can possibly remove it (to test if the error still occurs).
    Quote Quote  
  4. You could try to re-wrap with ffmpeg

    ffmpeg -i input.flv -vcodec copy -acodec copy output.flv

    or try avidemux to copy the streams

    or use flv extract, then reassemble without timecodes or keep it in avi container (if you aren't streaming)

    what "flash player" are you using? have you tried another?
    Quote Quote  
  5. Member
    Join Date
    Feb 2010
    Location
    London
    Search PM
    Thank you - using ffmpeg has done the trick and removed the timecodes without changing the quality (the flv extract tool brought out a lot of artifacts).
    Quote Quote  



Similar Threads

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