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:
Thank you.Video H264 MPEG4 AVC (part 10)
Audio MPEG AAC mp4a
+ Reply to Thread
Results 1 to 4 of 4
-
-
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. -
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. -
Thanks for the help.
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 argumentYou could also try change to newvideo.mkv and make a mkv.
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
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
Similar Threads
-
AviDemux Fast Forward and Rewind
By MJS in forum EditingReplies: 2Last Post: 2nd Feb 2011, 06:16 -
Sumvision Phoenix will only fast forward or rewind some files.
By muay in forum DVD & Blu-ray PlayersReplies: 5Last Post: 8th Jan 2011, 07:01 -
Joining FLV videos -- playback problems with rewind/fast forward
By gumbygum in forum EditingReplies: 0Last Post: 30th May 2010, 15:32 -
How to Enable a Title for Fast Forward - Rewind?
By Nocturne in forum Authoring (DVD)Replies: 3Last Post: 27th Jun 2008, 23:46 -
Video conversion of .rm to .avi or .mpeg with fast forward and rewind
By skv19 in forum Video ConversionReplies: 3Last Post: 23rd Jul 2007, 21:48