Advertisement
Guest User

Unable to play recorded video in laptop while it plays in se

a guest
Dec 15th, 2015
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.25 KB | None | 0 0
  1. I have a setup box connected to tv. Using record in setupbox, i recorded 20sec video of cnn news. I am not able to play the file on archlinux using any player like mplayer, mpv, smplayer.
  2. But the recorded files get played in the tv from the setup box.
  3.  
  4. It plays well in the setup box. It does not play in the laptop. Also checked windows ops, its the same.
  5.  
  6. It made a folder in the USB and its contents are as below:
  7.  
  8. Folder Name: [TS]2010-11-01.03.29.16-CNN-31
  9. Files inside:
  10. 000.ts size:12.6 mb
  11. 000.meta size: 26b
  12. info3.vr size:176 kb
  13. 000.dvr size:64 kb
  14.  
  15. now i try to play with mpv. i get the following:
  16.  
  17. $ ~/[TS]2010-11-01.03.29.16-CNN-31 % mpv 000.ts
  18. Playing: 000.ts
  19. [ffmpeg] NULL: start time for stream 0 is not set in estimate_timings_from_pts
  20. [ffmpeg] NULL: start time for stream 1 is not set in estimate_timings_from_pts
  21. [ffmpeg/demuxer] mpegts: Could not find codec parameters for stream 0 (Video: mpeg2video ([2][0][0][0] / 0x0002), none(tv)): unspecified size
  22. [ffmpeg/demuxer] Consider increasing the value for the 'analyzeduration' and 'probesize' options
  23. [ffmpeg/demuxer] mpegts: Could not find codec parameters for stream 1 (Audio: mp3 ([3][0][0][0] / 0x0003), 0 channels, s16p): unspecified frame size
  24. [ffmpeg/demuxer] Consider increasing the value for the 'analyzeduration' and 'probesize' options
  25. [lavf] av_find_stream_info() failed
  26. [ffmpeg] NULL: start time for stream 0 is not set in estimate_timings_from_pts
  27. [ffmpeg] NULL: start time for stream 1 is not set in estimate_timings_from_pts
  28. [ffmpeg/demuxer] mpegts: Could not find codec parameters for stream 0 (Video: mpeg2video ([2][0][0][0] / 0x0002), none(tv)): unspecified size
  29. [ffmpeg/demuxer] Consider increasing the value for the 'analyzeduration' and 'probesize' options
  30. [ffmpeg/demuxer] mpegts: Could not find codec parameters for stream 1 (Audio: mp3 ([3][0][0][0] / 0x0003), 0 channels, s16p): unspecified frame size
  31. [ffmpeg/demuxer] Consider increasing the value for the 'analyzeduration' and 'probesize' options
  32. [lavf] av_find_stream_info() failed
  33. Failed to recognize file format.
  34.  
  35.  
  36. Exiting... (Errors when loading file)
  37. $ ~/[TS]2010-11-01.03.29.16-CNN-31 %
  38.  
  39. when i play with vlc it not shows video or any audio. but we can see the progress bar moving.
  40.  
  41. how to play 000.ts file
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement