You are not logged in.
Pages: 1
I'm not shure how to ask this in English so sorry if it's hard to understand my question.
I have a Bourne-movie captured from TV with Myth. I edited and transcoded it with Myth to remove commercials and keeping the highest quality possible. Now I have a .mpg file. When I play it on my Android tablet I can not resume from where I left and I can not fast forward.
Can I "index" the movie in some way without loosing quality? I have tried to run mencoder -idx and mencoder -forceidx whitch rendered an unplayable movie both with MPlayer and the movieplayer on my tablet. I also tried ffmpeg -i <mymovie> -vcodec copy -acodec copy <mynewmovie> to see if it wrote something in to the new file.
I have searched for a ffmpeg option to create some kind of timeline or index but I haven't found any.
It's an mpeg2 stream.
Offline
i think that if you open the movie with VLC, vlc will create the index automatically. Also, if that doesn't work, you can reencode the video from VLC.
Offline
Alright. I have never been a VLC user. MPlayer is my favourite. But I will give it a try. Thankyou.
Offline
That didn't do it. Unplayable on tablet after opening with VLC. It stops playing after a few seconds and when it plays it is really choppy.
When I play another Bourne-movie captured and edited the same way as the one in my first post I get this output from MPlayer:
[jan@shuttle Bourne]$ mplayer Bourne-Ultimatum/Bourne-Ultimatum.mpg
MPlayer SVN-r33805-4.6.1 (C) 2000-2011 MPlayer Team
163 audio & 363 video codecs
mplayer: could not connect to socket
mplayer: No such file or directory
Failed to open LIRC support. You will not be able to use your remote control.
Playing Bourne-Ultimatum/Bourne-Ultimatum.mpg.
MPEG-PS file format detected.
VIDEO: MPEG2 720x576 (aspect 3) 25.000 fps 15000.0 kbps (1875.0 kbyte/s)
Load subtitles in Bourne-Ultimatum/
Failed to open VDPAU backend libvdpau_nvidia.so: cannot open shared object file: No such file or directory
[vdpau] Error when calling vdp_device_create_x11: 1
==========================================================================
Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
Selected video codec: [ffmpeg2] vfm: ffmpeg (FFmpeg MPEG-2)
==========================================================================
==========================================================================
Opening audio decoder: [mpg123] MPEG 1.0/2.0/2.5 layers I, II, III
AUDIO: 48000 Hz, 2 ch, s16le, 192.0 kbit/12.50% (ratio: 24000->192000)
Selected audio codec: [mpg123] afm: mpg123 (MPEG 1.0/2.0/2.5 layers I, II, III)
==========================================================================
AO: [pulse] 48000Hz 2ch s16le (2 bytes per sample)
Starting playback...
[VD_FFMPEG] Trying pixfmt=0.
Could not find matching colorspace - retrying with -vf scale...
Opening video filter: [scale]
The selected video_out device is incompatible with this codec.
Try appending the scale filter to your filter list,
e.g. -vf spp,scale instead of -vf spp.
[VD_FFMPEG] Trying pixfmt=1.
Could not find matching colorspace - retrying with -vf scale...
Opening video filter: [scale]
The selected video_out device is incompatible with this codec.
Try appending the scale filter to your filter list,
e.g. -vf spp,scale instead of -vf spp.
[VD_FFMPEG] Trying pixfmt=2.
Could not find matching colorspace - retrying with -vf scale...
Opening video filter: [scale]
The selected video_out device is incompatible with this codec.
Try appending the scale filter to your filter list,
e.g. -vf spp,scale instead of -vf spp.
Movie-Aspect is 1.78:1 - prescaling to correct movie aspect.
VO: [xv] 720x576 => 1024x576 Planar YV12
A: 2.5 V: 2.5 A-V: -0.001 ct: 0.046 57/ 57 17% 1% 1.2% 3 0
Exiting... (Quit)
Anyone that can explain what all this is about?
Offline
Pages: 1