VideoHelp Forum




+ Reply to Thread
Results 1 to 4 of 4
  1. Member
    Join Date
    Mar 2011
    Location
    Paris, France
    Search PM
    Hello

    I searched the archives but didn't find a thread on the subject.

    Using TubeMaster I saved a streaming video into a file, but when I try to view it in VLC, it plays OK but I can't either fast forward or rewind.

    Would another container solve this issue? If that's the case, can ffmpeg do this?

    Here's what VLC says about the file:
    Video H264 MPEG4 AVC (part 10)
    Audio MPEG AAC mp4a
    Thank you.
    Quote Quote  
  2. I'm a MEGA Super Moderator Baldrick's Avatar
    Join Date
    Aug 2000
    Location
    Sweden
    Search Comp PM
    You could try remux with ffmpeg,

    ffmpeg -i video.mp4 -acodec copy -vcodec copy newvideo.mp4

    It just copies the video and audio.

    You could also try change to newvideo.mkv and make a mkv. Or use mkvtoolnix, add mp4 the and make a mkv.
    Quote Quote  
  3. Member
    Join Date
    Mar 2011
    Location
    Nova Scotia, Canada
    Search Comp PM
    Some could probably give a more complete answer, but some encoding options can negatively affect video seeking.

    For more help with that particular file it's really help if you opened it with mediainfo (which every video user should have) and posting the results.

    Or if possible you could see what file options tubemaster (which I don't know) has and try again.

    Or ... just try another program. If I paid for a program I'll spend a lot more time and effort jiggering it than with a free program. With those my first impulse tends to be to try another one.

    I usually just use the download helper firefox plugin, but my needs are simple. I don't download streams from sites that hide the actual url.
    Quote Quote  
  4. Member
    Join Date
    Mar 2011
    Location
    Paris, France
    Search PM
    Thanks for the help.

    Originally Posted by Baldrick View Post
    ffmpeg -i video.mp4 -acodec copy -vcodec copy newvideo.mp4
    Here's the output:
    ...
    [flv @ 02102320] Stream discovered after head already parsed
    ...
    [mp4 @ 02759020] Application provided invalid, non monotonically increasing dts
    to muxer in stream 1: 12816 >= 11952
    av_interleaved_write_frame(): Invalid argument
    You could also try change to newvideo.mkv and make a mkv.
    It fails the same way:
    C:\>ffmpeg -i myfile.mp4 -acodec copy -vcodec copy newvideo.mkv
    ...
    [flv @ 02102320] Stream discovered after head already parsed
    ...
    [matroska @ 02759020] Application provided invalid, non monotonically increasing
    dts to muxer in stream 1: 267 >= 249
    av_interleaved_write_frame(): Invalid argument
    Originally Posted by Hoser Rob View Post
    For more help with that particular file it's really help if you opened it with mediainfo (which every video user should have) and posting the results.
    Here's what MediaInfo says:
    Format : Flash Video
    Overall bit rate : 0 bps
    _videocodecid : avc1
    _audiocodecid : mp4a
    _trackinfo_length : 182004000.000 / 349450240.000

    Video
    Format : AVC
    Format/Info : Advanced Video Codec
    Format profile : Baseline@L3.1

    Audio
    Format : AAC
    Format/Info : Advanced Audio Codec
    Quote Quote  



Similar Threads

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